Idan Horowitz 795786387b LibJS: Remove the NativeProperty mechanism from LibJS 4 jaren geleden
..
Attribute.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
CharacterData.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
CharacterData.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
CharacterData.idl 13d7c09125 Libraries: Move to Userland/Libraries/ 4 jaren geleden
Comment.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
Comment.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
Comment.idl 13d7c09125 Libraries: Move to Userland/Libraries/ 4 jaren geleden
DOMException.h b91c49364d AK: Rename adopt() to adopt_ref() 4 jaren geleden
DOMException.idl 8da14bf880 LibWeb: Add support for optional default values and optional bools in IDL 4 jaren geleden
DOMImplementation.cpp 7c6c7ca542 LibWeb: Add createDocument and createDocumentType for DOMImplementation 4 jaren geleden
DOMImplementation.h 7c6c7ca542 LibWeb: Add createDocument and createDocumentType for DOMImplementation 4 jaren geleden
DOMImplementation.idl 7c6c7ca542 LibWeb: Add createDocument and createDocumentType for DOMImplementation 4 jaren geleden
Document.cpp 795786387b LibJS: Remove the NativeProperty mechanism from LibJS 4 jaren geleden
Document.h a826df773e LibWeb: Make WrapperGenerator generate nullable wrapper types 4 jaren geleden
Document.idl 7f6baf8b17 LibWeb: Add Document.{images,embeds,plugins,links,forms,scripts} 4 jaren geleden
DocumentFragment.cpp 31364da590 LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headers 4 jaren geleden
DocumentFragment.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
DocumentFragment.idl 83d2c3f2f5 LibWeb: Move element_child_count to ParentNode and add its IDL attribute 4 jaren geleden
DocumentType.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
DocumentType.h 7c6c7ca542 LibWeb: Add createDocument and createDocumentType for DOMImplementation 4 jaren geleden
DocumentType.idl 13d7c09125 Libraries: Move to Userland/Libraries/ 4 jaren geleden
Element.cpp 5eb65286b6 LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly 4 jaren geleden
Element.h 5eb65286b6 LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly 4 jaren geleden
Element.idl 56d7d28d41 LibWeb: Expose Element.{prefix,localName} 4 jaren geleden
ElementFactory.cpp b91c49364d AK: Rename adopt() to adopt_ref() 4 jaren geleden
ElementFactory.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
Event.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 jaren geleden
Event.h b91c49364d AK: Rename adopt() to adopt_ref() 4 jaren geleden
Event.idl fc9abee84b LibWeb: Add Event.initEvent 4 jaren geleden
EventDispatcher.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 jaren geleden
EventDispatcher.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
EventListener.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 jaren geleden
EventListener.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 jaren geleden
EventTarget.cpp 2cc6b919f7 LibWeb: Implement EventTarget.dispatchEvent 4 jaren geleden
EventTarget.h 2cc6b919f7 LibWeb: Implement EventTarget.dispatchEvent 4 jaren geleden
EventTarget.idl 2cc6b919f7 LibWeb: Implement EventTarget.dispatchEvent 4 jaren geleden
ExceptionOr.h fd72597999 LibWeb: Make ExceptionOr capable of holding all error types in the spec 4 jaren geleden
HTMLCollection.cpp e4df1b223f LibWeb: Implement a slow but functional HTMLCollection :^) 4 jaren geleden
HTMLCollection.h b91c49364d AK: Rename adopt() to adopt_ref() 4 jaren geleden
HTMLCollection.idl 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 jaren geleden
Node.cpp 9cae827f07 LibWeb: Implement Node.contains 4 jaren geleden
Node.h 9cae827f07 LibWeb: Implement Node.contains 4 jaren geleden
Node.idl 9cae827f07 LibWeb: Implement Node.contains 4 jaren geleden
NonDocumentTypeChildNode.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 jaren geleden
NonElementParentNode.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
ParentNode.cpp 31364da590 LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headers 4 jaren geleden
ParentNode.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
Position.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 jaren geleden
Position.h 7181cb3a9c LibWeb: Frame/Position: Implement cursor increment/decrement methods 4 jaren geleden
ProcessingInstruction.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
ProcessingInstruction.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
ProcessingInstruction.idl 9e338a2be2 LibWeb: Add ProcessingInstruction node 4 jaren geleden
Range.cpp b91c49364d AK: Rename adopt() to adopt_ref() 4 jaren geleden
Range.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
Range.idl 8f8f7bfd0f LibWeb: Add constructor to Range IDL interface 4 jaren geleden
ShadowRoot.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 jaren geleden
ShadowRoot.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
ShadowRoot.idl 13d7c09125 Libraries: Move to Userland/Libraries/ 4 jaren geleden
Text.cpp b91c49364d AK: Rename adopt() to adopt_ref() 4 jaren geleden
Text.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
Text.idl 13d7c09125 Libraries: Move to Userland/Libraries/ 4 jaren geleden
Timer.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 jaren geleden
Timer.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 jaren geleden
Window.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 jaren geleden
Window.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 jaren geleden