Linus Groh 95541d7064 LibWeb: Fix various spec comment inconsistencies há 3 anos atrás
..
AbortController.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
AbortController.h c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
AbortController.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others há 3 anos atrás
AbortSignal.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
AbortSignal.h c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
AbortSignal.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef há 3 anos atrás
AbstractRange.h 086969277e Everywhere: Run clang-format há 3 anos atrás
AbstractRange.idl a2acda5669 LibWeb: Abstract Range's members into AbstractRange há 3 anos atrás
Attribute.cpp 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) há 3 anos atrás
Attribute.h 46ce50f74e LibWeb: Make Range.setStart and Range.setEnd spec compliant há 3 anos atrás
Attribute.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others há 3 anos atrás
CharacterData.cpp 086969277e Everywhere: Run clang-format há 3 anos atrás
CharacterData.h 086969277e Everywhere: Run clang-format há 3 anos atrás
CharacterData.idl 24e25fe3d0 LibWeb: Add CharacterData.replaceData(offset, count, data) há 3 anos atrás
ChildNode.h ab0a354bb4 LibWeb: Convert ChildNode to use TRY for error propagation há 3 anos atrás
Comment.cpp 086969277e Everywhere: Run clang-format há 3 anos atrás
Comment.h 086969277e Everywhere: Run clang-format há 3 anos atrás
Comment.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others há 3 anos atrás
CustomEvent.cpp 3b9e8ec597 LibWeb: Add the missing CustomEvent IDL constructor há 3 anos atrás
CustomEvent.h 086969277e Everywhere: Run clang-format há 3 anos atrás
CustomEvent.idl 7f551d7f6a LibWeb: Use the LibWeb source directory as the IDL #import base path há 3 anos atrás
DOMEventListener.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
DOMEventListener.h f3923b4aea LibWeb: Use public inheritance for the RefCounted base class há 3 anos atrás
DOMException.h 086969277e Everywhere: Run clang-format há 3 anos atrás
DOMException.idl 8da14bf880 LibWeb: Add support for optional default values and optional bools in IDL há 4 anos atrás
DOMImplementation.cpp 086969277e Everywhere: Run clang-format há 3 anos atrás
DOMImplementation.h 086969277e Everywhere: Run clang-format há 3 anos atrás
DOMImplementation.idl 05e9dceba6 LibWeb: Support DOMImplementation.createDocument() doctype parameter há 3 anos atrás
DOMTokenList.cpp b6f09aaef2 LibWeb: Convert DOMTokenList to use TRY for error propagation há 3 anos atrás
DOMTokenList.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) há 3 anos atrás
DOMTokenList.idl d24ae8063b LibWeb: Implement DOMTokenList for managing space-separated tokens lists há 3 anos atrás
Document.cpp 95541d7064 LibWeb: Fix various spec comment inconsistencies há 3 anos atrás
Document.h e2fa5c0cda LibWeb: Bring Document closer to spec há 3 anos atrás
Document.idl e2fa5c0cda LibWeb: Bring Document closer to spec há 3 anos atrás
DocumentFragment.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
DocumentFragment.h b0955fd269 LibWeb: Add fast_is<T>() for some common DOM Node subclasses há 3 anos atrás
DocumentFragment.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others há 3 anos atrás
DocumentLoadEventDelayer.cpp dbba0a520f LibWeb: Allow HTML parser to delay delivery of the document "load" event há 3 anos atrás
DocumentLoadEventDelayer.h dbba0a520f LibWeb: Allow HTML parser to delay delivery of the document "load" event há 3 anos atrás
DocumentType.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
DocumentType.h 086969277e Everywhere: Run clang-format há 3 anos atrás
DocumentType.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others há 3 anos atrás
Element.cpp c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace há 3 anos atrás
Element.h a8afb883c1 LibWeb: Implement CSS declaration block's "updating flag" há 3 anos atrás
Element.idl 34db0dab41 LibWeb: Implement Element.toggleAttribute() há 3 anos atrás
ElementFactory.cpp bd90498332 LibWeb: Add SVGDefsElement há 3 anos atrás
ElementFactory.h bfa7aad0f6 LibWeb: Support (and validate) prefixes in Document.createElementNS() há 3 anos atrás
Event.cpp 8055b0a9b9 LibWeb: Add spec comments to Event há 3 anos atrás
Event.h 086969277e Everywhere: Run clang-format há 3 anos atrás
Event.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others há 3 anos atrás
EventDispatcher.cpp 95541d7064 LibWeb: Fix various spec comment inconsistencies há 3 anos atrás
EventDispatcher.h e76e8e22b5 LibWeb: Separate "event listener" from "EventListener" há 3 anos atrás
EventHandler.idl d25bd2dbd8 LibWeb: Add the GlobalEventHandlers IDL mixin há 3 anos atrás
EventTarget.cpp 62bd88dc14 LibWeb: Add spec comments to EventTarget há 3 anos atrás
EventTarget.h 086969277e Everywhere: Run clang-format há 3 anos atrás
EventTarget.idl 3479f1c4e8 LibWeb: Add support for the options variant of {add,remove}EventListener há 3 anos atrás
ExceptionOr.h 086969277e Everywhere: Run clang-format há 3 anos atrás
HTMLCollection.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
HTMLCollection.h 5133491714 LibWeb: Expose HTMLCollection's root element to its subclasses há 3 anos atrás
HTMLCollection.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others há 3 anos atrás
IDLEventListener.h 3479f1c4e8 LibWeb: Add support for the options variant of {add,remove}EventListener há 3 anos atrás
LiveNodeList.cpp 8d6db36cbb LibWeb: Add support for NodeList há 3 anos atrás
LiveNodeList.h 8d6db36cbb LibWeb: Add support for NodeList há 3 anos atrás
NamedNodeMap.cpp 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) há 3 anos atrás
NamedNodeMap.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) há 3 anos atrás
NamedNodeMap.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others há 3 anos atrás
Node.cpp 95541d7064 LibWeb: Fix various spec comment inconsistencies há 3 anos atrás
Node.h 682a4a347a LibWeb: Bring Node closer to spec há 3 anos atrás
Node.idl 682a4a347a LibWeb: Bring Node closer to spec há 3 anos atrás
NodeFilter.h fabcee016f LibWeb: Add basic support for DOM's NodeIterator and NodeFilter há 3 anos atrás
NodeFilter.idl fabcee016f LibWeb: Add basic support for DOM's NodeIterator and NodeFilter há 3 anos atrás
NodeIterator.cpp fd7a059e09 LibWeb: Make NodeIterator behave like other browser engines há 3 anos atrás
NodeIterator.h fd7a059e09 LibWeb: Make NodeIterator behave like other browser engines há 3 anos atrás
NodeIterator.idl fabcee016f LibWeb: Add basic support for DOM's NodeIterator and NodeFilter há 3 anos atrás
NodeList.h 8d6db36cbb LibWeb: Add support for NodeList há 3 anos atrás
NodeList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others há 3 anos atrás
NodeOperations.cpp 8d20fb1e94 LibWeb: Convert NodeOperations to use TRY for error propagation há 3 anos atrás
NodeOperations.h d5c96c3ccf LibWeb: Implement ParentNode.prepend há 3 anos atrás
NonDocumentTypeChildNode.h 086969277e Everywhere: Run clang-format há 3 anos atrás
NonElementParentNode.h 086969277e Everywhere: Run clang-format há 3 anos atrás
ParentNode.cpp c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace há 3 anos atrás
ParentNode.h 2be4064ca8 LibWeb: Add fast_is<ParentNode>() há 3 anos atrás
Position.cpp ef371596a4 LibWeb: Remove unnecessary DOM::Position destructor há 3 anos atrás
Position.h 086969277e Everywhere: Run clang-format há 3 anos atrás
ProcessingInstruction.cpp 086969277e Everywhere: Run clang-format há 3 anos atrás
ProcessingInstruction.h 086969277e Everywhere: Run clang-format há 3 anos atrás
ProcessingInstruction.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others há 3 anos atrás
QualifiedName.cpp cf5eeb9f4b LibWeb: Share QualifiedName data between identical instances há 3 anos atrás
QualifiedName.h cf5eeb9f4b LibWeb: Share QualifiedName data between identical instances há 3 anos atrás
Range.cpp 2fb9eb5257 LibWeb: Implement Range.deleteContents() há 3 anos atrás
Range.h 2fb9eb5257 LibWeb: Implement Range.deleteContents() há 3 anos atrás
Range.idl 2fb9eb5257 LibWeb: Implement Range.deleteContents() há 3 anos atrás
ShadowRoot.cpp 086969277e Everywhere: Run clang-format há 3 anos atrás
ShadowRoot.h 086969277e Everywhere: Run clang-format há 3 anos atrás
ShadowRoot.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others há 3 anos atrás
StaticNodeList.cpp 8d6db36cbb LibWeb: Add support for NodeList há 3 anos atrás
StaticNodeList.h 8d6db36cbb LibWeb: Add support for NodeList há 3 anos atrás
StaticRange.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
StaticRange.h c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
StaticRange.idl 3d44118595 LibWeb: Implement StaticRange há 3 anos atrás
Text.cpp 086969277e Everywhere: Run clang-format há 3 anos atrás
Text.h 086969277e Everywhere: Run clang-format há 3 anos atrás
Text.idl d2f9f8bd4f LibWeb: Implement Text.splitText(offset) há 3 anos atrás
TreeWalker.cpp a0b0b29fa1 LibWeb: Minor cleanups in NodeIterator and TreeWalker há 3 anos atrás
TreeWalker.h c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
TreeWalker.idl acbdb95b0a LibWeb: Add support for DOM's TreeWalker há 3 anos atrás