.. |
AbortController.cpp
|
a5ad8b2959
LibWeb: Make factory method of DOM::AbortSignal fallible
|
2 éve |
AbortController.h
|
5f552ddc5c
LibWeb: Make factory method of DOM::AbortController fallible
|
2 éve |
AbortController.idl
|
a59800b4a0
LibWeb: Add imports to all IDL files that depend on others
|
3 éve |
AbortSignal.cpp
|
ad5cbdc51b
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
|
2 éve |
AbortSignal.h
|
a5ad8b2959
LibWeb: Make factory method of DOM::AbortSignal fallible
|
2 éve |
AbortSignal.idl
|
f45d361f03
LibWeb: Replace ad-hoc EventHandler type with callback function typedef
|
3 éve |
AbstractRange.cpp
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 éve |
AbstractRange.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 éve |
AbstractRange.idl
|
8f110e0fb1
LibWeb: Remove the NoInstanceWrapper extended IDL attribute
|
2 éve |
AccessibilityTreeNode.cpp
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 éve |
AccessibilityTreeNode.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 éve |
Attr.cpp
|
dc5f213fa0
LibWeb: Handle null values when making args for attributeChangedCallback
|
2 éve |
Attr.h
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
2 éve |
Attr.idl
|
530675993b
LibWeb: Rename Attribute to Attr
|
2 éve |
CDATASection.cpp
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 éve |
CDATASection.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 éve |
CDATASection.idl
|
1ceba560f4
LibWeb: Add CDATASection
|
3 éve |
CharacterData.cpp
|
2411dadc35
LibWeb: Make factory method of DOM::StaticNodeList fallible
|
2 éve |
CharacterData.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 éve |
CharacterData.idl
|
67ceba2e6a
LibWeb: Add Exposed attribute and IDL spec links where missing
|
2 éve |
ChildNode.h
|
c0b2fa74ac
LibWeb: Fix a few const-ness issues
|
2 éve |
ChildNode.idl
|
d4b2eb22e1
LibWeb: Resolve circular IDL imports
|
2 éve |
Comment.cpp
|
821702fadd
LibWeb: Set Comment's prototype
|
2 éve |
Comment.h
|
821702fadd
LibWeb: Set Comment's prototype
|
2 éve |
Comment.idl
|
67ceba2e6a
LibWeb: Add Exposed attribute and IDL spec links where missing
|
2 éve |
CustomEvent.cpp
|
ad5cbdc51b
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
|
2 éve |
CustomEvent.h
|
59a21c6274
LibWeb: Port CustomEvent to new String
|
2 éve |
CustomEvent.idl
|
59a21c6274
LibWeb: Port CustomEvent to new String
|
2 éve |
DOMEventListener.cpp
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 éve |
DOMEventListener.h
|
fdd33d818c
LibWeb: Port DOMEventListener to new FlyString
|
2 éve |
DOMImplementation.cpp
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
2 éve |
DOMImplementation.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 éve |
DOMImplementation.idl
|
67ceba2e6a
LibWeb: Add Exposed attribute and IDL spec links where missing
|
2 éve |
DOMTokenList.cpp
|
c0b2fa74ac
LibWeb: Fix a few const-ness issues
|
2 éve |
DOMTokenList.h
|
c0b2fa74ac
LibWeb: Fix a few const-ness issues
|
2 éve |
DOMTokenList.idl
|
67ceba2e6a
LibWeb: Add Exposed attribute and IDL spec links where missing
|
2 éve |
Document.cpp
|
cbefab21be
LibWeb: Port fire_a_page_transition_event() to new FlyString
|
2 éve |
Document.h
|
4d87072201
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
|
2 éve |
Document.idl
|
32e27bc7fa
LibWeb: Add a bunch of missing CEReactions
|
2 éve |
DocumentFragment.cpp
|
491c18a346
LibWeb: Make factory method of DOM::DocumentFragment fallible
|
2 éve |
DocumentFragment.h
|
491c18a346
LibWeb: Make factory method of DOM::DocumentFragment fallible
|
2 éve |
DocumentFragment.idl
|
67ceba2e6a
LibWeb: Add Exposed attribute and IDL spec links where missing
|
2 é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 |
DocumentType.cpp
|
c4d559bd37
LibWeb: Make factory method of DOM::DocumentType fallible
|
2 éve |
DocumentType.h
|
c4d559bd37
LibWeb: Make factory method of DOM::DocumentType fallible
|
2 éve |
DocumentType.idl
|
67ceba2e6a
LibWeb: Add Exposed attribute and IDL spec links where missing
|
2 éve |
Element.cpp
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
2 éve |
Element.h
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
2 éve |
Element.idl
|
32e27bc7fa
LibWeb: Add a bunch of missing CEReactions
|
2 éve |
ElementFactory.cpp
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
2 éve |
ElementFactory.h
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
2 éve |
Event.cpp
|
ad5cbdc51b
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
|
2 éve |
Event.h
|
ad5cbdc51b
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
|
2 éve |
Event.idl
|
ad5cbdc51b
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
|
2 éve |
EventDispatcher.cpp
|
fdd33d818c
LibWeb: Port DOMEventListener to new FlyString
|
2 é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
|
fdd33d818c
LibWeb: Port DOMEventListener to new FlyString
|
2 éve |
EventTarget.h
|
2091a11488
LibWeb: Port EventTarget to new {Fly}String
|
2 éve |
EventTarget.idl
|
2091a11488
LibWeb: Port EventTarget to new {Fly}String
|
2 éve |
HTMLCollection.cpp
|
2125464b76
LibWeb: Don't match the root node of HTMLCollection
|
2 éve |
HTMLCollection.h
|
54f58e2662
LibWeb: Restore proper functionality of legacy platform objects
|
2 éve |
HTMLCollection.idl
|
a59800b4a0
LibWeb: Add imports to all IDL files that depend on others
|
3 éve |
IDLEventListener.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
2 éve |
IDLEventListener.h
|
1f48081ee4
LibWeb: Make factory methods of IDLEventListener and NodeFilter fallible
|
2 éve |
InnerHTML.idl
|
d4b2eb22e1
LibWeb: Resolve circular IDL imports
|
2 éve |
LiveNodeList.cpp
|
24d7e688fc
LibWeb: Make factory method of DOM::LiveNodeList fallible
|
2 éve |
LiveNodeList.h
|
24d7e688fc
LibWeb: Make factory method of DOM::LiveNodeList fallible
|
2 éve |
MutationObserver.cpp
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 éve |
MutationObserver.h
|
689ca370d4
Everywhere: Remove NonnullRefPtr.h includes
|
2 éve |
MutationObserver.idl
|
c9ba5531e0
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
3 éve |
MutationRecord.cpp
|
8a8340b3cd
LibWeb: Port MutationRecord types to FlyString
|
2 éve |
MutationRecord.h
|
8a8340b3cd
LibWeb: Port MutationRecord types to FlyString
|
2 éve |
MutationRecord.idl
|
c9ba5531e0
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
3 éve |
MutationType.cpp
|
8a8340b3cd
LibWeb: Port MutationRecord types to FlyString
|
2 éve |
MutationType.h
|
8a8340b3cd
LibWeb: Port MutationRecord types to FlyString
|
2 éve |
NamedNodeMap.cpp
|
fb6d6a985f
LibWeb: Implement Element.setAttributeNode{,NS}()
|
2 éve |
NamedNodeMap.h
|
fb6d6a985f
LibWeb: Implement Element.setAttributeNode{,NS}()
|
2 éve |
NamedNodeMap.idl
|
45525d4f85
LibWeb: Add NamedNodeMap::setNamedItemNS() method
|
2 éve |
Node.cpp
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
2 éve |
Node.h
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
2 éve |
Node.idl
|
32e27bc7fa
LibWeb: Add a bunch of missing CEReactions
|
2 éve |
NodeFilter.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
2 éve |
NodeFilter.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 éve |
NodeFilter.idl
|
62e3117dfd
LibWeb: Expose NodeFilter on the Window object
|
2 éve |
NodeIterator.cpp
|
d94b59263e
LibWeb: Make factory method of DOM::NodeIterator fallible
|
2 éve |
NodeIterator.h
|
d94b59263e
LibWeb: Make factory method of DOM::NodeIterator fallible
|
2 éve |
NodeIterator.idl
|
8f110e0fb1
LibWeb: Remove the NoInstanceWrapper extended IDL attribute
|
2 éve |
NodeList.cpp
|
54f58e2662
LibWeb: Restore proper functionality of legacy platform objects
|
2 éve |
NodeList.h
|
54f58e2662
LibWeb: Restore proper functionality of legacy platform objects
|
2 éve |
NodeList.idl
|
a59800b4a0
LibWeb: Add imports to all IDL files that depend on others
|
3 éve |
NodeOperations.cpp
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 éve |
NodeOperations.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 éve |
NonDocumentTypeChildNode.h
|
086969277e
Everywhere: Run clang-format
|
3 éve |
NonElementParentNode.h
|
c0b2fa74ac
LibWeb: Fix a few const-ness issues
|
2 éve |
ParentNode.cpp
|
9e00ef0849
LibWeb: Pass scope in ParentNode::query_selector_all
|
2 éve |
ParentNode.h
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 éve |
ParentNode.idl
|
d4b2eb22e1
LibWeb: Resolve circular IDL imports
|
2 éve |
Position.cpp
|
4734214ac1
LibWeb: Skip over grapheme clusters on left/right arrow key presses
|
2 éve |
Position.h
|
2c4acba883
LibWeb: Convert Web::DOM::Position::to_deprecated_string to String
|
2 éve |
ProcessingInstruction.cpp
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 éve |
ProcessingInstruction.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 é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
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
2 éve |
Range.cpp
|
e8f5085669
LibWeb: Implement Range.createContextualFragment()
|
2 éve |
Range.h
|
e8f5085669
LibWeb: Implement Range.createContextualFragment()
|
2 éve |
Range.idl
|
e8f5085669
LibWeb: Implement Range.createContextualFragment()
|
2 éve |
ShadowRoot.cpp
|
9ed4fe7049
LibWeb: Allow to set a root mode value when constructing a ShadowRoot
|
2 éve |
ShadowRoot.h
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
2 éve |
ShadowRoot.idl
|
9a7f786262
LibWeb: Make ShadowRoot.mode return ShadowRootMode instead of String
|
2 éve |
StaticNodeList.cpp
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 éve |
StaticNodeList.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 éve |
StaticRange.cpp
|
fb3294863e
LibWeb: Return JS::NonnullGCPtr<StaticRange> instead of StaticRange*
|
2 éve |
StaticRange.h
|
fb3294863e
LibWeb: Return JS::NonnullGCPtr<StaticRange> instead of StaticRange*
|
2 éve |
StaticRange.idl
|
8f110e0fb1
LibWeb: Remove the NoInstanceWrapper extended IDL attribute
|
2 éve |
Text.cpp
|
200d22c650
LibWeb: Make factory method of DOM::Text fallible
|
2 éve |
Text.h
|
200d22c650
LibWeb: Make factory method of DOM::Text fallible
|
2 éve |
Text.idl
|
67ceba2e6a
LibWeb: Add Exposed attribute and IDL spec links where missing
|
2 éve |
TreeWalker.cpp
|
552663a2ba
LibWeb: Make factory method of DOM::TreeWalker fallible
|
2 éve |
TreeWalker.h
|
552663a2ba
LibWeb: Make factory method of DOM::TreeWalker fallible
|
2 éve |
TreeWalker.idl
|
8f110e0fb1
LibWeb: Remove the NoInstanceWrapper extended IDL attribute
|
2 éve |