Andreas Kling 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h пре 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 ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String пре 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 39d8c8d2a9 LibJS+LibWeb: Add missing visit calls in visit_edges implementations пре 2 година
AccessibilityTreeNode.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
Attr.cpp dc5f213fa0 LibWeb: Handle null values when making args for attributeChangedCallback пре 2 година
Attr.h 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements пре 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 821702fadd LibWeb: Set Comment's prototype пре 2 година
Comment.h 821702fadd LibWeb: Set Comment's prototype пре 2 година
Comment.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
CustomEvent.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String пре 2 година
CustomEvent.h 59a21c6274 LibWeb: Port CustomEvent to new String пре 2 година
CustomEvent.idl 59a21c6274 LibWeb: Port CustomEvent to new String пре 2 година
DOMEventListener.cpp 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects пре 2 година
DOMEventListener.h 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects пре 2 година
DOMImplementation.cpp 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements пре 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 5b5fbecb38 LibWeb: Don't include DOM/Attr.h from DOM/Element.h пре 2 година
Document.h 43616316de LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h пре 2 година
Document.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions пре 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 година
DocumentLoading.cpp de2c016556 LibWeb: Implement "attempt to populate the history entry's document" пре 2 година
DocumentLoading.h de2c016556 LibWeb: Implement "attempt to populate the history entry's document" пре 2 година
DocumentObserver.cpp f78eadf00f LibWeb: Add an interface to be notified of Document state changes пре 2 година
DocumentObserver.h f78eadf00f LibWeb: Add an interface to be notified of Document state changes пре 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 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h пре 2 година
Element.h 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h пре 2 година
Element.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions пре 2 година
ElementFactory.cpp 9b652842e4 LibWeb: Add an initial implementation of SVG `<radialGradient>` пре 2 година
ElementFactory.h 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements пре 2 година
Event.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String пре 2 година
Event.h ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String пре 2 година
Event.idl ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String пре 2 година
EventDispatcher.cpp fdd33d818c LibWeb: Port DOMEventListener to new FlyString пре 2 година
EventDispatcher.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated пре 2 година
EventHandler.idl 3fe66bddf4 LibWeb: Implement WindowEventHandlers пре 3 година
EventTarget.cpp 344785ae3a LibWeb: Implement the EventTarget constructor пре 2 година
EventTarget.h 344785ae3a LibWeb: Implement the EventTarget constructor пре 2 година
EventTarget.idl 344785ae3a LibWeb: Implement the EventTarget constructor пре 2 година
HTMLCollection.cpp 2125464b76 LibWeb: Don't match the root node of HTMLCollection пре 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 b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 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 8a8340b3cd LibWeb: Port MutationRecord types to FlyString пре 2 година
MutationRecord.h 8a8340b3cd LibWeb: Port MutationRecord types to FlyString пре 2 година
MutationRecord.idl c9ba5531e0 LibWeb: Introduce Mutation{Record,Observer} and observer microtasks пре 3 година
MutationType.cpp 8a8340b3cd LibWeb: Port MutationRecord types to FlyString пре 2 година
MutationType.h 8a8340b3cd LibWeb: Port MutationRecord types to FlyString пре 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 5b5fbecb38 LibWeb: Don't include DOM/Attr.h from DOM/Element.h пре 2 година
Node.h 4637d020c3 LibWeb: Add fast_is<T>() helper for HTMLScriptElement пре 2 година
Node.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions пре 2 година
NodeFilter.cpp b84f8fb55b LibJS: Make intrinsics getters return 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 9e00ef0849 LibWeb: Pass scope in ParentNode::query_selector_all пре 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 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements пре 2 година
QualifiedName.h 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements пре 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 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements пре 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 година
XMLDocument.cpp 1f863de9aa LibWeb: Add XMLDocument stub пре 2 година
XMLDocument.h 1f863de9aa LibWeb: Add XMLDocument stub пре 2 година
XMLDocument.idl 1f863de9aa LibWeb: Add XMLDocument stub пре 2 година