Andrew Kaster d97b09693e LibWeb: Convert SandboxingFlagSet into a enum class 1 anno fa
..
AbortController.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
AbortController.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
AbortController.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 anni fa
AbortSignal.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
AbortSignal.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
AbortSignal.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 3 anni fa
AbstractRange.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
AbstractRange.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
AbstractRange.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 anni fa
AccessibilityTreeNode.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
AccessibilityTreeNode.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
Attr.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
Attr.h 76580bb9ba LibWeb: Cache lowercased tag name for getElementsByTagName() iteration 1 anno fa
Attr.idl 530675993b LibWeb: Rename Attribute to Attr 2 anni fa
CDATASection.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
CDATASection.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
CDATASection.idl 1ceba560f4 LibWeb: Add CDATASection 3 anni fa
CharacterData.cpp 1c47695bae LibWeb: Invalidate layout-transformed text on DOM text node change 1 anno fa
CharacterData.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
CharacterData.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 anni fa
ChildNode.h c0b2fa74ac LibWeb: Fix a few const-ness issues 2 anni fa
ChildNode.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 anni fa
Comment.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
Comment.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
Comment.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 anni fa
CustomEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
CustomEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
CustomEvent.idl 59a21c6274 LibWeb: Port CustomEvent to new String 2 anni fa
DOMEventListener.cpp 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 anni fa
DOMEventListener.h 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 anni fa
DOMImplementation.cpp ebdfe2e863 LibWeb: Port DocumentType from DeprecatedString to String 1 anno fa
DOMImplementation.h 9117bcfd61 LibWeb: Port DOMImplementation from DeprecatedString to String 1 anno fa
DOMImplementation.idl 9117bcfd61 LibWeb: Port DOMImplementation from DeprecatedString to String 1 anno fa
DOMTokenList.cpp b0eea51335 LibWeb: Port DOMTokenList from DeprecatedString to String 1 anno fa
DOMTokenList.h b0eea51335 LibWeb: Port DOMTokenList from DeprecatedString to String 1 anno fa
DOMTokenList.idl b0eea51335 LibWeb: Port DOMTokenList from DeprecatedString to String 1 anno fa
Document.cpp d97b09693e LibWeb: Convert SandboxingFlagSet into a enum class 1 anno fa
Document.h 03eae09619 LibWeb: Implement snapshotting source snapshot params per the spec 1 anno fa
Document.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 anni fa
DocumentFragment.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
DocumentFragment.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
DocumentFragment.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 anni fa
DocumentLoadEventDelayer.cpp 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 anni fa
DocumentLoadEventDelayer.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 anni fa
DocumentLoading.cpp bdd3a16b16 LibWeb: Make `Fetch::Infrastructure::Body` be GC allocated 1 anno fa
DocumentLoading.h de2c016556 LibWeb: Implement "attempt to populate the history entry's document" 2 anni fa
DocumentObserver.cpp f78eadf00f LibWeb: Add an interface to be notified of Document state changes 2 anni fa
DocumentObserver.h d24667a1b6 LibWeb: Rename loaded observer event to match spec 2 anni fa
DocumentType.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
DocumentType.h ebdfe2e863 LibWeb: Port DocumentType from DeprecatedString to String 1 anno fa
DocumentType.idl ebdfe2e863 LibWeb: Port DocumentType from DeprecatedString to String 1 anno fa
Element.cpp b0eea51335 LibWeb: Port DOMTokenList from DeprecatedString to String 1 anno fa
Element.h 76580bb9ba LibWeb: Cache lowercased tag name for getElementsByTagName() iteration 1 anno fa
Element.idl 5694981352 LibWeb: Implement Element.hasAttributeNS 2 anni fa
ElementFactory.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
ElementFactory.h 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements 2 anni fa
Event.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
Event.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
Event.idl ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 anni fa
EventDispatcher.cpp fdd33d818c LibWeb: Port DOMEventListener to new FlyString 2 anni fa
EventDispatcher.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 anni fa
EventHandler.idl 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 anni fa
EventTarget.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
EventTarget.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
EventTarget.idl 344785ae3a LibWeb: Implement the EventTarget constructor 2 anni fa
HTMLCollection.cpp d5409a056a LibWeb: Port HTMLCollection from DeprecatedString to String 1 anno fa
HTMLCollection.h d5409a056a LibWeb: Port HTMLCollection from DeprecatedString to String 1 anno fa
HTMLCollection.idl d5409a056a LibWeb: Port HTMLCollection from DeprecatedString to String 1 anno fa
HTMLFormControlsCollection.cpp 27dd2a40ad LibWeb: Implement HTMLFormControlsCollection 1 anno fa
HTMLFormControlsCollection.h 27dd2a40ad LibWeb: Implement HTMLFormControlsCollection 1 anno fa
HTMLFormControlsCollection.idl 27dd2a40ad LibWeb: Implement HTMLFormControlsCollection 1 anno fa
IDLEventListener.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
IDLEventListener.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
InnerHTML.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 anni fa
LiveNodeList.cpp 708263790a LibWeb: Implement LiveNodeList::first_matching 1 anno fa
LiveNodeList.h 708263790a LibWeb: Implement LiveNodeList::first_matching 1 anno fa
MutationObserver.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
MutationObserver.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
MutationObserver.idl c9ba5531e0 LibWeb: Introduce Mutation{Record,Observer} and observer microtasks 3 anni fa
MutationRecord.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
MutationRecord.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
MutationRecord.idl c9ba5531e0 LibWeb: Introduce Mutation{Record,Observer} and observer microtasks 3 anni fa
MutationType.cpp 25eee91811 AK: Make "foo"_fly_string infallible 2 anni fa
MutationType.h 25eee91811 AK: Make "foo"_fly_string infallible 2 anni fa
NamedNodeMap.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
NamedNodeMap.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
NamedNodeMap.idl 45525d4f85 LibWeb: Add NamedNodeMap::setNamedItemNS() method 2 anni fa
Node.cpp ad1853cbf5 LibWeb: Remove unnecessary layout node detach in DOM::Node::finalize() 1 anno fa
Node.h 354d2ccc3c LibWeb: Support fast_is<T>() for table, table sections, rows and cells 1 anno fa
Node.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 anni fa
NodeFilter.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
NodeFilter.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
NodeFilter.idl 62e3117dfd LibWeb: Expose NodeFilter on the Window object 2 anni fa
NodeIterator.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
NodeIterator.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
NodeIterator.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 anni fa
NodeList.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
NodeList.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
NodeList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 anni fa
NodeOperations.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
NodeOperations.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 anni fa
NonDocumentTypeChildNode.h 086969277e Everywhere: Run clang-format 3 anni fa
NonElementParentNode.h c0b2fa74ac LibWeb: Fix a few const-ness issues 2 anni fa
ParentNode.cpp 76580bb9ba LibWeb: Cache lowercased tag name for getElementsByTagName() iteration 1 anno fa
ParentNode.h 31d536912c LibWeb: Allow SVG painting to escape out of a shadow tree 2 anni fa
ParentNode.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 anni fa
Position.cpp 4734214ac1 LibWeb: Skip over grapheme clusters on left/right arrow key presses 2 anni fa
Position.h 2c4acba883 LibWeb: Convert Web::DOM::Position::to_deprecated_string to String 2 anni fa
ProcessingInstruction.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
ProcessingInstruction.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
ProcessingInstruction.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 anni fa
QualifiedName.cpp 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements 2 anni fa
QualifiedName.h 76580bb9ba LibWeb: Cache lowercased tag name for getElementsByTagName() iteration 1 anno fa
RadioNodeList.cpp f115e44066 LibWeb: Implement value attribute of RadioNodeList 1 anno fa
RadioNodeList.h f115e44066 LibWeb: Implement value attribute of RadioNodeList 1 anno fa
RadioNodeList.idl f115e44066 LibWeb: Implement value attribute of RadioNodeList 1 anno fa
Range.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
Range.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
Range.idl e8f5085669 LibWeb: Implement Range.createContextualFragment() 2 anni fa
ShadowRoot.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
ShadowRoot.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
ShadowRoot.idl 9a7f786262 LibWeb: Make ShadowRoot.mode return ShadowRootMode instead of String 2 anni fa
StaticNodeList.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
StaticNodeList.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
StaticRange.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
StaticRange.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
StaticRange.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 anni fa
StyleElementUtils.cpp 22a858a0cb LibWeb: Don't parse inline style sheets during HTML fragment parsing 2 anni fa
StyleElementUtils.h 7f7ebc4b8b LibWeb: Extract updating a style block into StyleElementUtils 2 anni fa
Text.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
Text.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
Text.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 anni fa
TreeWalker.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
TreeWalker.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 anno fa
TreeWalker.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 anni fa
XMLDocument.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
XMLDocument.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
XMLDocument.idl 1f863de9aa LibWeb: Add XMLDocument stub 2 anni fa