Andreas Kling df7e64d103 LibWeb: Handle multiple class names in getElementsByClassName() 2 lat temu
..
AbortController.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 lat temu
AbortController.h b8d485e6f0 LibWeb: Make AbortController GC-allocated 2 lat temu
AbortController.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 lat temu
AbortSignal.cpp 875ca2fb68 LibWeb: Set prototype for both TextDecoder and AbortSignal 2 lat temu
AbortSignal.h 3768743a0a LibWeb: Remove now-unused Bindings::Wrappable class 2 lat temu
AbortSignal.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 3 lat temu
AbstractRange.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 lat temu
AbstractRange.h 45425de849 LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap() 2 lat temu
AbstractRange.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 lat temu
Attribute.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 lat temu
Attribute.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
Attribute.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 lat temu
CDATASection.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 lat temu
CDATASection.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
CDATASection.idl 1ceba560f4 LibWeb: Add CDATASection 3 lat temu
CharacterData.cpp 497ead37bc LibWeb: Make DOMException GC-allocated 2 lat temu
CharacterData.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
CharacterData.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 lat temu
ChildNode.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
ChildNode.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 lat temu
Comment.cpp 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
Comment.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
Comment.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 lat temu
CustomEvent.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 lat temu
CustomEvent.h 45425de849 LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap() 2 lat temu
CustomEvent.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 lat temu
DOMEventListener.cpp 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
DOMEventListener.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
DOMException.cpp 497ead37bc LibWeb: Make DOMException GC-allocated 2 lat temu
DOMException.h 497ead37bc LibWeb: Make DOMException GC-allocated 2 lat temu
DOMException.idl 8da14bf880 LibWeb: Add support for optional default values and optional bools in IDL 4 lat temu
DOMImplementation.cpp 497ead37bc LibWeb: Make DOMException GC-allocated 2 lat temu
DOMImplementation.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
DOMImplementation.idl 05e9dceba6 LibWeb: Support DOMImplementation.createDocument() doctype parameter 3 lat temu
DOMTokenList.cpp 497ead37bc LibWeb: Make DOMException GC-allocated 2 lat temu
DOMTokenList.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
DOMTokenList.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 lat temu
Document.cpp df7e64d103 LibWeb: Handle multiple class names in getElementsByClassName() 2 lat temu
Document.h 9e274d9501 LibWeb: Make Document.createElement() lowercase HTML local names 2 lat temu
Document.idl 6a4934a030 LibWeb: Implement document.domain getter 2 lat temu
DocumentFragment.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 lat temu
DocumentFragment.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
DocumentFragment.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 lat temu
DocumentLoadEventDelayer.cpp 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
DocumentLoadEventDelayer.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
DocumentType.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 lat temu
DocumentType.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
DocumentType.idl d6a5ddd3c0 LibWeb: Extract the ChildNode IDL mixin 3 lat temu
Element.cpp df7e64d103 LibWeb: Handle multiple class names in getElementsByClassName() 2 lat temu
Element.h 497ead37bc LibWeb: Make DOMException GC-allocated 2 lat temu
Element.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 lat temu
ElementFactory.cpp 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
ElementFactory.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
Event.cpp 34439a04e8 LibWeb: Add a visit_edges for DOM/Event 2 lat temu
Event.h 34439a04e8 LibWeb: Add a visit_edges for DOM/Event 2 lat temu
Event.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 lat temu
EventDispatcher.cpp 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
EventDispatcher.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
EventHandler.idl 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 lat temu
EventTarget.cpp 4c665c3749 LibWeb: Remove some unnecessary use of the internal realm in EventTarget 2 lat temu
EventTarget.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
EventTarget.idl 3479f1c4e8 LibWeb: Add support for the options variant of {add,remove}EventListener 3 lat temu
ExceptionOr.h 497ead37bc LibWeb: Make DOMException GC-allocated 2 lat temu
HTMLCollection.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 lat temu
HTMLCollection.h 2bba97964b LibWeb: Make HTMLCollection and subclasses GC-allocated 2 lat temu
HTMLCollection.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 lat temu
IDLEventListener.cpp 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
IDLEventListener.h 45425de849 LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap() 2 lat temu
InnerHTML.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 lat temu
LiveNodeList.cpp 48e0066371 LibWeb: Make NodeList GC-allocated 2 lat temu
LiveNodeList.h 48e0066371 LibWeb: Make NodeList GC-allocated 2 lat temu
MutationObserver.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 lat temu
MutationObserver.h 3768743a0a LibWeb: Remove now-unused Bindings::Wrappable class 2 lat temu
MutationObserver.idl c9ba5531e0 LibWeb: Introduce Mutation{Record,Observer} and observer microtasks 3 lat temu
MutationRecord.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 lat temu
MutationRecord.h 43ec0f734f LibWeb: Make MutationRecord GC-allocated 2 lat temu
MutationRecord.idl c9ba5531e0 LibWeb: Introduce Mutation{Record,Observer} and observer microtasks 3 lat temu
MutationType.cpp c9ba5531e0 LibWeb: Introduce Mutation{Record,Observer} and observer microtasks 3 lat temu
MutationType.h c9ba5531e0 LibWeb: Introduce Mutation{Record,Observer} and observer microtasks 3 lat temu
NamedNodeMap.cpp 497ead37bc LibWeb: Make DOMException GC-allocated 2 lat temu
NamedNodeMap.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
NamedNodeMap.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 lat temu
Node.cpp 4b9c5635b3 LibWeb: Make :link selector behave according to spec 2 lat temu
Node.h 4b9c5635b3 LibWeb: Make :link selector behave according to spec 2 lat temu
Node.idl 682a4a347a LibWeb: Bring Node closer to spec 3 lat temu
NodeFilter.cpp 497ead37bc LibWeb: Make DOMException GC-allocated 2 lat temu
NodeFilter.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
NodeFilter.idl fabcee016f LibWeb: Add basic support for DOM's NodeIterator and NodeFilter 3 lat temu
NodeIterator.cpp 9176a0de99 LibWeb: Stop using Bindings::wrap() in a bunch of places 2 lat temu
NodeIterator.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
NodeIterator.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 lat temu
NodeList.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 lat temu
NodeList.h 48e0066371 LibWeb: Make NodeList GC-allocated 2 lat temu
NodeList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 lat temu
NodeOperations.cpp 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
NodeOperations.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
NonDocumentTypeChildNode.h 086969277e Everywhere: Run clang-format 3 lat temu
NonElementParentNode.h 5bd34f115e LibWeb: Add some missing includes 2 lat temu
ParentNode.cpp 497ead37bc LibWeb: Make DOMException GC-allocated 2 lat temu
ParentNode.h 2bba97964b LibWeb: Make HTMLCollection and subclasses GC-allocated 2 lat temu
ParentNode.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 lat temu
Position.cpp 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
Position.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
ProcessingInstruction.cpp 086969277e Everywhere: Run clang-format 3 lat temu
ProcessingInstruction.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
ProcessingInstruction.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 lat temu
QualifiedName.cpp cf5eeb9f4b LibWeb: Share QualifiedName data between identical instances 3 lat temu
QualifiedName.h cf5eeb9f4b LibWeb: Share QualifiedName data between identical instances 3 lat temu
Range.cpp 497ead37bc LibWeb: Make DOMException GC-allocated 2 lat temu
Range.h 45425de849 LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap() 2 lat temu
Range.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 lat temu
ShadowRoot.cpp 086969277e Everywhere: Run clang-format 3 lat temu
ShadowRoot.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
ShadowRoot.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 lat temu
StaticNodeList.cpp 48e0066371 LibWeb: Make NodeList GC-allocated 2 lat temu
StaticNodeList.h 48e0066371 LibWeb: Make NodeList GC-allocated 2 lat temu
StaticRange.cpp 497ead37bc LibWeb: Make DOMException GC-allocated 2 lat temu
StaticRange.h 45425de849 LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap() 2 lat temu
StaticRange.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 lat temu
Text.cpp 497ead37bc LibWeb: Make DOMException GC-allocated 2 lat temu
Text.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
Text.idl d2f9f8bd4f LibWeb: Implement Text.splitText(offset) 3 lat temu
TreeWalker.cpp 9176a0de99 LibWeb: Stop using Bindings::wrap() in a bunch of places 2 lat temu
TreeWalker.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 lat temu
TreeWalker.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 lat temu