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