Andreas Kling
|
8f82bd044b
LibWeb: Use FlyString for create_element() prefix strings
|
il y a 1 an |
Timothy Flynn
|
f3e14d7f64
LibWeb: Use correct variable when handling slottables in node insertion
|
il y a 1 an |
Andreas Kling
|
6b580d68a3
LibWeb: Rename DOM::Node::id() to unique_id()
|
il y a 1 an |
Andreas Kling
|
e4621704ce
LibWeb: Avoid unnecessary JS::Handles in Node::queue_mutation_record()
|
il y a 1 an |
MacDue
|
11f7db8f34
LibWeb: Fix null optional dereference in Node::name_or_description()
|
il y a 1 an |
Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
il y a 1 an |
Shannon Booth
|
48f367adbb
LibWeb: Port get_element_by_id from DeprecatedFlyString
|
il y a 1 an |
Shannon Booth
|
e4f8c59210
LibWeb: Port AttributeNames to FlyString
|
il y a 1 an |
Shannon Booth
|
4321606bba
LibWeb: Port Element interface from DeprecatedString
|
il y a 1 an |
Shannon Booth
|
50350fb79c
LibWeb: Add a non-DeprecatedString version of Element::get_attribute
|
il y a 1 an |
Shannon Booth
|
ebe01b51c8
LibWeb: Add a non-DeprecatedString version of Element::prefix()
|
il y a 1 an |
Shannon Booth
|
3bd04d2c58
LibWeb: Port Attr interface from DeprecatedString to String
|
il y a 1 an |
Shannon Booth
|
b603e860af
LibWeb: Port CharacterData from DeprecatedString to String
|
il y a 1 an |
Shannon Booth
|
8ce9e51c97
LibWeb: Port Node interface from DeprecatedString to String
|
il y a 1 an |
Aliaksandr Kalenik
|
10b2ce49dc
LibWeb: Invalidate style before running insertion steps
|
il y a 1 an |
Timothy Flynn
|
e4d3a9aa68
LibWeb: Ensure DOM events on slottables are properly propagated
|
il y a 1 an |
Timothy Flynn
|
d67d93f870
LibWeb: Handle reassigning slottables on node insertion and removal
|
il y a 1 an |
Timothy Flynn
|
45b36bd08a
LibWeb: Introduce the slottable concept for DOM elements and text nodes
|
il y a 1 an |
Shannon Booth
|
da1f137967
LibWeb: Port MutationRecord from DeprecatedString to String
|
il y a 1 an |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
il y a 1 an |
Shannon Booth
|
bcb6851c07
LibWeb: Port Text interface from DeprecatedString to String
|
il y a 1 an |
Shannon Booth
|
0ce5a920f7
LibWeb: Port MutationObserver interface from DeprecatedString to String
|
il y a 1 an |
Shannon Booth
|
cc1e4c5cb3
LibWeb: Port Comment interface from DeprecatedString to String
|
il y a 1 an |
Andreas Kling
|
ad1853cbf5
LibWeb: Remove unnecessary layout node detach in DOM::Node::finalize()
|
il y a 1 an |
Andreas Kling
|
3d7c880a42
LibWeb: Give DOM::Node a direct pointer to its Paintable
|
il y a 1 an |
Andreas Kling
|
25375bf1d5
LibWeb: Make Document::paintable() return a ViewportPaintable
|
il y a 1 an |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
il y a 1 an |
Aliaksandr Kalenik
|
c985a1b2af
LibWeb: Add non-const version of paintable_box() in DOM::Node
|
il y a 2 ans |
Andreas Kling
|
28fdc7af05
LibWeb: Detach stale layout nodes from DOM during layout tree build
|
il y a 2 ans |
MacDue
|
1cc199d365
LibWeb: Prevent crash when inspecting SVG documents
|
il y a 2 ans |