Linus Groh e37cf73300 LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject 3 vuotta sitten
..
AbortController.cpp 1d8f8ea5b1 LibWeb: Add initial support for AbortController and AbortSignal 3 vuotta sitten
AbortController.h 90cdeebfb3 LibWeb: Rename DOM::Window::document() => associated_document() 3 vuotta sitten
AbortController.idl 1d8f8ea5b1 LibWeb: Add initial support for AbortController and AbortSignal 3 vuotta sitten
AbortSignal.cpp 1d8f8ea5b1 LibWeb: Add initial support for AbortController and AbortSignal 3 vuotta sitten
AbortSignal.h 90cdeebfb3 LibWeb: Rename DOM::Window::document() => associated_document() 3 vuotta sitten
AbortSignal.idl 1d8f8ea5b1 LibWeb: Add initial support for AbortController and AbortSignal 3 vuotta sitten
Attribute.h cb895edad4 LibWeb: Move Attribute into the DOM namespace 3 vuotta sitten
CharacterData.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
CharacterData.h 5e61382849 LibWeb: Make Node.textContent more spec compliant 3 vuotta sitten
CharacterData.idl 67c73ddd59 LibWeb: Add [LegacyNullToEmptyString] to CharacterData.data 3 vuotta sitten
Comment.cpp 90cdeebfb3 LibWeb: Rename DOM::Window::document() => associated_document() 3 vuotta sitten
Comment.h 6e80458515 LibWeb: Add constructors for Text, DocumentFragment and Comment 3 vuotta sitten
Comment.idl 6e80458515 LibWeb: Add constructors for Text, DocumentFragment and Comment 3 vuotta sitten
DOMException.h fb2f7c7b9c LibWeb: Remove unnecessary WindowObject.h include in DOMException.h 3 vuotta sitten
DOMException.idl 8da14bf880 LibWeb: Add support for optional default values and optional bools in IDL 4 vuotta sitten
DOMImplementation.cpp 7c6c7ca542 LibWeb: Add createDocument and createDocumentType for DOMImplementation 4 vuotta sitten
DOMImplementation.h 7c6c7ca542 LibWeb: Add createDocument and createDocumentType for DOMImplementation 4 vuotta sitten
DOMImplementation.idl 7c6c7ca542 LibWeb: Add createDocument and createDocumentType for DOMImplementation 4 vuotta sitten
Document.cpp f8dd3e14ba LibWeb: Rename CSS::StyleResolver => StyleComputer 3 vuotta sitten
Document.h f8dd3e14ba LibWeb: Rename CSS::StyleResolver => StyleComputer 3 vuotta sitten
Document.idl d47e431d54 LibWeb: Add getElementsByTagNameNS and add support for * in non-NS 3 vuotta sitten
DocumentFragment.cpp 90cdeebfb3 LibWeb: Rename DOM::Window::document() => associated_document() 3 vuotta sitten
DocumentFragment.h 6e80458515 LibWeb: Add constructors for Text, DocumentFragment and Comment 3 vuotta sitten
DocumentFragment.idl e4d97add3d LibWeb: Implement ParentNode.children 3 vuotta sitten
DocumentType.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
DocumentType.h 7c6c7ca542 LibWeb: Add createDocument and createDocumentType for DOMImplementation 4 vuotta sitten
DocumentType.idl 13d7c09125 Libraries: Move to Userland/Libraries/ 4 vuotta sitten
Element.cpp f8dd3e14ba LibWeb: Rename CSS::StyleResolver => StyleComputer 3 vuotta sitten
Element.h f8dd3e14ba LibWeb: Rename CSS::StyleResolver => StyleComputer 3 vuotta sitten
Element.idl d47e431d54 LibWeb: Add getElementsByTagNameNS and add support for * in non-NS 3 vuotta sitten
ElementFactory.cpp 7ac889e533 LibWeb: Add a bare-bones SVG <g> element 3 vuotta sitten
ElementFactory.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
Event.cpp 217179a39f LibWeb: Remove unused header includes 4 vuotta sitten
Event.h b91c49364d AK: Rename adopt() to adopt_ref() 4 vuotta sitten
Event.idl fc9abee84b LibWeb: Add Event.initEvent 4 vuotta sitten
EventDispatcher.cpp 90cdeebfb3 LibWeb: Rename DOM::Window::document() => associated_document() 3 vuotta sitten
EventDispatcher.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
EventListener.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 vuotta sitten
EventListener.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 vuotta sitten
EventTarget.cpp e37cf73300 LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject 3 vuotta sitten
EventTarget.h 824be02cb0 LibWeb: Move `onfoo` attribute handling to EventTarget 3 vuotta sitten
EventTarget.idl 2cc6b919f7 LibWeb: Implement EventTarget.dispatchEvent 4 vuotta sitten
ExceptionOr.h ac00d8b4eb LibWeb: Use AK::Variant default initialization in one more place 3 vuotta sitten
HTMLCollection.cpp e4df1b223f LibWeb: Implement a slow but functional HTMLCollection :^) 4 vuotta sitten
HTMLCollection.h b91c49364d AK: Rename adopt() to adopt_ref() 4 vuotta sitten
HTMLCollection.idl 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 vuotta sitten
Node.cpp f62477c093 LibWeb: Implement HTML fragment serialisation and use it in innerHTML 3 vuotta sitten
Node.h 58b84f953c LibWeb: Add fast_is<HTMLTemplateElement>() 3 vuotta sitten
Node.idl 449cbd5ecc LibWeb: Implement Node.isEqualNode(Node? otherNode) 3 vuotta sitten
NonDocumentTypeChildNode.h 2b57018196 LibWeb: Use default instead of an empty constructor/destructor 3 vuotta sitten
NonElementParentNode.h 2b57018196 LibWeb: Use default instead of an empty constructor/destructor 3 vuotta sitten
ParentNode.cpp d47e431d54 LibWeb: Add getElementsByTagNameNS and add support for * in non-NS 3 vuotta sitten
ParentNode.h d47e431d54 LibWeb: Add getElementsByTagNameNS and add support for * in non-NS 3 vuotta sitten
Position.cpp ef371596a4 LibWeb: Remove unnecessary DOM::Position destructor 3 vuotta sitten
Position.h ef371596a4 LibWeb: Remove unnecessary DOM::Position destructor 3 vuotta sitten
ProcessingInstruction.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
ProcessingInstruction.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
ProcessingInstruction.idl 9e338a2be2 LibWeb: Add ProcessingInstruction node 4 vuotta sitten
Range.cpp 90cdeebfb3 LibWeb: Rename DOM::Window::document() => associated_document() 3 vuotta sitten
Range.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
Range.idl 8f8f7bfd0f LibWeb: Add constructor to Range IDL interface 4 vuotta sitten
ShadowRoot.cpp 8e0f3436a2 LibWeb: Make the innerHTML setter spec compliant 3 vuotta sitten
ShadowRoot.h 8e0f3436a2 LibWeb: Make the innerHTML setter spec compliant 3 vuotta sitten
ShadowRoot.idl 8e0f3436a2 LibWeb: Make the innerHTML setter spec compliant 3 vuotta sitten
Text.cpp 90cdeebfb3 LibWeb: Rename DOM::Window::document() => associated_document() 3 vuotta sitten
Text.h 6e80458515 LibWeb: Add constructors for Text, DocumentFragment and Comment 3 vuotta sitten
Text.idl 6e80458515 LibWeb: Add constructors for Text, DocumentFragment and Comment 3 vuotta sitten
Timer.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 vuotta sitten
Timer.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 vuotta sitten
Window.cpp 3d36e4d944 LibWeb: Rename "Computed" CSSStyleDeclaration => "Resolved" 3 vuotta sitten
Window.h 635ab6db0b LibWeb: Expose the GlobalEventHandlers mixin on the Window object 3 vuotta sitten