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