Timothy Flynn
|
45b36bd08a
LibWeb: Introduce the slottable concept for DOM elements and text nodes
|
1 anno fa |
Shannon Booth
|
da1f137967
LibWeb: Port MutationRecord from DeprecatedString to String
|
1 anno fa |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 anno fa |
Shannon Booth
|
bcb6851c07
LibWeb: Port Text interface from DeprecatedString to String
|
1 anno fa |
Shannon Booth
|
0ce5a920f7
LibWeb: Port MutationObserver interface from DeprecatedString to String
|
1 anno fa |
Shannon Booth
|
cc1e4c5cb3
LibWeb: Port Comment interface from DeprecatedString to String
|
1 anno fa |
Andreas Kling
|
ad1853cbf5
LibWeb: Remove unnecessary layout node detach in DOM::Node::finalize()
|
1 anno fa |
Andreas Kling
|
3d7c880a42
LibWeb: Give DOM::Node a direct pointer to its Paintable
|
1 anno fa |
Andreas Kling
|
25375bf1d5
LibWeb: Make Document::paintable() return a ViewportPaintable
|
1 anno fa |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 anno fa |
Aliaksandr Kalenik
|
c985a1b2af
LibWeb: Add non-const version of paintable_box() in DOM::Node
|
1 anno fa |
Andreas Kling
|
28fdc7af05
LibWeb: Detach stale layout nodes from DOM during layout tree build
|
1 anno fa |
MacDue
|
1cc199d365
LibWeb: Prevent crash when inspecting SVG documents
|
2 anni fa |
Ben Wiederhake
|
85f822381f
LibWeb: Avoid copies while computing ARIA name/description
|
2 anni fa |
Andreas Kling
|
3cea86632d
LibWeb: Invalidate the layout tree on DOM node insertion
|
2 anni fa |
Andi Gallo
|
827936cf7b
LibWeb: Invalidate layout tree in textContent setter
|
2 anni fa |
Aliaksandr Kalenik
|
e5618b17c4
LibWeb: Avoid full tree traversal in Node::compare_document_position()
|
2 anni fa |
Andreas Kling
|
fa25f70086
LibWeb: Make LiveNodeList faster when it only cares about children
|
2 anni fa |
Andreas Kling
|
80d6330a26
LibWeb: Don't create mutation record node lists if nobody is interested
|
2 anni fa |
Andreas Kling
|
5b5fbecb38
LibWeb: Don't include DOM/Attr.h from DOM/Element.h
|
2 anni fa |
Andreas Kling
|
eff783a6d2
LibWeb: Invalidate style *and* layout when removing a DOM node
|
2 anni fa |
Aliaksandr Kalenik
|
22572c39e0
LibWeb: Implement Node::navigable()
|
2 anni fa |
Linus Groh
|
d58b671ff6
LibWeb/DOM: Rename Node::{paint => paintable}_box()
|
2 anni fa |
Linus Groh
|
754e458d0a
LibWeb/Layout: Rename Box::{paint => paintable}_box()
|
2 anni fa |
Andreas Kling
|
d8ccc2d54e
LibWeb: Rename BrowsingContextContainer => NavigableContainer
|
2 anni fa |
Luke Wilde
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
2 anni fa |
Andreas Kling
|
d4b2544dc5
LibWeb: Make the Node.compareDocumentPosition() return value enum public
|
2 anni fa |
Simon Wanner
|
a5a3913e39
LibWeb+LibWebView: Show shadow roots in the DOM inspector
|
2 anni fa |
Timothy Flynn
|
8a8340b3cd
LibWeb: Port MutationRecord types to FlyString
|
2 anni fa |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 anni fa |