.. |
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
|
ad5cbdc51b
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
|
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
|
39d8c8d2a9
LibJS+LibWeb: Add missing visit calls in visit_edges implementations
|
2 years ago |
AccessibilityTreeNode.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 years ago |
Attr.cpp
|
80d6330a26
LibWeb: Don't create mutation record node lists if nobody is interested
|
2 years ago |
Attr.h
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
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
|
80d6330a26
LibWeb: Don't create mutation record node lists if nobody is interested
|
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
|
3 years ago |
Comment.cpp
|
821702fadd
LibWeb: Set Comment's prototype
|
2 years ago |
Comment.h
|
821702fadd
LibWeb: Set Comment's prototype
|
2 years ago |
Comment.idl
|
67ceba2e6a
LibWeb: Add Exposed attribute and IDL spec links where missing
|
2 years ago |
CustomEvent.cpp
|
ad5cbdc51b
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
|
2 years ago |
CustomEvent.h
|
59a21c6274
LibWeb: Port CustomEvent to new String
|
2 years ago |
CustomEvent.idl
|
59a21c6274
LibWeb: Port CustomEvent to new String
|
2 years 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
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
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
|
608a730bd6
LibWeb: Use Core::Timer for style and layout update timers in Document
|
2 years ago |
Document.h
|
608a730bd6
LibWeb: Use Core::Timer for style and layout update timers in Document
|
2 years ago |
Document.idl
|
32e27bc7fa
LibWeb: Add a bunch of missing CEReactions
|
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 |
DocumentLoading.cpp
|
7ec7015750
LibWeb: Create an audio document for `audio/` MIME types on navigation
|
2 years ago |
DocumentLoading.h
|
de2c016556
LibWeb: Implement "attempt to populate the history entry's document"
|
2 years ago |
DocumentObserver.cpp
|
f78eadf00f
LibWeb: Add an interface to be notified of Document state changes
|
2 years ago |
DocumentObserver.h
|
d24667a1b6
LibWeb: Rename loaded observer event to match spec
|
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
|
9174ffd7e6
LibWeb: Create Layout::Box for `display: inline-grid`
|
2 years ago |
Element.h
|
165abafb80
LibWeb: Add initial implementation of IntersectionObserver
|
2 years ago |
Element.idl
|
dd2080c55f
LibWeb: Stub out Element.scroll() and Element.scrollTo()
|
2 years ago |
ElementFactory.cpp
|
b30a1b957d
LibWeb: Add support for SVG <tspan> elements
|
2 years ago |
ElementFactory.h
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
2 years ago |
Event.cpp
|
ad5cbdc51b
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
|
2 years ago |
Event.h
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
2 years ago |
Event.idl
|
ad5cbdc51b
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
|
2 years ago |
EventDispatcher.cpp
|
fdd33d818c
LibWeb: Port DOMEventListener to new FlyString
|
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
|
7765ebb5f2
LibJS+LibWeb: Plumb local variables names to ECMAScriptFunctionObject
|
2 years ago |
EventTarget.h
|
344785ae3a
LibWeb: Implement the EventTarget constructor
|
2 years ago |
EventTarget.idl
|
344785ae3a
LibWeb: Implement the EventTarget constructor
|
2 years ago |
HTMLCollection.cpp
|
df1bb0ff49
LibWeb: Make HTMLCollection faster when it only cares about children
|
2 years ago |
HTMLCollection.h
|
df1bb0ff49
LibWeb: Make HTMLCollection faster when it only cares about children
|
2 years ago |
HTMLCollection.idl
|
a59800b4a0
LibWeb: Add imports to all IDL files that depend on others
|
3 years ago |
IDLEventListener.cpp
|
06c6c40df9
LibWeb+LibJS: Move some code around to make CSS/Parser parse faster
|
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
|
3 years ago |
LiveNodeList.cpp
|
06c6c40df9
LibWeb+LibJS: Move some code around to make CSS/Parser parse faster
|
2 years ago |
LiveNodeList.h
|
fa25f70086
LibWeb: Make LiveNodeList faster when it only cares about children
|
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
|
8a8340b3cd
LibWeb: Port MutationRecord types to FlyString
|
2 years ago |
MutationRecord.h
|
8a8340b3cd
LibWeb: Port MutationRecord types to FlyString
|
2 years ago |
MutationRecord.idl
|
c9ba5531e0
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
3 years ago |
MutationType.cpp
|
8a8340b3cd
LibWeb: Port MutationRecord types to FlyString
|
2 years ago |
MutationType.h
|
8a8340b3cd
LibWeb: Port MutationRecord types to FlyString
|
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
|
1cc199d365
LibWeb: Prevent crash when inspecting SVG documents
|
2 years ago |
Node.h
|
6b191ab73d
LibJS+LibWeb: Add fast_is<DOM::Node> for JS::Object
|
2 years ago |
Node.idl
|
32e27bc7fa
LibWeb: Add a bunch of missing CEReactions
|
2 years ago |
NodeFilter.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return 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
|
df1bb0ff49
LibWeb: Make HTMLCollection faster when it only cares about children
|
2 years ago |
ParentNode.h
|
31d536912c
LibWeb: Allow SVG painting to escape out of a shadow tree
|
2 years ago |
ParentNode.idl
|
d4b2eb22e1
LibWeb: Resolve circular IDL imports
|
3 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
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
2 years ago |
QualifiedName.h
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
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
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
2 years ago |
ShadowRoot.idl
|
9a7f786262
LibWeb: Make ShadowRoot.mode return ShadowRootMode instead of String
|
2 years ago |
StaticNodeList.cpp
|
06c6c40df9
LibWeb+LibJS: Move some code around to make CSS/Parser parse faster
|
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 |
StyleElementUtils.cpp
|
7f7ebc4b8b
LibWeb: Extract updating a style block into StyleElementUtils
|
2 years ago |
StyleElementUtils.h
|
7f7ebc4b8b
LibWeb: Extract updating a style block into StyleElementUtils
|
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 |
XMLDocument.cpp
|
1f863de9aa
LibWeb: Add XMLDocument stub
|
2 years ago |
XMLDocument.h
|
1f863de9aa
LibWeb: Add XMLDocument stub
|
2 years ago |
XMLDocument.idl
|
1f863de9aa
LibWeb: Add XMLDocument stub
|
2 years ago |