Timothy Flynn db2ba5f1d9 LibWeb: Initialize static web strings during main-thread VM creation 2 years ago
..
AbortController.cpp a5ad8b2959 LibWeb: Make factory method of DOM::AbortSignal fallible 2 years ago
AbortController.h 5f552ddc5c LibWeb: Make factory method of DOM::AbortController fallible 2 years ago
AbortController.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
AbortSignal.cpp c120c46acc LibWeb: Make factory methods of DOM::Event fallible 2 years ago
AbortSignal.h a5ad8b2959 LibWeb: Make factory method of DOM::AbortSignal fallible 2 years ago
AbortSignal.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 3 years ago
AbstractRange.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
AbstractRange.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
AbstractRange.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 years ago
AccessibilityTreeNode.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
AccessibilityTreeNode.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
Attr.cpp fb6d6a985f LibWeb: Implement Element.setAttributeNode{,NS}() 2 years ago
Attr.h fb6d6a985f LibWeb: Implement Element.setAttributeNode{,NS}() 2 years ago
Attr.idl 530675993b LibWeb: Rename Attribute to Attr 2 years ago
CDATASection.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
CDATASection.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
CDATASection.idl 1ceba560f4 LibWeb: Add CDATASection 3 years ago
CharacterData.cpp 2411dadc35 LibWeb: Make factory method of DOM::StaticNodeList fallible 2 years ago
CharacterData.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
CharacterData.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 years ago
ChildNode.h c0b2fa74ac LibWeb: Fix a few const-ness issues 2 years ago
ChildNode.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 2 years ago
Comment.cpp 5ef9e02658 LibWeb: Make factory method of DOM::Comment fallible 2 years ago
Comment.h 5ef9e02658 LibWeb: Make factory method of DOM::Comment fallible 2 years ago
Comment.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 years ago
CustomEvent.cpp 2c8a689390 LibWeb: Make factory methods of DOM::CustomEvent fallible 2 years ago
CustomEvent.h 2c8a689390 LibWeb: Make factory methods of DOM::CustomEvent fallible 2 years ago
CustomEvent.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 years ago
DOMEventListener.cpp 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 years ago
DOMEventListener.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
DOMImplementation.cpp ff92324fa5 LibWeb: Make factory method of DOM::ElementFactory fallible 2 years ago
DOMImplementation.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
DOMImplementation.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 years ago
DOMTokenList.cpp c0b2fa74ac LibWeb: Fix a few const-ness issues 2 years ago
DOMTokenList.h c0b2fa74ac LibWeb: Fix a few const-ness issues 2 years ago
DOMTokenList.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 years ago
Document.cpp 4da68384e6 LibWeb/HTML: Make Window::m{location,navigator} lazily allocated 2 years ago
Document.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
Document.idl 8c5c78f1f1 LibWeb: Implement Document.createAttribute{,NS}() 2 years ago
DocumentFragment.cpp 491c18a346 LibWeb: Make factory method of DOM::DocumentFragment fallible 2 years ago
DocumentFragment.h 491c18a346 LibWeb: Make factory method of DOM::DocumentFragment fallible 2 years ago
DocumentFragment.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 years 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
DocumentType.cpp c4d559bd37 LibWeb: Make factory method of DOM::DocumentType fallible 2 years ago
DocumentType.h c4d559bd37 LibWeb: Make factory method of DOM::DocumentType fallible 2 years ago
DocumentType.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 years ago
Element.cpp fb6d6a985f LibWeb: Implement Element.setAttributeNode{,NS}() 2 years ago
Element.h fb6d6a985f LibWeb: Implement Element.setAttributeNode{,NS}() 2 years ago
Element.idl fb6d6a985f LibWeb: Implement Element.setAttributeNode{,NS}() 2 years ago
ElementFactory.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 years ago
ElementFactory.h ff92324fa5 LibWeb: Make factory method of DOM::ElementFactory fallible 2 years ago
Event.cpp c120c46acc LibWeb: Make factory methods of DOM::Event fallible 2 years ago
Event.h c120c46acc LibWeb: Make factory methods of DOM::Event fallible 2 years ago
Event.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 years ago
EventDispatcher.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years 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 7f632ee6f8 LibWeb: Fix bogus callback comparisons in EventTarget 2 years ago
EventTarget.h 80fad65e5b LibWeb: Add function to EventTarget that says if it has any listeners 2 years ago
EventTarget.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 years ago
HTMLCollection.cpp 54f58e2662 LibWeb: Restore proper functionality of legacy platform objects 2 years ago
HTMLCollection.h 54f58e2662 LibWeb: Restore proper functionality of legacy platform objects 2 years ago
HTMLCollection.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
IDLEventListener.cpp 1f48081ee4 LibWeb: Make factory methods of IDLEventListener and NodeFilter fallible 2 years ago
IDLEventListener.h 1f48081ee4 LibWeb: Make factory methods of IDLEventListener and NodeFilter fallible 2 years ago
InnerHTML.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 2 years ago
LiveNodeList.cpp 24d7e688fc LibWeb: Make factory method of DOM::LiveNodeList fallible 2 years ago
LiveNodeList.h 24d7e688fc LibWeb: Make factory method of DOM::LiveNodeList fallible 2 years ago
MutationObserver.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
MutationObserver.h 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 years ago
MutationObserver.idl c9ba5531e0 LibWeb: Introduce Mutation{Record,Observer} and observer microtasks 3 years ago
MutationRecord.cpp c0b2fa74ac LibWeb: Fix a few const-ness issues 2 years ago
MutationRecord.h c0b2fa74ac LibWeb: Fix a few const-ness issues 2 years ago
MutationRecord.idl c9ba5531e0 LibWeb: Introduce Mutation{Record,Observer} and observer microtasks 3 years ago
MutationType.cpp db2ba5f1d9 LibWeb: Initialize static web strings during main-thread VM creation 2 years ago
MutationType.h db2ba5f1d9 LibWeb: Initialize static web strings during main-thread VM creation 2 years ago
NamedNodeMap.cpp fb6d6a985f LibWeb: Implement Element.setAttributeNode{,NS}() 2 years ago
NamedNodeMap.h fb6d6a985f LibWeb: Implement Element.setAttributeNode{,NS}() 2 years ago
NamedNodeMap.idl 45525d4f85 LibWeb: Add NamedNodeMap::setNamedItemNS() method 2 years ago
Node.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
Node.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
Node.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 years ago
NodeFilter.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
NodeFilter.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
NodeFilter.idl 62e3117dfd LibWeb: Expose NodeFilter on the Window object 2 years ago
NodeIterator.cpp d94b59263e LibWeb: Make factory method of DOM::NodeIterator fallible 2 years ago
NodeIterator.h d94b59263e LibWeb: Make factory method of DOM::NodeIterator fallible 2 years ago
NodeIterator.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 years ago
NodeList.cpp 54f58e2662 LibWeb: Restore proper functionality of legacy platform objects 2 years ago
NodeList.h 54f58e2662 LibWeb: Restore proper functionality of legacy platform objects 2 years ago
NodeList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
NodeOperations.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
NodeOperations.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
NonDocumentTypeChildNode.h 086969277e Everywhere: Run clang-format 3 years ago
NonElementParentNode.h c0b2fa74ac LibWeb: Fix a few const-ness issues 2 years ago
ParentNode.cpp ff875d353b LibWeb: Make factory method of DOM::HTMLCollection fallible 2 years ago
ParentNode.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
ParentNode.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 2 years ago
Position.cpp 4734214ac1 LibWeb: Skip over grapheme clusters on left/right arrow key presses 2 years ago
Position.h 2c4acba883 LibWeb: Convert Web::DOM::Position::to_deprecated_string to String 2 years ago
ProcessingInstruction.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
ProcessingInstruction.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
ProcessingInstruction.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 years ago
QualifiedName.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
QualifiedName.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
Range.cpp e8f5085669 LibWeb: Implement Range.createContextualFragment() 2 years ago
Range.h e8f5085669 LibWeb: Implement Range.createContextualFragment() 2 years ago
Range.idl e8f5085669 LibWeb: Implement Range.createContextualFragment() 2 years ago
ShadowRoot.cpp 9ed4fe7049 LibWeb: Allow to set a root mode value when constructing a ShadowRoot 2 years ago
ShadowRoot.h 9ed4fe7049 LibWeb: Allow to set a root mode value when constructing a ShadowRoot 2 years ago
ShadowRoot.idl 9a7f786262 LibWeb: Make ShadowRoot.mode return ShadowRootMode instead of String 2 years ago
StaticNodeList.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
StaticNodeList.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
StaticRange.cpp fb3294863e LibWeb: Return JS::NonnullGCPtr<StaticRange> instead of StaticRange* 2 years ago
StaticRange.h fb3294863e LibWeb: Return JS::NonnullGCPtr<StaticRange> instead of StaticRange* 2 years ago
StaticRange.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 years ago
Text.cpp 200d22c650 LibWeb: Make factory method of DOM::Text fallible 2 years ago
Text.h 200d22c650 LibWeb: Make factory method of DOM::Text fallible 2 years ago
Text.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 years ago
TreeWalker.cpp 552663a2ba LibWeb: Make factory method of DOM::TreeWalker fallible 2 years ago
TreeWalker.h 552663a2ba LibWeb: Make factory method of DOM::TreeWalker fallible 2 years ago
TreeWalker.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 years ago