.. |
AbortController.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 lat temu |
AbortController.h
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 lat temu |
AbortController.idl
|
a59800b4a0
LibWeb: Add imports to all IDL files that depend on others
|
3 lat temu |
AbortSignal.cpp
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
3 lat temu |
AbortSignal.h
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
3 lat temu |
AbortSignal.idl
|
f45d361f03
LibWeb: Replace ad-hoc EventHandler type with callback function typedef
|
3 lat temu |
AbstractRange.h
|
086969277e
Everywhere: Run clang-format
|
3 lat temu |
AbstractRange.idl
|
a2acda5669
LibWeb: Abstract Range's members into AbstractRange
|
3 lat temu |
Attribute.cpp
|
a718c62c01
LibWeb: Implement all "attributes" mutation records for MutationObserver
|
3 lat temu |
Attribute.h
|
a718c62c01
LibWeb: Implement all "attributes" mutation records for MutationObserver
|
3 lat temu |
Attribute.idl
|
a59800b4a0
LibWeb: Add imports to all IDL files that depend on others
|
3 lat temu |
CDATASection.cpp
|
1ceba560f4
LibWeb: Add CDATASection
|
3 lat temu |
CDATASection.h
|
1ceba560f4
LibWeb: Add CDATASection
|
3 lat temu |
CDATASection.idl
|
1ceba560f4
LibWeb: Add CDATASection
|
3 lat temu |
CharacterData.cpp
|
1ca8782c99
LibWeb: Implement "characterData" mutation record for MutationObserver
|
3 lat temu |
CharacterData.h
|
ee719870c8
LibWeb: Implement CharacterData.{append,insert,delete}Data
|
3 lat temu |
CharacterData.idl
|
d4b2eb22e1
LibWeb: Resolve circular IDL imports
|
3 lat temu |
ChildNode.h
|
ab0a354bb4
LibWeb: Convert ChildNode to use TRY for error propagation
|
3 lat temu |
ChildNode.idl
|
d4b2eb22e1
LibWeb: Resolve circular IDL imports
|
3 lat temu |
Comment.cpp
|
086969277e
Everywhere: Run clang-format
|
3 lat temu |
Comment.h
|
086969277e
Everywhere: Run clang-format
|
3 lat temu |
Comment.idl
|
a59800b4a0
LibWeb: Add imports to all IDL files that depend on others
|
3 lat temu |
CustomEvent.cpp
|
3b9e8ec597
LibWeb: Add the missing CustomEvent IDL constructor
|
3 lat temu |
CustomEvent.h
|
086969277e
Everywhere: Run clang-format
|
3 lat temu |
CustomEvent.idl
|
7f551d7f6a
LibWeb: Use the LibWeb source directory as the IDL #import base path
|
3 lat temu |
DOMEventListener.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 lat temu |
DOMEventListener.h
|
f3923b4aea
LibWeb: Use public inheritance for the RefCounted base class
|
3 lat temu |
DOMException.h
|
bc68539e26
LibWeb: Add & use TRY_OR_RETURN_OOM macro
|
3 lat temu |
DOMException.idl
|
8da14bf880
LibWeb: Add support for optional default values and optional bools in IDL
|
4 lat temu |
DOMImplementation.cpp
|
967a3e5a45
LibWeb: Make DOMImplementation GC-allocated
|
2 lat temu |
DOMImplementation.h
|
967a3e5a45
LibWeb: Make DOMImplementation GC-allocated
|
2 lat temu |
DOMImplementation.idl
|
05e9dceba6
LibWeb: Support DOMImplementation.createDocument() doctype parameter
|
3 lat temu |
DOMTokenList.cpp
|
0176d42f49
LibWeb: Make DOMTokenList GC-allocated
|
2 lat temu |
DOMTokenList.h
|
0176d42f49
LibWeb: Make DOMTokenList GC-allocated
|
2 lat temu |
DOMTokenList.idl
|
0176d42f49
LibWeb: Make DOMTokenList GC-allocated
|
2 lat temu |
Document.cpp
|
967a3e5a45
LibWeb: Make DOMImplementation GC-allocated
|
2 lat temu |
Document.h
|
967a3e5a45
LibWeb: Make DOMImplementation GC-allocated
|
2 lat temu |
Document.idl
|
d4b2eb22e1
LibWeb: Resolve circular IDL imports
|
3 lat temu |
DocumentFragment.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 lat temu |
DocumentFragment.h
|
b0955fd269
LibWeb: Add fast_is<T>() for some common DOM Node subclasses
|
3 lat temu |
DocumentFragment.idl
|
d4b2eb22e1
LibWeb: Resolve circular IDL imports
|
3 lat temu |
DocumentLoadEventDelayer.cpp
|
dbba0a520f
LibWeb: Allow HTML parser to delay delivery of the document "load" event
|
3 lat temu |
DocumentLoadEventDelayer.h
|
dbba0a520f
LibWeb: Allow HTML parser to delay delivery of the document "load" event
|
3 lat temu |
DocumentType.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 lat temu |
DocumentType.h
|
086969277e
Everywhere: Run clang-format
|
3 lat temu |
DocumentType.idl
|
d6a5ddd3c0
LibWeb: Extract the ChildNode IDL mixin
|
3 lat temu |
Element.cpp
|
0176d42f49
LibWeb: Make DOMTokenList GC-allocated
|
2 lat temu |
Element.h
|
0176d42f49
LibWeb: Make DOMTokenList GC-allocated
|
2 lat temu |
Element.idl
|
d4b2eb22e1
LibWeb: Resolve circular IDL imports
|
3 lat temu |
ElementFactory.cpp
|
bd90498332
LibWeb: Add SVGDefsElement
|
3 lat temu |
ElementFactory.h
|
bfa7aad0f6
LibWeb: Support (and validate) prefixes in Document.createElementNS()
|
3 lat temu |
Event.cpp
|
8055b0a9b9
LibWeb: Add spec comments to Event
|
3 lat temu |
Event.h
|
bae330d559
LibWeb: Rename Event.srcTarget to Event.srcElement
|
3 lat temu |
Event.idl
|
bae330d559
LibWeb: Rename Event.srcTarget to Event.srcElement
|
3 lat temu |
EventDispatcher.cpp
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
3 lat temu |
EventDispatcher.h
|
e76e8e22b5
LibWeb: Separate "event listener" from "EventListener"
|
3 lat temu |
EventHandler.idl
|
3fe66bddf4
LibWeb: Implement WindowEventHandlers
|
3 lat temu |
EventTarget.cpp
|
61e18c681b
LibWeb: Restore realm retrieval from 'this' in activate_event_handler()
|
3 lat temu |
EventTarget.h
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
3 lat temu |
EventTarget.idl
|
3479f1c4e8
LibWeb: Add support for the options variant of {add,remove}EventListener
|
3 lat temu |
ExceptionOr.h
|
086969277e
Everywhere: Run clang-format
|
3 lat temu |
HTMLCollection.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 lat temu |
HTMLCollection.h
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
3 lat temu |
HTMLCollection.idl
|
a59800b4a0
LibWeb: Add imports to all IDL files that depend on others
|
3 lat temu |
IDLEventListener.h
|
3479f1c4e8
LibWeb: Add support for the options variant of {add,remove}EventListener
|
3 lat temu |
InnerHTML.idl
|
d4b2eb22e1
LibWeb: Resolve circular IDL imports
|
3 lat temu |
LiveNodeList.cpp
|
1af7bfb3a6
LibWeb: Remove unneeded iteration filter on LiveNodeList
|
3 lat temu |
LiveNodeList.h
|
8d6db36cbb
LibWeb: Add support for NodeList
|
3 lat temu |
MutationObserver.cpp
|
c9ba5531e0
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
3 lat temu |
MutationObserver.h
|
c9ba5531e0
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
3 lat temu |
MutationObserver.idl
|
c9ba5531e0
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
3 lat temu |
MutationRecord.cpp
|
c9ba5531e0
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
3 lat temu |
MutationRecord.h
|
c9ba5531e0
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
3 lat temu |
MutationRecord.idl
|
c9ba5531e0
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
3 lat temu |
MutationType.cpp
|
c9ba5531e0
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
3 lat temu |
MutationType.h
|
c9ba5531e0
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
3 lat temu |
NamedNodeMap.cpp
|
a56b3f9862
LibWeb: Make NamedNodeMap GC-allocated
|
2 lat temu |
NamedNodeMap.h
|
a56b3f9862
LibWeb: Make NamedNodeMap GC-allocated
|
2 lat temu |
NamedNodeMap.idl
|
a56b3f9862
LibWeb: Make NamedNodeMap GC-allocated
|
2 lat temu |
Node.cpp
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
3 lat temu |
Node.h
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
3 lat temu |
Node.idl
|
682a4a347a
LibWeb: Bring Node closer to spec
|
3 lat temu |
NodeFilter.h
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
3 lat temu |
NodeFilter.idl
|
fabcee016f
LibWeb: Add basic support for DOM's NodeIterator and NodeFilter
|
3 lat temu |
NodeIterator.cpp
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
3 lat temu |
NodeIterator.h
|
fd7a059e09
LibWeb: Make NodeIterator behave like other browser engines
|
3 lat temu |
NodeIterator.idl
|
fabcee016f
LibWeb: Add basic support for DOM's NodeIterator and NodeFilter
|
3 lat temu |
NodeList.h
|
8d6db36cbb
LibWeb: Add support for NodeList
|
3 lat temu |
NodeList.idl
|
a59800b4a0
LibWeb: Add imports to all IDL files that depend on others
|
3 lat temu |
NodeOperations.cpp
|
8d20fb1e94
LibWeb: Convert NodeOperations to use TRY for error propagation
|
3 lat temu |
NodeOperations.h
|
d5c96c3ccf
LibWeb: Implement ParentNode.prepend
|
3 lat temu |
NonDocumentTypeChildNode.h
|
086969277e
Everywhere: Run clang-format
|
3 lat temu |
NonElementParentNode.h
|
086969277e
Everywhere: Run clang-format
|
3 lat temu |
ParentNode.cpp
|
c449cabae3
LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
|
3 lat temu |
ParentNode.h
|
2be4064ca8
LibWeb: Add fast_is<ParentNode>()
|
3 lat temu |
ParentNode.idl
|
d4b2eb22e1
LibWeb: Resolve circular IDL imports
|
3 lat temu |
Position.cpp
|
ef371596a4
LibWeb: Remove unnecessary DOM::Position destructor
|
3 lat temu |
Position.h
|
086969277e
Everywhere: Run clang-format
|
3 lat temu |
ProcessingInstruction.cpp
|
086969277e
Everywhere: Run clang-format
|
3 lat temu |
ProcessingInstruction.h
|
086969277e
Everywhere: Run clang-format
|
3 lat temu |
ProcessingInstruction.idl
|
a59800b4a0
LibWeb: Add imports to all IDL files that depend on others
|
3 lat temu |
QualifiedName.cpp
|
cf5eeb9f4b
LibWeb: Share QualifiedName data between identical instances
|
3 lat temu |
QualifiedName.h
|
cf5eeb9f4b
LibWeb: Share QualifiedName data between identical instances
|
3 lat temu |
Range.cpp
|
2fb9eb5257
LibWeb: Implement Range.deleteContents()
|
3 lat temu |
Range.h
|
2fb9eb5257
LibWeb: Implement Range.deleteContents()
|
3 lat temu |
Range.idl
|
2fb9eb5257
LibWeb: Implement Range.deleteContents()
|
3 lat temu |
ShadowRoot.cpp
|
086969277e
Everywhere: Run clang-format
|
3 lat temu |
ShadowRoot.h
|
3ee5bdcfb7
LibWeb: Traverse shadow-including subtree when adopting DOM nodes
|
3 lat temu |
ShadowRoot.idl
|
d4b2eb22e1
LibWeb: Resolve circular IDL imports
|
3 lat temu |
StaticNodeList.cpp
|
8d6db36cbb
LibWeb: Add support for NodeList
|
3 lat temu |
StaticNodeList.h
|
f3650d08cb
LibWeb: Allow creating a StaticNodeList without an r-value Vector
|
3 lat temu |
StaticRange.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 lat temu |
StaticRange.h
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 lat temu |
StaticRange.idl
|
3d44118595
LibWeb: Implement StaticRange
|
3 lat temu |
Text.cpp
|
1ceba560f4
LibWeb: Add CDATASection
|
3 lat temu |
Text.h
|
1ceba560f4
LibWeb: Add CDATASection
|
3 lat temu |
Text.idl
|
d2f9f8bd4f
LibWeb: Implement Text.splitText(offset)
|
3 lat temu |
TreeWalker.cpp
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
3 lat temu |
TreeWalker.h
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 lat temu |
TreeWalker.idl
|
acbdb95b0a
LibWeb: Add support for DOM's TreeWalker
|
3 lat temu |