Shannon Booth
|
1e54003cb1
LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate
|
7 meses atrás |
Shannon Booth
|
9b79a686eb
LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T>
|
7 meses atrás |
Timothy Flynn
|
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
|
8 meses atrás |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 anos atrás |
Andreas Kling
|
1d75e82101
LibWeb: Coalesce layouts that happen in response to style changes
|
4 anos atrás |
Andreas Kling
|
d3046a2649
LibWeb: Allow anonymous table, table-row and table-cell layout nodes
|
4 anos atrás |
Andreas Kling
|
29a4da30b7
LibWeb: Make DOM::Node::create_layout_node() not need parent's style
|
4 anos atrás |
Andreas Kling
|
d9b2650dcc
LibWeb: Remove specified style from layout nodes
|
4 anos atrás |
Andreas Kling
|
981758a8b1
LibWeb: Use the specified CSS values from element in more places
|
4 anos atrás |
Andreas Kling
|
ba8990fb6c
LibWeb: Rename Element::resolved_style() => specified_css_values()
|
4 anos atrás |
Andreas Kling
|
07dd73c351
LibWeb: Remove hand-rolled is_foo() helpers in Layout::Node classes
|
4 anos atrás |
Linus Groh
|
3436317c08
LibWeb: Escape text nodes in innerHTML getter
|
4 anos atrás |
Linus Groh
|
4833f0066e
LibWeb: Include element attributes in innerHTML getter
|
4 anos atrás |
Andreas Kling
|
613764b83c
LibWeb: Actually apply recomputed style to element's layout node
|
4 anos atrás |
Andreas Kling
|
4a9dcd974a
LibWeb: Remove unused Element::set_attributes()
|
4 anos atrás |
Linus Groh
|
5e7945e26f
LibWeb: Add a simple StyleInvalidator class
|
4 anos atrás |
Andreas Kling
|
59afcddcfe
LibWeb: Mark element style dirty on style/id attribute change too
|
4 anos atrás |
Andreas Kling
|
294ec3b6a5
LibWeb: Mark element style dirty when class attribute changes
|
4 anos atrás |
Andreas Kling
|
6af55a234f
LibWeb: Make DOM::Node::set_needs_style_update() schedule the update
|
4 anos atrás |
Andreas Kling
|
d65bebd8cf
LibWeb: Cache parsed inline style of DOM elements
|
4 anos atrás |
Andreas Kling
|
d477039abc
LibWeb: Rename Layout::LayoutTreeBuilder => Layout::TreeBuilder
|
4 anos atrás |
Andreas Kling
|
5aeab9878e
LibWeb: Rename LayoutNode classes and move them into Layout namespace
|
4 anos atrás |
Luke
|
397049aae8
LibWeb: Move innerText from DOM::Element to HTML::HTMLElement
|
4 anos atrás |
Luke
|
e8a9e8aed5
LibWeb: Add namespace to Element
|
4 anos atrás |
Nico Weber
|
2460980d2c
LibWeb: Implement Element.innerText
|
4 anos atrás |
Andreas Kling
|
01022eb5d6
LibWeb: Allow focusing individual (focusable) elements with Tab key
|
4 anos atrás |
Luke
|
bc15144972
LibWeb: Move contentEditable from Element to HTMLElement
|
4 anos atrás |
Andreas Kling
|
7811cf3520
LibWeb: Implement the Element.contentEditable IDL attribute
|
5 anos atrás |
Andreas Kling
|
07e13e9868
LibWeb: Only allow editing of elements with contenteditable="true"
|
5 anos atrás |
Andreas Kling
|
cc4109c03b
LibWeb: Move the HTML parser into HTML/Parser/
|
5 anos atrás |