Linus Groh 95541d7064 LibWeb: Fix various spec comment inconsistencies 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 c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
AbortSignal.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
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 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 年之前
Attribute.h 46ce50f74e LibWeb: Make Range.setStart and Range.setEnd spec compliant 3 年之前
Attribute.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 年之前
CharacterData.cpp 086969277e Everywhere: Run clang-format 3 年之前
CharacterData.h 086969277e Everywhere: Run clang-format 3 年之前
CharacterData.idl 24e25fe3d0 LibWeb: Add CharacterData.replaceData(offset, count, data) 3 年之前
ChildNode.h ab0a354bb4 LibWeb: Convert ChildNode to use TRY for error propagation 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 c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
DOMEventListener.h f3923b4aea LibWeb: Use public inheritance for the RefCounted base class 3 年之前
DOMException.h 086969277e Everywhere: Run clang-format 3 年之前
DOMException.idl 8da14bf880 LibWeb: Add support for optional default values and optional bools in IDL 4 年之前
DOMImplementation.cpp 086969277e Everywhere: Run clang-format 3 年之前
DOMImplementation.h 086969277e Everywhere: Run clang-format 3 年之前
DOMImplementation.idl 05e9dceba6 LibWeb: Support DOMImplementation.createDocument() doctype parameter 3 年之前
DOMTokenList.cpp b6f09aaef2 LibWeb: Convert DOMTokenList to use TRY for error propagation 3 年之前
DOMTokenList.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 年之前
DOMTokenList.idl d24ae8063b LibWeb: Implement DOMTokenList for managing space-separated tokens lists 3 年之前
Document.cpp 95541d7064 LibWeb: Fix various spec comment inconsistencies 3 年之前
Document.h e2fa5c0cda LibWeb: Bring Document closer to spec 3 年之前
Document.idl e2fa5c0cda LibWeb: Bring Document closer to spec 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 a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 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 a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 年之前
Element.cpp c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 3 年之前
Element.h a8afb883c1 LibWeb: Implement CSS declaration block's "updating flag" 3 年之前
Element.idl 34db0dab41 LibWeb: Implement Element.toggleAttribute() 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 086969277e Everywhere: Run clang-format 3 年之前
Event.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 年之前
EventDispatcher.cpp 95541d7064 LibWeb: Fix various spec comment inconsistencies 3 年之前
EventDispatcher.h e76e8e22b5 LibWeb: Separate "event listener" from "EventListener" 3 年之前
EventHandler.idl d25bd2dbd8 LibWeb: Add the GlobalEventHandlers IDL mixin 3 年之前
EventTarget.cpp 62bd88dc14 LibWeb: Add spec comments to EventTarget 3 年之前
EventTarget.h 086969277e Everywhere: Run clang-format 3 年之前
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 5133491714 LibWeb: Expose HTMLCollection's root element to its subclasses 3 年之前
HTMLCollection.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 年之前
IDLEventListener.h 3479f1c4e8 LibWeb: Add support for the options variant of {add,remove}EventListener 3 年之前
LiveNodeList.cpp 8d6db36cbb LibWeb: Add support for NodeList 3 年之前
LiveNodeList.h 8d6db36cbb LibWeb: Add support for NodeList 3 年之前
NamedNodeMap.cpp 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 年之前
NamedNodeMap.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 年之前
NamedNodeMap.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 年之前
Node.cpp 95541d7064 LibWeb: Fix various spec comment inconsistencies 3 年之前
Node.h 682a4a347a LibWeb: Bring Node closer to spec 3 年之前
Node.idl 682a4a347a LibWeb: Bring Node closer to spec 3 年之前
NodeFilter.h fabcee016f LibWeb: Add basic support for DOM's NodeIterator and NodeFilter 3 年之前
NodeFilter.idl fabcee016f LibWeb: Add basic support for DOM's NodeIterator and NodeFilter 3 年之前
NodeIterator.cpp fd7a059e09 LibWeb: Make NodeIterator behave like other browser engines 3 年之前
NodeIterator.h fd7a059e09 LibWeb: Make NodeIterator behave like other browser engines 3 年之前
NodeIterator.idl fabcee016f LibWeb: Add basic support for DOM's NodeIterator and NodeFilter 3 年之前
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 年之前
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 086969277e Everywhere: Run clang-format 3 年之前
ShadowRoot.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 年之前
StaticNodeList.cpp 8d6db36cbb LibWeb: Add support for NodeList 3 年之前
StaticNodeList.h 8d6db36cbb LibWeb: Add support for NodeList 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 086969277e Everywhere: Run clang-format 3 年之前
Text.h 086969277e Everywhere: Run clang-format 3 年之前
Text.idl d2f9f8bd4f LibWeb: Implement Text.splitText(offset) 3 年之前
TreeWalker.cpp a0b0b29fa1 LibWeb: Minor cleanups in NodeIterator and TreeWalker 3 年之前
TreeWalker.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
TreeWalker.idl acbdb95b0a LibWeb: Add support for DOM's TreeWalker 3 年之前