Andreas Kling a033dfc885 LibWeb: Actually connect ShadowRoot to its host element 3 tahun lalu
..
AbortController.cpp 5aacec65ab LibWeb: Rewrite EventTarget to more closely match the spec 3 tahun lalu
AbortController.h 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 tahun lalu
AbortController.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 tahun lalu
AbortSignal.cpp 5aacec65ab LibWeb: Rewrite EventTarget to more closely match the spec 3 tahun lalu
AbortSignal.h 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 tahun lalu
AbortSignal.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 tahun lalu
AbstractRange.h a2acda5669 LibWeb: Abstract Range's members into AbstractRange 3 tahun lalu
AbstractRange.idl a2acda5669 LibWeb: Abstract Range's members into AbstractRange 3 tahun lalu
Attribute.cpp 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 tahun lalu
Attribute.h 46ce50f74e LibWeb: Make Range.setStart and Range.setEnd spec compliant 3 tahun lalu
Attribute.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 tahun lalu
CharacterData.cpp b023308f5c LibWeb: Notify parent when DOM::CharacterData content changes 3 tahun lalu
CharacterData.h 7bdf0be667 LibWeb: Implement ChildNode.remove 3 tahun lalu
CharacterData.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 tahun lalu
ChildNode.h 7431f6073b LibWeb: Implement ChildNode.replaceWith 3 tahun lalu
Comment.cpp 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 tahun lalu
Comment.h 6e80458515 LibWeb: Add constructors for Text, DocumentFragment and Comment 3 tahun lalu
Comment.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 tahun lalu
CustomEvent.cpp 3b9e8ec597 LibWeb: Add the missing CustomEvent IDL constructor 3 tahun lalu
CustomEvent.h 3b9e8ec597 LibWeb: Add the missing CustomEvent IDL constructor 3 tahun lalu
CustomEvent.idl 7f551d7f6a LibWeb: Use the LibWeb source directory as the IDL #import base path 3 tahun lalu
DOMEventListener.cpp e76e8e22b5 LibWeb: Separate "event listener" from "EventListener" 3 tahun lalu
DOMEventListener.h f3923b4aea LibWeb: Use public inheritance for the RefCounted base class 3 tahun lalu
DOMException.h a9a7d65099 LibWeb: Replace heycam.github.io/webidl URLs with webidl.spec.whatwg.org 3 tahun lalu
DOMException.idl 8da14bf880 LibWeb: Add support for optional default values and optional bools in IDL 4 tahun lalu
DOMImplementation.cpp 05e9dceba6 LibWeb: Support DOMImplementation.createDocument() doctype parameter 3 tahun lalu
DOMImplementation.h 05e9dceba6 LibWeb: Support DOMImplementation.createDocument() doctype parameter 3 tahun lalu
DOMImplementation.idl 05e9dceba6 LibWeb: Support DOMImplementation.createDocument() doctype parameter 3 tahun lalu
DOMTokenList.cpp 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 tahun lalu
DOMTokenList.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 tahun lalu
DOMTokenList.idl d24ae8063b LibWeb: Implement DOMTokenList for managing space-separated tokens lists 3 tahun lalu
Document.cpp 32dd4bf1b9 LibWeb: Recurse into shadow trees when updating style 3 tahun lalu
Document.h 7594350376 Browser: Show currently loading host and remaining resource count 3 tahun lalu
Document.idl acbdb95b0a LibWeb: Add support for DOM's TreeWalker 3 tahun lalu
DocumentFragment.cpp 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 tahun lalu
DocumentFragment.h fdb647c097 LibWeb: Use a WeakPtr for DocumentFragment's "host" field 3 tahun lalu
DocumentFragment.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 tahun lalu
DocumentLoadEventDelayer.cpp dbba0a520f LibWeb: Allow HTML parser to delay delivery of the document "load" event 3 tahun lalu
DocumentLoadEventDelayer.h dbba0a520f LibWeb: Allow HTML parser to delay delivery of the document "load" event 3 tahun lalu
DocumentType.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 tahun lalu
DocumentType.h 7bdf0be667 LibWeb: Implement ChildNode.remove 3 tahun lalu
DocumentType.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 tahun lalu
Element.cpp a033dfc885 LibWeb: Actually connect ShadowRoot to its host element 3 tahun lalu
Element.h 6de2b62906 LibWeb: Display pseudo-elements in the DOM inspector 3 tahun lalu
Element.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 tahun lalu
ElementFactory.cpp bfa7aad0f6 LibWeb: Support (and validate) prefixes in Document.createElementNS() 3 tahun lalu
ElementFactory.h bfa7aad0f6 LibWeb: Support (and validate) prefixes in Document.createElementNS() 3 tahun lalu
Event.cpp 126d6d0838 LibWeb: Implement Event.composedPath 3 tahun lalu
Event.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 tahun lalu
Event.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 tahun lalu
EventDispatcher.cpp 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 tahun lalu
EventDispatcher.h e76e8e22b5 LibWeb: Separate "event listener" from "EventListener" 3 tahun lalu
EventTarget.cpp 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 tahun lalu
EventTarget.h 3479f1c4e8 LibWeb: Add support for the options variant of {add,remove}EventListener 3 tahun lalu
EventTarget.idl 3479f1c4e8 LibWeb: Add support for the options variant of {add,remove}EventListener 3 tahun lalu
ExceptionOr.h 95e492de59 LibWeb: Convert throw_dom_exception_if_needed() to ThrowCompletionOr 3 tahun lalu
HTMLCollection.cpp 37347cbcb6 LibWeb: Convert HTMLCollection to use IDL special operations 3 tahun lalu
HTMLCollection.h 37347cbcb6 LibWeb: Convert HTMLCollection to use IDL special operations 3 tahun lalu
HTMLCollection.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 tahun lalu
IDLEventListener.h 3479f1c4e8 LibWeb: Add support for the options variant of {add,remove}EventListener 3 tahun lalu
LiveNodeList.cpp 8d6db36cbb LibWeb: Add support for NodeList 3 tahun lalu
LiveNodeList.h 8d6db36cbb LibWeb: Add support for NodeList 3 tahun lalu
NamedNodeMap.cpp 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 tahun lalu
NamedNodeMap.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 tahun lalu
NamedNodeMap.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 tahun lalu
Node.cpp 5d941ddf3a LibWeb: Make style invalidation cross shadow boundaries 3 tahun lalu
Node.h afc5fade05 LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^) 3 tahun lalu
Node.idl c6dd8a1f66 LibWeb: Implement `Node.nodeValue` DOM attribute 3 tahun lalu
NodeFilter.h fabcee016f LibWeb: Add basic support for DOM's NodeIterator and NodeFilter 3 tahun lalu
NodeFilter.idl fabcee016f LibWeb: Add basic support for DOM's NodeIterator and NodeFilter 3 tahun lalu
NodeIterator.cpp 9c6999ecf2 LibWeb: Implement "NodeIterator pre-removing steps" 3 tahun lalu
NodeIterator.h 9c6999ecf2 LibWeb: Implement "NodeIterator pre-removing steps" 3 tahun lalu
NodeIterator.idl fabcee016f LibWeb: Add basic support for DOM's NodeIterator and NodeFilter 3 tahun lalu
NodeList.h 8d6db36cbb LibWeb: Add support for NodeList 3 tahun lalu
NodeList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 tahun lalu
NodeOperations.cpp d5c96c3ccf LibWeb: Implement ParentNode.prepend 3 tahun lalu
NodeOperations.h d5c96c3ccf LibWeb: Implement ParentNode.prepend 3 tahun lalu
NonDocumentTypeChildNode.h bf7f6a9e98 LibWeb: Implement EventHandler::focus_previous_element() 3 tahun lalu
NonElementParentNode.h 2b57018196 LibWeb: Use default instead of an empty constructor/destructor 3 tahun lalu
ParentNode.cpp d1bc9358c1 LibWeb: Implement ParentNode.replaceChildren 3 tahun lalu
ParentNode.h 2be4064ca8 LibWeb: Add fast_is<ParentNode>() 3 tahun lalu
Position.cpp ef371596a4 LibWeb: Remove unnecessary DOM::Position destructor 3 tahun lalu
Position.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 tahun lalu
ProcessingInstruction.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 tahun lalu
ProcessingInstruction.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 tahun lalu
ProcessingInstruction.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 tahun lalu
QualifiedName.cpp cf5eeb9f4b LibWeb: Share QualifiedName data between identical instances 3 tahun lalu
QualifiedName.h cf5eeb9f4b LibWeb: Share QualifiedName data between identical instances 3 tahun lalu
Range.cpp 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 tahun lalu
Range.h 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 tahun lalu
Range.idl ad5fb1fd7e LibWeb: Implement Range.comparePoint 3 tahun lalu
ShadowRoot.cpp 7e1bf4d300 LibWeb: Compute element style in Layout::TreeBuilder 3 tahun lalu
ShadowRoot.h afc5fade05 LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^) 3 tahun lalu
ShadowRoot.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 tahun lalu
StaticNodeList.cpp 8d6db36cbb LibWeb: Add support for NodeList 3 tahun lalu
StaticNodeList.h 8d6db36cbb LibWeb: Add support for NodeList 3 tahun lalu
StaticRange.cpp 3d44118595 LibWeb: Implement StaticRange 3 tahun lalu
StaticRange.h 3d44118595 LibWeb: Implement StaticRange 3 tahun lalu
StaticRange.idl 3d44118595 LibWeb: Implement StaticRange 3 tahun lalu
Text.cpp 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 tahun lalu
Text.h 5f54b8dd6c LibWeb: Fire "input" and "change" events when editing a text <input> 3 tahun lalu
Text.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 tahun lalu
TreeWalker.cpp acbdb95b0a LibWeb: Add support for DOM's TreeWalker 3 tahun lalu
TreeWalker.h acbdb95b0a LibWeb: Add support for DOM's TreeWalker 3 tahun lalu
TreeWalker.idl acbdb95b0a LibWeb: Add support for DOM's TreeWalker 3 tahun lalu