ladybird/Userland/Libraries/LibWeb/DOM
Andreas Kling 3dd006f719 LibWeb: Move scroll state from Layout::BlockContainer to Layout::Box
Let's allow any box to be scrollable, not just block containers.
2023-01-24 11:44:03 +01:00
..
AbortController.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
AbortController.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
AbortController.idl
AbortSignal.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
AbortSignal.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
AbortSignal.idl
AbstractRange.cpp LibWeb: Move passing of Web object prototypes out of constructors 2023-01-10 16:08:14 +01:00
AbstractRange.h LibWeb: Move passing of Web object prototypes out of constructors 2023-01-10 16:08:14 +01:00
AbstractRange.idl
AccessibilityTreeNode.cpp LibWeb: Add Function To Build Accessiblity Tree 2023-01-07 10:51:53 +00:00
AccessibilityTreeNode.h LibWeb: Add Function To Build Accessiblity Tree 2023-01-07 10:51:53 +00:00
ARIAMixin.cpp AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
ARIAMixin.h AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
ARIAMixin.idl LibWeb: Add Support for the ARIA Element Properties 2023-01-07 10:51:53 +00:00
ARIARoleNames.cpp AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
ARIARoleNames.h AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
Attr.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
Attr.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
Attr.idl
CDATASection.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
CDATASection.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
CDATASection.idl
CharacterData.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
CharacterData.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
CharacterData.idl
ChildNode.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ChildNode.idl
Comment.cpp LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
Comment.h AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
Comment.idl
CustomEvent.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
CustomEvent.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
CustomEvent.idl
Document.cpp LibWeb: Convert the Location object to IDL 2023-01-18 17:36:39 -05:00
Document.h LibWeb: Convert the Location object to IDL 2023-01-18 17:36:39 -05:00
Document.idl LibWeb: Convert the Location object to IDL 2023-01-18 17:36:39 -05:00
DocumentFragment.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
DocumentFragment.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
DocumentFragment.idl
DocumentLoadEventDelayer.cpp
DocumentLoadEventDelayer.h
DocumentType.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
DocumentType.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
DocumentType.idl
DOMEventListener.cpp
DOMEventListener.h AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
DOMImplementation.cpp LibWeb: Move passing of Web object prototypes out of constructors 2023-01-10 16:08:14 +01:00
DOMImplementation.h LibWeb: Move passing of Web object prototypes out of constructors 2023-01-10 16:08:14 +01:00
DOMImplementation.idl
DOMTokenList.cpp LibWeb: Move passing of Web object prototypes out of constructors 2023-01-10 16:08:14 +01:00
DOMTokenList.h LibWeb: Move passing of Web object prototypes out of constructors 2023-01-10 16:08:14 +01:00
DOMTokenList.idl
Element.cpp LibWeb: Move scroll state from Layout::BlockContainer to Layout::Box 2023-01-24 11:44:03 +01:00
Element.h AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
Element.idl LibWeb: Add Support for the ARIA Element Properties 2023-01-07 10:51:53 +00:00
ElementFactory.cpp AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
ElementFactory.h AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
Event.cpp LibWeb: Move passing of Web object prototypes out of constructors 2023-01-10 16:08:14 +01:00
Event.h LibWeb: Move passing of Web object prototypes out of constructors 2023-01-10 16:08:14 +01:00
Event.idl
EventDispatcher.cpp LibJS+LibWeb: Remove NonnullGCPtr<T>::operator=(GCPtr<T>) footgun 2022-12-14 15:21:15 +01:00
EventDispatcher.h
EventHandler.idl
EventTarget.cpp AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
EventTarget.h AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
EventTarget.idl
HTMLCollection.cpp LibWeb: Move passing of Web object prototypes out of constructors 2023-01-10 16:08:14 +01:00
HTMLCollection.h LibWeb: Move passing of Web object prototypes out of constructors 2023-01-10 16:08:14 +01:00
HTMLCollection.idl
IDLEventListener.cpp LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
IDLEventListener.h
InnerHTML.idl
LiveNodeList.cpp LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
LiveNodeList.h
MutationObserver.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
MutationObserver.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
MutationObserver.idl
MutationRecord.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
MutationRecord.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
MutationRecord.idl
MutationType.cpp AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
MutationType.h AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
NamedNodeMap.cpp LibWeb: Move passing of Web object prototypes out of constructors 2023-01-10 16:08:14 +01:00
NamedNodeMap.h LibWeb: Move passing of Web object prototypes out of constructors 2023-01-10 16:08:14 +01:00
NamedNodeMap.idl LibWeb: Add NamedNodeMap::setNamedItemNS() method 2022-12-17 18:27:57 +01:00
Node.cpp AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
Node.h LibWeb: Remove unused declaration Node::removed_last_ref() 2023-01-11 12:55:00 +01:00
Node.idl
NodeFilter.cpp LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
NodeFilter.h
NodeFilter.idl LibWeb: Expose NodeFilter on the Window object 2022-10-28 16:17:08 +01:00
NodeIterator.cpp LibWeb: Move passing of Web object prototypes out of constructors 2023-01-10 16:08:14 +01:00
NodeIterator.h LibWeb: Move passing of Web object prototypes out of constructors 2023-01-10 16:08:14 +01:00
NodeIterator.idl
NodeList.cpp LibWeb: Move passing of Web object prototypes out of constructors 2023-01-10 16:08:14 +01:00
NodeList.h LibWeb: Move passing of Web object prototypes out of constructors 2023-01-10 16:08:14 +01:00
NodeList.idl
NodeOperations.cpp LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
NodeOperations.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
NonDocumentTypeChildNode.h
NonElementParentNode.h AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
ParentNode.cpp AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
ParentNode.h AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
ParentNode.idl
Position.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Position.h Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
ProcessingInstruction.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
ProcessingInstruction.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
ProcessingInstruction.idl
QualifiedName.cpp AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
QualifiedName.h AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
Range.cpp LibWeb: Use DOM Selection instead of ad-hoc layout tree selection 2023-01-12 19:55:10 +01:00
Range.h LibWeb: Use DOM Selection instead of ad-hoc layout tree selection 2023-01-12 19:55:10 +01:00
Range.idl LibWeb: Stub Range.getBoundingClientRect 2022-12-10 00:21:10 +00:00
ShadowRoot.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ShadowRoot.h AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
ShadowRoot.idl
StaticNodeList.cpp LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
StaticNodeList.h
StaticRange.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
StaticRange.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
StaticRange.idl
Text.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
Text.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
Text.idl
TreeWalker.cpp LibWeb: Move passing of Web object prototypes out of constructors 2023-01-10 16:08:14 +01:00
TreeWalker.h LibWeb: Move passing of Web object prototypes out of constructors 2023-01-10 16:08:14 +01:00
TreeWalker.idl