Shannon Booth b603e860af LibWeb: Port CharacterData from DeprecatedString to String 1 éve
..
AbortController.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 éve
AbortController.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
AbortController.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 éve
AbortSignal.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 éve
AbortSignal.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
AbortSignal.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 3 éve
AbstractRange.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
AbstractRange.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
AbstractRange.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 éve
AccessibilityTreeNode.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 éve
AccessibilityTreeNode.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 éve
Attr.cpp 5ec76331e8 LibWeb: Invoke our internal attribute change handler from Attr 1 éve
Attr.h 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String 1 éve
Attr.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 éve
CDATASection.cpp bcb6851c07 LibWeb: Port Text interface from DeprecatedString to String 1 éve
CDATASection.h 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String 1 éve
CDATASection.idl 1ceba560f4 LibWeb: Add CDATASection 3 éve
CharacterData.cpp b603e860af LibWeb: Port CharacterData from DeprecatedString to String 1 éve
CharacterData.h b603e860af LibWeb: Port CharacterData from DeprecatedString to String 1 éve
CharacterData.idl b603e860af LibWeb: Port CharacterData from DeprecatedString to String 1 éve
ChildNode.h 3b12a13f17 LibWeb: Add String variants of functions in ChildNode 1 éve
ChildNode.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 éve
Comment.cpp b603e860af LibWeb: Port CharacterData from DeprecatedString to String 1 éve
Comment.h 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String 1 éve
Comment.idl cc1e4c5cb3 LibWeb: Port Comment interface from DeprecatedString to String 1 éve
CustomEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 éve
CustomEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 éve
CustomEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 éve
DOMEventListener.cpp 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 éve
DOMEventListener.h 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 éve
DOMImplementation.cpp e74031a396 LibWeb: Port Document interface from DeprecatedString to String 1 éve
DOMImplementation.h 9117bcfd61 LibWeb: Port DOMImplementation from DeprecatedString to String 1 éve
DOMImplementation.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 éve
DOMTokenList.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 éve
DOMTokenList.h b0eea51335 LibWeb: Port DOMTokenList from DeprecatedString to String 1 éve
DOMTokenList.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 éve
Document.cpp 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String 1 éve
Document.h 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String 1 éve
Document.idl e74031a396 LibWeb: Port Document interface from DeprecatedString to String 1 éve
DocumentFragment.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 éve
DocumentFragment.h 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String 1 éve
DocumentFragment.idl 4adbf1d041 LibWeb: Port DocumentFragment from DeprecatedString to String 1 éve
DocumentLoadEventDelayer.cpp 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 éve
DocumentLoadEventDelayer.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 éve
DocumentLoading.cpp 4446858401 LibWeb: Do not crash if parsing failed in `load_document()` 1 éve
DocumentLoading.h 222cc29c5c LibWeb: Add XMLHttpRequest Document response type 1 éve
DocumentObserver.cpp f78eadf00f LibWeb: Add an interface to be notified of Document state changes 2 éve
DocumentObserver.h d24667a1b6 LibWeb: Rename loaded observer event to match spec 2 éve
DocumentType.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 éve
DocumentType.h 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String 1 éve
DocumentType.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 éve
Element.cpp dd7bba66ed LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable` 1 éve
Element.h 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String 1 éve
Element.idl 45b36bd08a LibWeb: Introduce the slottable concept for DOM elements and text nodes 1 éve
ElementFactory.cpp 0a133ccba4 LibWeb: Remove the HTML blink element 1 éve
ElementFactory.h 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements 2 éve
Event.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 éve
Event.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 éve
Event.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 éve
EventDispatcher.cpp e4d3a9aa68 LibWeb: Ensure DOM events on slottables are properly propagated 1 éve
EventDispatcher.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 éve
EventHandler.idl 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 éve
EventTarget.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 éve
EventTarget.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
EventTarget.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 éve
HTMLCollection.cpp 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute 1 éve
HTMLCollection.h d5409a056a LibWeb: Port HTMLCollection from DeprecatedString to String 1 éve
HTMLCollection.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 éve
HTMLFormControlsCollection.cpp 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute 1 éve
HTMLFormControlsCollection.h 27dd2a40ad LibWeb: Implement HTMLFormControlsCollection 2 éve
HTMLFormControlsCollection.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 éve
IDLEventListener.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 éve
IDLEventListener.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 éve
InnerHTML.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 éve
LiveNodeList.cpp 708263790a LibWeb: Implement LiveNodeList::first_matching 1 éve
LiveNodeList.h 708263790a LibWeb: Implement LiveNodeList::first_matching 1 éve
MutationObserver.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 éve
MutationObserver.h 0ce5a920f7 LibWeb: Port MutationObserver interface from DeprecatedString to String 1 éve
MutationObserver.idl 0ce5a920f7 LibWeb: Port MutationObserver interface from DeprecatedString to String 1 éve
MutationRecord.cpp da1f137967 LibWeb: Port MutationRecord from DeprecatedString to String 1 éve
MutationRecord.h da1f137967 LibWeb: Port MutationRecord from DeprecatedString to String 1 éve
MutationRecord.idl da1f137967 LibWeb: Port MutationRecord from DeprecatedString to String 1 éve
MutationType.cpp 25eee91811 AK: Make "foo"_fly_string infallible 2 éve
MutationType.h 25eee91811 AK: Make "foo"_fly_string infallible 2 éve
NamedNodeMap.cpp 75133cf733 LibWeb: Port NamedNodeMap from DeprecatedString to String 1 éve
NamedNodeMap.h 75133cf733 LibWeb: Port NamedNodeMap from DeprecatedString to String 1 éve
NamedNodeMap.idl 75133cf733 LibWeb: Port NamedNodeMap from DeprecatedString to String 1 éve
Node.cpp b603e860af LibWeb: Port CharacterData from DeprecatedString to String 1 éve
Node.h 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String 1 éve
Node.idl 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String 1 éve
NodeFilter.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 éve
NodeFilter.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 éve
NodeFilter.idl 62e3117dfd LibWeb: Expose NodeFilter on the Window object 2 éve
NodeIterator.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 éve
NodeIterator.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
NodeIterator.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 éve
NodeList.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
NodeList.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
NodeList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 éve
NodeOperations.cpp bfc0773285 LibWeb: Add String versions for some functions in ParentNode 1 éve
NodeOperations.h bfc0773285 LibWeb: Add String versions for some functions in ParentNode 1 éve
NonDocumentTypeChildNode.h 086969277e Everywhere: Run clang-format 3 éve
NonElementParentNode.h 3e0849eb4f LibWeb: Add FlyString variants of get_element_by_id 1 éve
ParentNode.cpp 9d88e14f20 LibWeb: Add String variants of get_element_by_{} in ParentNode 1 éve
ParentNode.h 9d88e14f20 LibWeb: Add String variants of get_element_by_{} in ParentNode 1 éve
ParentNode.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 éve
Position.cpp b603e860af LibWeb: Port CharacterData from DeprecatedString to String 1 éve
Position.h 2c4acba883 LibWeb: Convert Web::DOM::Position::to_deprecated_string to String 2 éve
ProcessingInstruction.cpp b603e860af LibWeb: Port CharacterData from DeprecatedString to String 1 éve
ProcessingInstruction.h 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String 1 éve
ProcessingInstruction.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 éve
QualifiedName.cpp 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements 2 éve
QualifiedName.h 76580bb9ba LibWeb: Cache lowercased tag name for getElementsByTagName() iteration 1 éve
RadioNodeList.cpp f115e44066 LibWeb: Implement value attribute of RadioNodeList 1 éve
RadioNodeList.h f115e44066 LibWeb: Implement value attribute of RadioNodeList 1 éve
RadioNodeList.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 éve
Range.cpp b603e860af LibWeb: Port CharacterData from DeprecatedString to String 1 éve
Range.h 7b79324548 LibWeb: Port Range interface from DeprecatedString to String 1 éve
Range.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 éve
ShadowRoot.cpp 6789a2dd8e LibWeb: Port ShadowRoot interface from DeprecatedString to String 1 éve
ShadowRoot.h 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String 1 éve
ShadowRoot.idl 54b5a431a3 LibWeb: Implement element slot-related attributes and settings 1 éve
Slot.cpp 7870f10aa8 LibWeb: Introduce the slot concept for HTML slot elements 1 éve
Slot.h 7870f10aa8 LibWeb: Introduce the slot concept for HTML slot elements 1 éve
Slottable.cpp 683ce8e615 LibWeb: Implement (most of) the assigned slot/slottable lookup APIs 1 éve
Slottable.h e9da74ebe0 LibWeb: Implement manual slottable assignment 1 éve
Slottable.idl 45b36bd08a LibWeb: Introduce the slottable concept for DOM elements and text nodes 1 éve
StaticNodeList.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 éve
StaticNodeList.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 éve
StaticRange.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 éve
StaticRange.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
StaticRange.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 éve
StyleElementUtils.cpp 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String 1 éve
StyleElementUtils.h 7f7ebc4b8b LibWeb: Extract updating a style block into StyleElementUtils 2 éve
Text.cpp b603e860af LibWeb: Port CharacterData from DeprecatedString to String 1 éve
Text.h 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String 1 éve
Text.idl 45b36bd08a LibWeb: Introduce the slottable concept for DOM elements and text nodes 1 éve
TreeWalker.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 éve
TreeWalker.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 éve
TreeWalker.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 éve
XMLDocument.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
XMLDocument.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
XMLDocument.idl 1f863de9aa LibWeb: Add XMLDocument stub 2 éve