Andreas Kling a4ddb0ef87 LibWeb: Make TreeWalker GC-allocated преди 3 години
..
AbortController.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb преди 3 години
AbortController.h c37820b898 Libraries: Use default constructors/destructors in LibWeb преди 3 години
AbortController.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others преди 3 години
AbortSignal.cpp 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap преди 2 години
AbortSignal.h 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap преди 2 години
AbortSignal.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef преди 3 години
AbstractRange.h 086969277e Everywhere: Run clang-format преди 3 години
AbstractRange.idl a2acda5669 LibWeb: Abstract Range's members into AbstractRange преди 3 години
Attribute.cpp a718c62c01 LibWeb: Implement all "attributes" mutation records for MutationObserver преди 3 години
Attribute.h a718c62c01 LibWeb: Implement all "attributes" mutation records for MutationObserver преди 3 години
Attribute.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others преди 3 години
CDATASection.cpp 1ceba560f4 LibWeb: Add CDATASection преди 3 години
CDATASection.h 1ceba560f4 LibWeb: Add CDATASection преди 3 години
CDATASection.idl 1ceba560f4 LibWeb: Add CDATASection преди 3 години
CharacterData.cpp 1ca8782c99 LibWeb: Implement "characterData" mutation record for MutationObserver преди 3 години
CharacterData.h ee719870c8 LibWeb: Implement CharacterData.{append,insert,delete}Data преди 3 години
CharacterData.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports преди 3 години
ChildNode.h ab0a354bb4 LibWeb: Convert ChildNode to use TRY for error propagation преди 3 години
ChildNode.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports преди 3 години
Comment.cpp 086969277e Everywhere: Run clang-format преди 3 години
Comment.h 086969277e Everywhere: Run clang-format преди 3 години
Comment.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others преди 3 години
CustomEvent.cpp 3b9e8ec597 LibWeb: Add the missing CustomEvent IDL constructor преди 3 години
CustomEvent.h 086969277e Everywhere: Run clang-format преди 3 години
CustomEvent.idl 7f551d7f6a LibWeb: Use the LibWeb source directory as the IDL #import base path преди 3 години
DOMEventListener.cpp 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap преди 2 години
DOMEventListener.h 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap преди 2 години
DOMException.h bc68539e26 LibWeb: Add & use TRY_OR_RETURN_OOM macro преди 3 години
DOMException.idl 8da14bf880 LibWeb: Add support for optional default values and optional bools in IDL преди 4 години
DOMImplementation.cpp 967a3e5a45 LibWeb: Make DOMImplementation GC-allocated преди 2 години
DOMImplementation.h 967a3e5a45 LibWeb: Make DOMImplementation GC-allocated преди 2 години
DOMImplementation.idl 05e9dceba6 LibWeb: Support DOMImplementation.createDocument() doctype parameter преди 3 години
DOMTokenList.cpp 0176d42f49 LibWeb: Make DOMTokenList GC-allocated преди 2 години
DOMTokenList.h 0176d42f49 LibWeb: Make DOMTokenList GC-allocated преди 2 години
DOMTokenList.idl 0176d42f49 LibWeb: Make DOMTokenList GC-allocated преди 2 години
Document.cpp a4ddb0ef87 LibWeb: Make TreeWalker GC-allocated преди 2 години
Document.h a4ddb0ef87 LibWeb: Make TreeWalker GC-allocated преди 2 години
Document.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports преди 3 години
DocumentFragment.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb преди 3 години
DocumentFragment.h b0955fd269 LibWeb: Add fast_is<T>() for some common DOM Node subclasses преди 3 години
DocumentFragment.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports преди 3 години
DocumentLoadEventDelayer.cpp dbba0a520f LibWeb: Allow HTML parser to delay delivery of the document "load" event преди 3 години
DocumentLoadEventDelayer.h dbba0a520f LibWeb: Allow HTML parser to delay delivery of the document "load" event преди 3 години
DocumentType.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb преди 3 години
DocumentType.h 086969277e Everywhere: Run clang-format преди 3 години
DocumentType.idl d6a5ddd3c0 LibWeb: Extract the ChildNode IDL mixin преди 3 години
Element.cpp 0176d42f49 LibWeb: Make DOMTokenList GC-allocated преди 2 години
Element.h 0176d42f49 LibWeb: Make DOMTokenList GC-allocated преди 2 години
Element.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports преди 3 години
ElementFactory.cpp bd90498332 LibWeb: Add SVGDefsElement преди 3 години
ElementFactory.h bfa7aad0f6 LibWeb: Support (and validate) prefixes in Document.createElementNS() преди 3 години
Event.cpp 8055b0a9b9 LibWeb: Add spec comments to Event преди 3 години
Event.h bae330d559 LibWeb: Rename Event.srcTarget to Event.srcElement преди 3 години
Event.idl bae330d559 LibWeb: Rename Event.srcTarget to Event.srcElement преди 3 години
EventDispatcher.cpp 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap преди 2 години
EventDispatcher.h 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap преди 2 години
EventHandler.idl 3fe66bddf4 LibWeb: Implement WindowEventHandlers преди 3 години
EventTarget.cpp 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap преди 2 години
EventTarget.h 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap преди 2 години
EventTarget.idl 3479f1c4e8 LibWeb: Add support for the options variant of {add,remove}EventListener преди 3 години
ExceptionOr.h 086969277e Everywhere: Run clang-format преди 3 години
HTMLCollection.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb преди 3 години
HTMLCollection.h 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions преди 3 години
HTMLCollection.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others преди 3 години
IDLEventListener.cpp 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap преди 2 години
IDLEventListener.h 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap преди 2 години
InnerHTML.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports преди 3 години
LiveNodeList.cpp 1af7bfb3a6 LibWeb: Remove unneeded iteration filter on LiveNodeList преди 3 години
LiveNodeList.h 8d6db36cbb LibWeb: Add support for NodeList преди 3 години
MutationObserver.cpp 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap преди 2 години
MutationObserver.h 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap преди 2 години
MutationObserver.idl c9ba5531e0 LibWeb: Introduce Mutation{Record,Observer} and observer microtasks преди 3 години
MutationRecord.cpp c9ba5531e0 LibWeb: Introduce Mutation{Record,Observer} and observer microtasks преди 3 години
MutationRecord.h c9ba5531e0 LibWeb: Introduce Mutation{Record,Observer} and observer microtasks преди 3 години
MutationRecord.idl c9ba5531e0 LibWeb: Introduce Mutation{Record,Observer} and observer microtasks преди 3 години
MutationType.cpp c9ba5531e0 LibWeb: Introduce Mutation{Record,Observer} and observer microtasks преди 3 години
MutationType.h c9ba5531e0 LibWeb: Introduce Mutation{Record,Observer} and observer microtasks преди 3 години
NamedNodeMap.cpp a56b3f9862 LibWeb: Make NamedNodeMap GC-allocated преди 2 години
NamedNodeMap.h a56b3f9862 LibWeb: Make NamedNodeMap GC-allocated преди 2 години
NamedNodeMap.idl a56b3f9862 LibWeb: Make NamedNodeMap GC-allocated преди 2 години
Node.cpp 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions преди 3 години
Node.h 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions преди 3 години
Node.idl 682a4a347a LibWeb: Bring Node closer to spec преди 3 години
NodeFilter.cpp 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap преди 2 години
NodeFilter.h 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap преди 2 години
NodeFilter.idl fabcee016f LibWeb: Add basic support for DOM's NodeIterator and NodeFilter преди 3 години
NodeIterator.cpp bd629c45b5 LibWeb: Make NodeIterator GC-allocated преди 2 години
NodeIterator.h bd629c45b5 LibWeb: Make NodeIterator GC-allocated преди 2 години
NodeIterator.idl bd629c45b5 LibWeb: Make NodeIterator GC-allocated преди 2 години
NodeList.h 8d6db36cbb LibWeb: Add support for NodeList преди 3 години
NodeList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others преди 3 години
NodeOperations.cpp 8d20fb1e94 LibWeb: Convert NodeOperations to use TRY for error propagation преди 3 години
NodeOperations.h d5c96c3ccf LibWeb: Implement ParentNode.prepend преди 3 години
NonDocumentTypeChildNode.h 086969277e Everywhere: Run clang-format преди 3 години
NonElementParentNode.h 086969277e Everywhere: Run clang-format преди 3 години
ParentNode.cpp c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace преди 3 години
ParentNode.h 2be4064ca8 LibWeb: Add fast_is<ParentNode>() преди 3 години
ParentNode.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports преди 3 години
Position.cpp ef371596a4 LibWeb: Remove unnecessary DOM::Position destructor преди 3 години
Position.h 086969277e Everywhere: Run clang-format преди 3 години
ProcessingInstruction.cpp 086969277e Everywhere: Run clang-format преди 3 години
ProcessingInstruction.h 086969277e Everywhere: Run clang-format преди 3 години
ProcessingInstruction.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others преди 3 години
QualifiedName.cpp cf5eeb9f4b LibWeb: Share QualifiedName data between identical instances преди 3 години
QualifiedName.h cf5eeb9f4b LibWeb: Share QualifiedName data between identical instances преди 3 години
Range.cpp 2fb9eb5257 LibWeb: Implement Range.deleteContents() преди 3 години
Range.h 2fb9eb5257 LibWeb: Implement Range.deleteContents() преди 3 години
Range.idl 2fb9eb5257 LibWeb: Implement Range.deleteContents() преди 3 години
ShadowRoot.cpp 086969277e Everywhere: Run clang-format преди 3 години
ShadowRoot.h 3ee5bdcfb7 LibWeb: Traverse shadow-including subtree when adopting DOM nodes преди 3 години
ShadowRoot.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports преди 3 години
StaticNodeList.cpp 8d6db36cbb LibWeb: Add support for NodeList преди 3 години
StaticNodeList.h f3650d08cb LibWeb: Allow creating a StaticNodeList without an r-value Vector преди 3 години
StaticRange.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb преди 3 години
StaticRange.h c37820b898 Libraries: Use default constructors/destructors in LibWeb преди 3 години
StaticRange.idl 3d44118595 LibWeb: Implement StaticRange преди 3 години
Text.cpp 1ceba560f4 LibWeb: Add CDATASection преди 3 години
Text.h 1ceba560f4 LibWeb: Add CDATASection преди 3 години
Text.idl d2f9f8bd4f LibWeb: Implement Text.splitText(offset) преди 3 години
TreeWalker.cpp a4ddb0ef87 LibWeb: Make TreeWalker GC-allocated преди 2 години
TreeWalker.h a4ddb0ef87 LibWeb: Make TreeWalker GC-allocated преди 2 години
TreeWalker.idl a4ddb0ef87 LibWeb: Make TreeWalker GC-allocated преди 2 години