.. |
AbortController.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 anos atrás |
AbortController.h
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 anos atrás |
AbortController.idl
|
a59800b4a0
LibWeb: Add imports to all IDL files that depend on others
|
3 anos atrás |
AbortSignal.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 anos atrás |
AbortSignal.h
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 anos atrás |
AbortSignal.idl
|
f45d361f03
LibWeb: Replace ad-hoc EventHandler type with callback function typedef
|
3 anos atrás |
AbstractRange.h
|
086969277e
Everywhere: Run clang-format
|
3 anos atrás |
AbstractRange.idl
|
a2acda5669
LibWeb: Abstract Range's members into AbstractRange
|
3 anos atrás |
Attribute.cpp
|
a718c62c01
LibWeb: Implement all "attributes" mutation records for MutationObserver
|
3 anos atrás |
Attribute.h
|
a718c62c01
LibWeb: Implement all "attributes" mutation records for MutationObserver
|
3 anos atrás |
Attribute.idl
|
a59800b4a0
LibWeb: Add imports to all IDL files that depend on others
|
3 anos atrás |
CDATASection.cpp
|
1ceba560f4
LibWeb: Add CDATASection
|
3 anos atrás |
CDATASection.h
|
1ceba560f4
LibWeb: Add CDATASection
|
3 anos atrás |
CDATASection.idl
|
1ceba560f4
LibWeb: Add CDATASection
|
3 anos atrás |
CharacterData.cpp
|
1ca8782c99
LibWeb: Implement "characterData" mutation record for MutationObserver
|
3 anos atrás |
CharacterData.h
|
ee719870c8
LibWeb: Implement CharacterData.{append,insert,delete}Data
|
3 anos atrás |
CharacterData.idl
|
d4b2eb22e1
LibWeb: Resolve circular IDL imports
|
3 anos atrás |
ChildNode.h
|
ab0a354bb4
LibWeb: Convert ChildNode to use TRY for error propagation
|
3 anos atrás |
ChildNode.idl
|
d4b2eb22e1
LibWeb: Resolve circular IDL imports
|
3 anos atrás |
Comment.cpp
|
086969277e
Everywhere: Run clang-format
|
3 anos atrás |
Comment.h
|
086969277e
Everywhere: Run clang-format
|
3 anos atrás |
Comment.idl
|
a59800b4a0
LibWeb: Add imports to all IDL files that depend on others
|
3 anos atrás |
CustomEvent.cpp
|
3b9e8ec597
LibWeb: Add the missing CustomEvent IDL constructor
|
3 anos atrás |
CustomEvent.h
|
086969277e
Everywhere: Run clang-format
|
3 anos atrás |
CustomEvent.idl
|
7f551d7f6a
LibWeb: Use the LibWeb source directory as the IDL #import base path
|
3 anos atrás |
DOMEventListener.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 anos atrás |
DOMEventListener.h
|
f3923b4aea
LibWeb: Use public inheritance for the RefCounted base class
|
3 anos atrás |
DOMException.h
|
bc68539e26
LibWeb: Add & use TRY_OR_RETURN_OOM macro
|
3 anos atrás |
DOMException.idl
|
8da14bf880
LibWeb: Add support for optional default values and optional bools in IDL
|
4 anos atrás |
DOMImplementation.cpp
|
22a627fc1a
LibWeb: Move Origin into the HTML namespace
|
3 anos atrás |
DOMImplementation.h
|
086969277e
Everywhere: Run clang-format
|
3 anos atrás |
DOMImplementation.idl
|
05e9dceba6
LibWeb: Support DOMImplementation.createDocument() doctype parameter
|
3 anos atrás |
DOMTokenList.cpp
|
b6f09aaef2
LibWeb: Convert DOMTokenList to use TRY for error propagation
|
3 anos atrás |
DOMTokenList.h
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 anos atrás |
DOMTokenList.idl
|
d24ae8063b
LibWeb: Implement DOMTokenList for managing space-separated tokens lists
|
3 anos atrás |
Document.cpp
|
2a7924f96c
LibWeb: Bring browsing context creation closer to spec
|
3 anos atrás |
Document.h
|
2a7924f96c
LibWeb: Bring browsing context creation closer to spec
|
3 anos atrás |
Document.idl
|
d4b2eb22e1
LibWeb: Resolve circular IDL imports
|
3 anos atrás |
DocumentFragment.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 anos atrás |
DocumentFragment.h
|
b0955fd269
LibWeb: Add fast_is<T>() for some common DOM Node subclasses
|
3 anos atrás |
DocumentFragment.idl
|
d4b2eb22e1
LibWeb: Resolve circular IDL imports
|
3 anos atrás |
DocumentLoadEventDelayer.cpp
|
dbba0a520f
LibWeb: Allow HTML parser to delay delivery of the document "load" event
|
3 anos atrás |
DocumentLoadEventDelayer.h
|
dbba0a520f
LibWeb: Allow HTML parser to delay delivery of the document "load" event
|
3 anos atrás |
DocumentType.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 anos atrás |
DocumentType.h
|
086969277e
Everywhere: Run clang-format
|
3 anos atrás |
DocumentType.idl
|
d6a5ddd3c0
LibWeb: Extract the ChildNode IDL mixin
|
3 anos atrás |
Element.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 anos atrás |
Element.h
|
a8afb883c1
LibWeb: Implement CSS declaration block's "updating flag"
|
3 anos atrás |
Element.idl
|
d4b2eb22e1
LibWeb: Resolve circular IDL imports
|
3 anos atrás |
ElementFactory.cpp
|
bd90498332
LibWeb: Add SVGDefsElement
|
3 anos atrás |
ElementFactory.h
|
bfa7aad0f6
LibWeb: Support (and validate) prefixes in Document.createElementNS()
|
3 anos atrás |
Event.cpp
|
8055b0a9b9
LibWeb: Add spec comments to Event
|
3 anos atrás |
Event.h
|
bae330d559
LibWeb: Rename Event.srcTarget to Event.srcElement
|
3 anos atrás |
Event.idl
|
bae330d559
LibWeb: Rename Event.srcTarget to Event.srcElement
|
3 anos atrás |
EventDispatcher.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 anos atrás |
EventDispatcher.h
|
e76e8e22b5
LibWeb: Separate "event listener" from "EventListener"
|
3 anos atrás |
EventHandler.idl
|
3fe66bddf4
LibWeb: Implement WindowEventHandlers
|
3 anos atrás |
EventTarget.cpp
|
ebf2184636
LibWeb: Only make certain <body> and <frameset> events apply to Window
|
3 anos atrás |
EventTarget.h
|
ebf2184636
LibWeb: Only make certain <body> and <frameset> events apply to Window
|
3 anos atrás |
EventTarget.idl
|
3479f1c4e8
LibWeb: Add support for the options variant of {add,remove}EventListener
|
3 anos atrás |
ExceptionOr.h
|
086969277e
Everywhere: Run clang-format
|
3 anos atrás |
HTMLCollection.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 anos atrás |
HTMLCollection.h
|
5133491714
LibWeb: Expose HTMLCollection's root element to its subclasses
|
3 anos atrás |
HTMLCollection.idl
|
a59800b4a0
LibWeb: Add imports to all IDL files that depend on others
|
3 anos atrás |
IDLEventListener.h
|
3479f1c4e8
LibWeb: Add support for the options variant of {add,remove}EventListener
|
3 anos atrás |
InnerHTML.idl
|
d4b2eb22e1
LibWeb: Resolve circular IDL imports
|
3 anos atrás |
LiveNodeList.cpp
|
1af7bfb3a6
LibWeb: Remove unneeded iteration filter on LiveNodeList
|
3 anos atrás |
LiveNodeList.h
|
8d6db36cbb
LibWeb: Add support for NodeList
|
3 anos atrás |
MutationObserver.cpp
|
c9ba5531e0
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
3 anos atrás |
MutationObserver.h
|
c9ba5531e0
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
3 anos atrás |
MutationObserver.idl
|
c9ba5531e0
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
3 anos atrás |
MutationRecord.cpp
|
c9ba5531e0
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
3 anos atrás |
MutationRecord.h
|
c9ba5531e0
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
3 anos atrás |
MutationRecord.idl
|
c9ba5531e0
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
3 anos atrás |
MutationType.cpp
|
c9ba5531e0
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
3 anos atrás |
MutationType.h
|
c9ba5531e0
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
3 anos atrás |
NamedNodeMap.cpp
|
a718c62c01
LibWeb: Implement all "attributes" mutation records for MutationObserver
|
3 anos atrás |
NamedNodeMap.h
|
a718c62c01
LibWeb: Implement all "attributes" mutation records for MutationObserver
|
3 anos atrás |
NamedNodeMap.idl
|
a59800b4a0
LibWeb: Add imports to all IDL files that depend on others
|
3 anos atrás |
Node.cpp
|
aa9f7cc597
LibWeb: Fix queuing mutation records for node removal
|
3 anos atrás |
Node.h
|
2ad98fdf80
LibWeb: Add fast_is<HTMLElement>()
|
3 anos atrás |
Node.idl
|
682a4a347a
LibWeb: Bring Node closer to spec
|
3 anos atrás |
NodeFilter.h
|
fabcee016f
LibWeb: Add basic support for DOM's NodeIterator and NodeFilter
|
3 anos atrás |
NodeFilter.idl
|
fabcee016f
LibWeb: Add basic support for DOM's NodeIterator and NodeFilter
|
3 anos atrás |
NodeIterator.cpp
|
fd7a059e09
LibWeb: Make NodeIterator behave like other browser engines
|
3 anos atrás |
NodeIterator.h
|
fd7a059e09
LibWeb: Make NodeIterator behave like other browser engines
|
3 anos atrás |
NodeIterator.idl
|
fabcee016f
LibWeb: Add basic support for DOM's NodeIterator and NodeFilter
|
3 anos atrás |
NodeList.h
|
8d6db36cbb
LibWeb: Add support for NodeList
|
3 anos atrás |
NodeList.idl
|
a59800b4a0
LibWeb: Add imports to all IDL files that depend on others
|
3 anos atrás |
NodeOperations.cpp
|
8d20fb1e94
LibWeb: Convert NodeOperations to use TRY for error propagation
|
3 anos atrás |
NodeOperations.h
|
d5c96c3ccf
LibWeb: Implement ParentNode.prepend
|
3 anos atrás |
NonDocumentTypeChildNode.h
|
086969277e
Everywhere: Run clang-format
|
3 anos atrás |
NonElementParentNode.h
|
086969277e
Everywhere: Run clang-format
|
3 anos atrás |
ParentNode.cpp
|
c449cabae3
LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
|
3 anos atrás |
ParentNode.h
|
2be4064ca8
LibWeb: Add fast_is<ParentNode>()
|
3 anos atrás |
ParentNode.idl
|
d4b2eb22e1
LibWeb: Resolve circular IDL imports
|
3 anos atrás |
Position.cpp
|
ef371596a4
LibWeb: Remove unnecessary DOM::Position destructor
|
3 anos atrás |
Position.h
|
086969277e
Everywhere: Run clang-format
|
3 anos atrás |
ProcessingInstruction.cpp
|
086969277e
Everywhere: Run clang-format
|
3 anos atrás |
ProcessingInstruction.h
|
086969277e
Everywhere: Run clang-format
|
3 anos atrás |
ProcessingInstruction.idl
|
a59800b4a0
LibWeb: Add imports to all IDL files that depend on others
|
3 anos atrás |
QualifiedName.cpp
|
cf5eeb9f4b
LibWeb: Share QualifiedName data between identical instances
|
3 anos atrás |
QualifiedName.h
|
cf5eeb9f4b
LibWeb: Share QualifiedName data between identical instances
|
3 anos atrás |
Range.cpp
|
2fb9eb5257
LibWeb: Implement Range.deleteContents()
|
3 anos atrás |
Range.h
|
2fb9eb5257
LibWeb: Implement Range.deleteContents()
|
3 anos atrás |
Range.idl
|
2fb9eb5257
LibWeb: Implement Range.deleteContents()
|
3 anos atrás |
ShadowRoot.cpp
|
086969277e
Everywhere: Run clang-format
|
3 anos atrás |
ShadowRoot.h
|
3ee5bdcfb7
LibWeb: Traverse shadow-including subtree when adopting DOM nodes
|
3 anos atrás |
ShadowRoot.idl
|
d4b2eb22e1
LibWeb: Resolve circular IDL imports
|
3 anos atrás |
StaticNodeList.cpp
|
8d6db36cbb
LibWeb: Add support for NodeList
|
3 anos atrás |
StaticNodeList.h
|
f3650d08cb
LibWeb: Allow creating a StaticNodeList without an r-value Vector
|
3 anos atrás |
StaticRange.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 anos atrás |
StaticRange.h
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 anos atrás |
StaticRange.idl
|
3d44118595
LibWeb: Implement StaticRange
|
3 anos atrás |
Text.cpp
|
1ceba560f4
LibWeb: Add CDATASection
|
3 anos atrás |
Text.h
|
1ceba560f4
LibWeb: Add CDATASection
|
3 anos atrás |
Text.idl
|
d2f9f8bd4f
LibWeb: Implement Text.splitText(offset)
|
3 anos atrás |
TreeWalker.cpp
|
a0b0b29fa1
LibWeb: Minor cleanups in NodeIterator and TreeWalker
|
3 anos atrás |
TreeWalker.h
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 anos atrás |
TreeWalker.idl
|
acbdb95b0a
LibWeb: Add support for DOM's TreeWalker
|
3 anos atrás |