Andreas Kling 8f82bd044b LibWeb: Use FlyString for create_element() prefix strings 1 year ago
..
AbortController.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 years ago
AbortController.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 years ago
AbortController.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 year ago
AbortSignal.cpp 67aa86b5b6 LibWeb: Use JS::HeapFunction for AbortSignal callback 1 year ago
AbortSignal.h 67aa86b5b6 LibWeb: Use JS::HeapFunction for AbortSignal callback 1 year ago
AbortSignal.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 year ago
AbstractRange.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 years ago
AbstractRange.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 years ago
AbstractRange.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 year ago
AccessibilityTreeNode.cpp 6b580d68a3 LibWeb: Rename DOM::Node::id() to unique_id() 1 year ago
AccessibilityTreeNode.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 years ago
Attr.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 year ago
Attr.h aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 year ago
Attr.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 year ago
CDATASection.cpp bcb6851c07 LibWeb: Port Text interface from DeprecatedString to String 1 year ago
CDATASection.h 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String 1 year ago
CDATASection.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 year ago
CharacterData.cpp b603e860af LibWeb: Port CharacterData from DeprecatedString to String 1 year ago
CharacterData.h b603e860af LibWeb: Port CharacterData from DeprecatedString to String 1 year ago
CharacterData.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 year ago
ChildNode.h 57d7637b59 LibWeb: Remove DeprecatedString support from {Child,Parent}Node 1 year ago
ChildNode.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 years ago
Comment.cpp b603e860af LibWeb: Port CharacterData from DeprecatedString to String 1 year ago
Comment.h c7cd6f2bef LibWeb: Remove some unused DeprecatedFlyString includes 1 year ago
Comment.idl cc1e4c5cb3 LibWeb: Port Comment interface from DeprecatedString to String 1 year ago
CustomEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 years ago
CustomEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 years ago
CustomEvent.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 year ago
DOMEventListener.cpp 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 years ago
DOMEventListener.h 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 years ago
DOMImplementation.cpp e74031a396 LibWeb: Port Document interface from DeprecatedString to String 1 year ago
DOMImplementation.h 9117bcfd61 LibWeb: Port DOMImplementation from DeprecatedString to String 1 year ago
DOMImplementation.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 year ago
DOMTokenList.cpp 50350fb79c LibWeb: Add a non-DeprecatedString version of Element::get_attribute 1 year ago
DOMTokenList.h b0eea51335 LibWeb: Port DOMTokenList from DeprecatedString to String 1 year ago
DOMTokenList.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 year ago
Document.cpp 8f82bd044b LibWeb: Use FlyString for create_element() prefix strings 1 year ago
Document.h 8ebb4e8047 LibWeb: Forbid sharing image requests across documents 1 year ago
Document.idl e74031a396 LibWeb: Port Document interface from DeprecatedString to String 1 year ago
DocumentFragment.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 years ago
DocumentFragment.h c7cd6f2bef LibWeb: Remove some unused DeprecatedFlyString includes 1 year ago
DocumentFragment.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 year ago
DocumentLoadEventDelayer.cpp 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 years ago
DocumentLoadEventDelayer.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 years ago
DocumentLoading.cpp e4f8c59210 LibWeb: Port AttributeNames to FlyString 1 year ago
DocumentLoading.h 222cc29c5c LibWeb: Add XMLHttpRequest Document response type 1 year ago
DocumentObserver.cpp cad2d2c85b LibWeb: Use JS::HeapFunction for DocumentObserver callbacks 1 year ago
DocumentObserver.h cad2d2c85b LibWeb: Use JS::HeapFunction for DocumentObserver callbacks 1 year ago
DocumentType.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 years ago
DocumentType.h c7cd6f2bef LibWeb: Remove some unused DeprecatedFlyString includes 1 year ago
DocumentType.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 year ago
Element.cpp 8f82bd044b LibWeb: Use FlyString for create_element() prefix strings 1 year ago
Element.h 8f82bd044b LibWeb: Use FlyString for create_element() prefix strings 1 year ago
Element.idl 4321606bba LibWeb: Port Element interface from DeprecatedString 1 year ago
ElementFactory.cpp 8f82bd044b LibWeb: Use FlyString for create_element() prefix strings 1 year ago
ElementFactory.h 8f82bd044b LibWeb: Use FlyString for create_element() prefix strings 1 year ago
Event.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 years ago
Event.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 years ago
Event.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 year ago
EventDispatcher.cpp e4d3a9aa68 LibWeb: Ensure DOM events on slottables are properly propagated 1 year ago
EventDispatcher.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 years ago
EventHandler.idl 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 years ago
EventTarget.cpp 3bcd368703 LibWeb: Do not pass JS::Handle into NativeFunction callback captures 1 year ago
EventTarget.h c7cd6f2bef LibWeb: Remove some unused DeprecatedFlyString includes 1 year ago
EventTarget.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 year ago
HTMLCollection.cpp b37aab1277 LibWeb: Port named_item_value from DeprecatedFlyString 1 year ago
HTMLCollection.h b37aab1277 LibWeb: Port named_item_value from DeprecatedFlyString 1 year ago
HTMLCollection.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 year ago
HTMLFormControlsCollection.cpp 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute 1 year ago
HTMLFormControlsCollection.h 27dd2a40ad LibWeb: Implement HTMLFormControlsCollection 2 years ago
HTMLFormControlsCollection.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 year ago
IDLEventListener.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 years ago
IDLEventListener.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 years ago
InnerHTML.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 years ago
LiveNodeList.cpp 708263790a LibWeb: Implement LiveNodeList::first_matching 1 year ago
LiveNodeList.h 708263790a LibWeb: Implement LiveNodeList::first_matching 1 year ago
MutationObserver.cpp 15629e8925 LibWeb: Do not use JS::Handle for mutation observers 1 year ago
MutationObserver.h 0ce5a920f7 LibWeb: Port MutationObserver interface from DeprecatedString to String 1 year ago
MutationObserver.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 year ago
MutationRecord.cpp da1f137967 LibWeb: Port MutationRecord from DeprecatedString to String 1 year ago
MutationRecord.h da1f137967 LibWeb: Port MutationRecord from DeprecatedString to String 1 year ago
MutationRecord.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 year ago
MutationType.cpp 25eee91811 AK: Make "foo"_fly_string infallible 2 years ago
MutationType.h 25eee91811 AK: Make "foo"_fly_string infallible 2 years ago
NamedNodeMap.cpp b37aab1277 LibWeb: Port named_item_value from DeprecatedFlyString 1 year ago
NamedNodeMap.h b37aab1277 LibWeb: Port named_item_value from DeprecatedFlyString 1 year ago
NamedNodeMap.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 year ago
Node.cpp 8f82bd044b LibWeb: Use FlyString for create_element() prefix strings 1 year ago
Node.h 6b580d68a3 LibWeb: Rename DOM::Node::id() to unique_id() 1 year ago
Node.idl 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String 1 year ago
NodeFilter.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 years ago
NodeFilter.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 years ago
NodeFilter.idl 62e3117dfd LibWeb: Expose NodeFilter on the Window object 2 years ago
NodeIterator.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 year ago
NodeIterator.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 years ago
NodeIterator.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 year ago
NodeList.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 years ago
NodeList.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 years ago
NodeList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 year ago
NodeOperations.cpp 57d7637b59 LibWeb: Remove DeprecatedString support from {Child,Parent}Node 1 year ago
NodeOperations.h 57d7637b59 LibWeb: Remove DeprecatedString support from {Child,Parent}Node 1 year ago
NonDocumentTypeChildNode.h 086969277e Everywhere: Run clang-format 3 years ago
NonElementParentNode.h d0d7e5a782 LibWeb: Use Element::id() in getElementById() 1 year ago
ParentNode.cpp 0937d88869 LibWeb: Remove more DeprecatedString null state remnants 1 year ago
ParentNode.h 57d7637b59 LibWeb: Remove DeprecatedString support from {Child,Parent}Node 1 year ago
ParentNode.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 years ago
Position.cpp 46254101f7 LibWeb: Change DOM::Position to be GC-allocated 1 year ago
Position.h 46254101f7 LibWeb: Change DOM::Position to be GC-allocated 1 year ago
ProcessingInstruction.cpp b603e860af LibWeb: Port CharacterData from DeprecatedString to String 1 year ago
ProcessingInstruction.h c7cd6f2bef LibWeb: Remove some unused DeprecatedFlyString includes 1 year ago
ProcessingInstruction.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 years ago
QualifiedName.cpp 8f82bd044b LibWeb: Use FlyString for create_element() prefix strings 1 year ago
QualifiedName.h 8f82bd044b LibWeb: Use FlyString for create_element() prefix strings 1 year ago
RadioNodeList.cpp 50350fb79c LibWeb: Add a non-DeprecatedString version of Element::get_attribute 1 year ago
RadioNodeList.h f115e44066 LibWeb: Implement value attribute of RadioNodeList 1 year ago
RadioNodeList.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 year ago
Range.cpp 9303e9e76f LibWeb: Port Element::local_name and TagNames from Deprecated String 1 year ago
Range.h 7b79324548 LibWeb: Port Range interface from DeprecatedString to String 1 year ago
Range.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 year ago
ShadowRoot.cpp 6789a2dd8e LibWeb: Port ShadowRoot interface from DeprecatedString to String 1 year ago
ShadowRoot.h f5771a5789 LibWeb: Check node type first in fast_is<ShadowRoot>() 1 year ago
ShadowRoot.idl 54b5a431a3 LibWeb: Implement element slot-related attributes and settings 1 year ago
Slot.cpp 7870f10aa8 LibWeb: Introduce the slot concept for HTML slot elements 1 year ago
Slot.h 7870f10aa8 LibWeb: Introduce the slot concept for HTML slot elements 1 year ago
Slottable.cpp cdbde1765a LibWeb: Skip assigning slottables for non-shadow roots 1 year ago
Slottable.h e9da74ebe0 LibWeb: Implement manual slottable assignment 1 year ago
Slottable.idl 45b36bd08a LibWeb: Introduce the slottable concept for DOM elements and text nodes 1 year ago
StaticNodeList.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 years ago
StaticNodeList.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 years ago
StaticRange.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 year ago
StaticRange.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 years ago
StaticRange.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 year ago
StyleElementUtils.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 year ago
StyleElementUtils.h aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 year ago
Text.cpp b603e860af LibWeb: Port CharacterData from DeprecatedString to String 1 year ago
Text.h c7cd6f2bef LibWeb: Remove some unused DeprecatedFlyString includes 1 year ago
Text.idl 45b36bd08a LibWeb: Introduce the slottable concept for DOM elements and text nodes 1 year ago
TreeWalker.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 year ago
TreeWalker.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 years ago
TreeWalker.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 year ago
XMLDocument.cpp 0762388709 LibWeb: Make XHR.response an actual XMLDocument for XML documents 1 year ago
XMLDocument.h 0762388709 LibWeb: Make XHR.response an actual XMLDocument for XML documents 1 year ago
XMLDocument.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 year ago