.. |
AbortController.cpp
|
Libraries: Use default constructors/destructors in LibWeb
|
2022-03-17 17:23:49 +00:00 |
AbortController.h
|
Libraries: Use default constructors/destructors in LibWeb
|
2022-03-17 17:23:49 +00:00 |
AbortController.idl
|
|
|
AbortSignal.cpp
|
LibWeb: Move event listeners, handlers and callbacks to the GC heap
|
2022-09-06 00:27:09 +02:00 |
AbortSignal.h
|
LibWeb: Move event listeners, handlers and callbacks to the GC heap
|
2022-09-06 00:27:09 +02:00 |
AbortSignal.idl
|
LibWeb: Replace ad-hoc EventHandler type with callback function typedef
|
2022-03-31 01:10:47 +02:00 |
AbstractRange.h
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
AbstractRange.idl
|
LibWeb: Abstract Range's members into AbstractRange
|
2022-02-26 12:53:32 +01:00 |
Attribute.cpp
|
LibWeb: Implement all "attributes" mutation records for MutationObserver
|
2022-07-11 22:35:08 +02:00 |
Attribute.h
|
LibWeb: Implement all "attributes" mutation records for MutationObserver
|
2022-07-11 22:35:08 +02:00 |
Attribute.idl
|
|
|
CDATASection.cpp
|
LibWeb: Add CDATASection
|
2022-06-27 22:53:04 +01:00 |
CDATASection.h
|
LibWeb: Add CDATASection
|
2022-06-27 22:53:04 +01:00 |
CDATASection.idl
|
LibWeb: Add CDATASection
|
2022-06-27 22:53:04 +01:00 |
CharacterData.cpp
|
LibWeb: Implement "characterData" mutation record for MutationObserver
|
2022-07-11 22:35:08 +02:00 |
CharacterData.h
|
LibWeb: Implement CharacterData.{append,insert,delete}Data
|
2022-07-11 22:35:08 +02:00 |
CharacterData.idl
|
LibWeb: Resolve circular IDL imports
|
2022-07-30 13:20:47 +02:00 |
ChildNode.h
|
LibWeb: Convert ChildNode to use TRY for error propagation
|
2022-03-22 18:05:25 +00:00 |
ChildNode.idl
|
LibWeb: Resolve circular IDL imports
|
2022-07-30 13:20:47 +02:00 |
Comment.cpp
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
Comment.h
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
Comment.idl
|
|
|
CustomEvent.cpp
|
|
|
CustomEvent.h
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
CustomEvent.idl
|
|
|
Document.cpp
|
LibWeb: Make TreeWalker GC-allocated
|
2022-09-06 00:27:09 +02:00 |
Document.h
|
LibWeb: Make TreeWalker GC-allocated
|
2022-09-06 00:27:09 +02:00 |
Document.idl
|
LibWeb: Resolve circular IDL imports
|
2022-07-30 13:20:47 +02:00 |
DocumentFragment.cpp
|
Libraries: Use default constructors/destructors in LibWeb
|
2022-03-17 17:23:49 +00:00 |
DocumentFragment.h
|
LibWeb: Add fast_is<T>() for some common DOM Node subclasses
|
2022-03-30 00:52:02 +02:00 |
DocumentFragment.idl
|
LibWeb: Resolve circular IDL imports
|
2022-07-30 13:20:47 +02:00 |
DocumentLoadEventDelayer.cpp
|
|
|
DocumentLoadEventDelayer.h
|
|
|
DocumentType.cpp
|
Libraries: Use default constructors/destructors in LibWeb
|
2022-03-17 17:23:49 +00:00 |
DocumentType.h
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
DocumentType.idl
|
LibWeb: Extract the ChildNode IDL mixin
|
2022-07-29 17:15:49 +01:00 |
DOMEventListener.cpp
|
LibWeb: Move event listeners, handlers and callbacks to the GC heap
|
2022-09-06 00:27:09 +02:00 |
DOMEventListener.h
|
LibWeb: Move event listeners, handlers and callbacks to the GC heap
|
2022-09-06 00:27:09 +02:00 |
DOMException.h
|
LibWeb: Add & use TRY_OR_RETURN_OOM macro
|
2022-07-17 21:08:10 +01:00 |
DOMException.idl
|
|
|
DOMImplementation.cpp
|
LibWeb: Make DOMImplementation GC-allocated
|
2022-09-06 00:27:09 +02:00 |
DOMImplementation.h
|
LibWeb: Make DOMImplementation GC-allocated
|
2022-09-06 00:27:09 +02:00 |
DOMImplementation.idl
|
LibWeb: Support DOMImplementation.createDocument() doctype parameter
|
2022-03-02 09:18:19 +01:00 |
DOMTokenList.cpp
|
LibWeb: Make DOMTokenList GC-allocated
|
2022-09-06 00:27:09 +02:00 |
DOMTokenList.h
|
LibWeb: Make DOMTokenList GC-allocated
|
2022-09-06 00:27:09 +02:00 |
DOMTokenList.idl
|
LibWeb: Make DOMTokenList GC-allocated
|
2022-09-06 00:27:09 +02:00 |
Element.cpp
|
LibWeb: Make DOMTokenList GC-allocated
|
2022-09-06 00:27:09 +02:00 |
Element.h
|
LibWeb: Make DOMTokenList GC-allocated
|
2022-09-06 00:27:09 +02:00 |
Element.idl
|
LibWeb: Resolve circular IDL imports
|
2022-07-30 13:20:47 +02:00 |
ElementFactory.cpp
|
LibWeb: Add SVGDefsElement
|
2022-04-11 20:19:10 +02:00 |
ElementFactory.h
|
LibWeb: Support (and validate) prefixes in Document.createElementNS()
|
2022-03-02 10:55:16 +01:00 |
Event.cpp
|
LibWeb: Add spec comments to Event
|
2022-04-20 14:07:38 +02:00 |
Event.h
|
LibWeb: Rename Event.srcTarget to Event.srcElement
|
2022-06-18 16:13:03 +01:00 |
Event.idl
|
LibWeb: Rename Event.srcTarget to Event.srcElement
|
2022-06-18 16:13:03 +01:00 |
EventDispatcher.cpp
|
LibWeb: Move event listeners, handlers and callbacks to the GC heap
|
2022-09-06 00:27:09 +02:00 |
EventDispatcher.h
|
LibWeb: Move event listeners, handlers and callbacks to the GC heap
|
2022-09-06 00:27:09 +02:00 |
EventHandler.idl
|
LibWeb: Implement WindowEventHandlers
|
2022-06-29 21:21:50 +01:00 |
EventTarget.cpp
|
LibWeb: Move event listeners, handlers and callbacks to the GC heap
|
2022-09-06 00:27:09 +02:00 |
EventTarget.h
|
LibWeb: Move event listeners, handlers and callbacks to the GC heap
|
2022-09-06 00:27:09 +02:00 |
EventTarget.idl
|
|
|
ExceptionOr.h
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
HTMLCollection.cpp
|
Libraries: Use default constructors/destructors in LibWeb
|
2022-03-17 17:23:49 +00:00 |
HTMLCollection.h
|
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
2022-08-23 13:58:30 +01:00 |
HTMLCollection.idl
|
|
|
IDLEventListener.cpp
|
LibWeb: Move event listeners, handlers and callbacks to the GC heap
|
2022-09-06 00:27:09 +02:00 |
IDLEventListener.h
|
LibWeb: Move event listeners, handlers and callbacks to the GC heap
|
2022-09-06 00:27:09 +02:00 |
InnerHTML.idl
|
LibWeb: Resolve circular IDL imports
|
2022-07-30 13:20:47 +02:00 |
LiveNodeList.cpp
|
LibWeb: Remove unneeded iteration filter on LiveNodeList
|
2022-05-06 14:11:03 +02:00 |
LiveNodeList.h
|
|
|
MutationObserver.cpp
|
LibWeb: Move event listeners, handlers and callbacks to the GC heap
|
2022-09-06 00:27:09 +02:00 |
MutationObserver.h
|
LibWeb: Move event listeners, handlers and callbacks to the GC heap
|
2022-09-06 00:27:09 +02:00 |
MutationObserver.idl
|
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
2022-07-11 22:35:08 +02:00 |
MutationRecord.cpp
|
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
2022-07-11 22:35:08 +02:00 |
MutationRecord.h
|
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
2022-07-11 22:35:08 +02:00 |
MutationRecord.idl
|
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
2022-07-11 22:35:08 +02:00 |
MutationType.cpp
|
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
2022-07-11 22:35:08 +02:00 |
MutationType.h
|
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
2022-07-11 22:35:08 +02:00 |
NamedNodeMap.cpp
|
LibWeb: Make NamedNodeMap GC-allocated
|
2022-09-06 00:27:09 +02:00 |
NamedNodeMap.h
|
LibWeb: Make NamedNodeMap GC-allocated
|
2022-09-06 00:27:09 +02:00 |
NamedNodeMap.idl
|
LibWeb: Make NamedNodeMap GC-allocated
|
2022-09-06 00:27:09 +02:00 |
Node.cpp
|
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
2022-08-23 13:58:30 +01:00 |
Node.h
|
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
2022-08-23 13:58:30 +01:00 |
Node.idl
|
LibWeb: Bring Node closer to spec
|
2022-04-12 19:42:16 +02:00 |
NodeFilter.cpp
|
LibWeb: Move event listeners, handlers and callbacks to the GC heap
|
2022-09-06 00:27:09 +02:00 |
NodeFilter.h
|
LibWeb: Move event listeners, handlers and callbacks to the GC heap
|
2022-09-06 00:27:09 +02:00 |
NodeFilter.idl
|
LibWeb: Add basic support for DOM's NodeIterator and NodeFilter
|
2022-03-09 16:43:00 +01:00 |
NodeIterator.cpp
|
LibWeb: Make NodeIterator GC-allocated
|
2022-09-06 00:27:09 +02:00 |
NodeIterator.h
|
LibWeb: Make NodeIterator GC-allocated
|
2022-09-06 00:27:09 +02:00 |
NodeIterator.idl
|
LibWeb: Make NodeIterator GC-allocated
|
2022-09-06 00:27:09 +02:00 |
NodeList.h
|
|
|
NodeList.idl
|
|
|
NodeOperations.cpp
|
LibWeb: Convert NodeOperations to use TRY for error propagation
|
2022-03-22 18:05:25 +00:00 |
NodeOperations.h
|
|
|
NonDocumentTypeChildNode.h
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
NonElementParentNode.h
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
ParentNode.cpp
|
LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
|
2022-04-12 23:03:46 +02:00 |
ParentNode.h
|
LibWeb: Add fast_is<ParentNode>()
|
2022-03-15 19:48:19 +01:00 |
ParentNode.idl
|
LibWeb: Resolve circular IDL imports
|
2022-07-30 13:20:47 +02:00 |
Position.cpp
|
|
|
Position.h
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
ProcessingInstruction.cpp
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
ProcessingInstruction.h
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
ProcessingInstruction.idl
|
|
|
QualifiedName.cpp
|
|
|
QualifiedName.h
|
|
|
Range.cpp
|
LibWeb: Implement Range.deleteContents()
|
2022-03-22 20:17:52 +01:00 |
Range.h
|
LibWeb: Implement Range.deleteContents()
|
2022-03-22 20:17:52 +01:00 |
Range.idl
|
LibWeb: Implement Range.deleteContents()
|
2022-03-22 20:17:52 +01:00 |
ShadowRoot.cpp
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
ShadowRoot.h
|
LibWeb: Traverse shadow-including subtree when adopting DOM nodes
|
2022-07-12 23:17:17 +02:00 |
ShadowRoot.idl
|
LibWeb: Resolve circular IDL imports
|
2022-07-30 13:20:47 +02:00 |
StaticNodeList.cpp
|
|
|
StaticNodeList.h
|
LibWeb: Allow creating a StaticNodeList without an r-value Vector
|
2022-07-11 22:35:08 +02:00 |
StaticRange.cpp
|
Libraries: Use default constructors/destructors in LibWeb
|
2022-03-17 17:23:49 +00:00 |
StaticRange.h
|
Libraries: Use default constructors/destructors in LibWeb
|
2022-03-17 17:23:49 +00:00 |
StaticRange.idl
|
LibWeb: Implement StaticRange
|
2022-02-26 12:53:32 +01:00 |
Text.cpp
|
LibWeb: Add CDATASection
|
2022-06-27 22:53:04 +01:00 |
Text.h
|
LibWeb: Add CDATASection
|
2022-06-27 22:53:04 +01:00 |
Text.idl
|
LibWeb: Implement Text.splitText(offset)
|
2022-03-21 19:14:50 +01:00 |
TreeWalker.cpp
|
LibWeb: Make TreeWalker GC-allocated
|
2022-09-06 00:27:09 +02:00 |
TreeWalker.h
|
LibWeb: Make TreeWalker GC-allocated
|
2022-09-06 00:27:09 +02:00 |
TreeWalker.idl
|
LibWeb: Make TreeWalker GC-allocated
|
2022-09-06 00:27:09 +02:00 |