Jonne Ransijn
|
07cd7d479f
LibWeb: Remove reference counting for `CSS::StyleProperties`
|
8 місяців тому |
Simon König
|
15d2857a01
LibWeb: Don't crash on encountering display: list-item on pseudo element
|
8 місяців тому |
Aliaksandr Kalenik
|
7d22b1c5c8
LibWeb: Allow layout nodes to have multiple paintables
|
8 місяців тому |
Andreas Kling
|
cc4b3cbacc
Meta: Update my e-mail address everywhere
|
9 місяців тому |
Sam Atkins
|
9559f0f123
LibWeb: Rename IdentifierStyleValue -> CSSKeywordValue
|
10 місяців тому |
Tim Ledbetter
|
85863bb0ef
LibWeb: Don't `verify_cast` where input and output types are the same
|
11 місяців тому |
Sam Atkins
|
3abd3ef5e2
LibWeb: Compute pseudo-element style when computing element style
|
11 місяців тому |
Sam Atkins
|
898e3bd898
Last: LibWeb: Add counter() and counters() functions to content property
|
11 місяців тому |
Sam Atkins
|
708f49d906
LibWeb: Give DOM Elements a CountersSet
|
11 місяців тому |
Edwin Hoksberg
|
020b20d817
LibWeb: Support content-visibility css
|
1 рік тому |
Arthur Hartwig Carlsson
|
9ed2669fc8
LibWeb: Don't insert out-of-flow elements into block pseudo elements
|
1 рік тому |
Arthur Hartwig Carlsson
|
196922ae5b
LibWeb: Refactor out-of-flow and in-flow into functions
|
1 рік тому |
Andreas Kling
|
f4bdf56212
LibWeb: Rename Element::shadow_root_internal() to shadow_root()
|
1 рік тому |
Aliaksandr Kalenik
|
b2dcdf0096
LibWeb: Use button layout for input elements with button type
|
1 рік тому |
Tim Ledbetter
|
398bf10b92
LibWeb: Use `TraversalDecision` for multi level Node traversal methods
|
1 рік тому |
Tim Ledbetter
|
c57d395a48
LibWeb: Use `IterationDecision` in single level Node iteration methods
|
1 рік тому |
MacDue
|
561beb5e95
LibWeb: Move SVG mask/clip layout node creation under DOM::Element
|
1 рік тому |
MacDue
|
c1b5fe61d1
LibWeb: Lay out SVG `<clipPath>` uses
|
1 рік тому |
Aliaksandr Kalenik
|
ca363f0024
LibWeb: Add basic "top layer" support
|
1 рік тому |
Andreas Kling
|
afe6abfc09
LibWeb: Use an ancestor filter to quickly reject many CSS selectors
|
1 рік тому |
MacDue
|
163b6bb401
LibWeb: Special case SVG masks during layout
|
1 рік тому |
Matthew Olsson
|
1ca31e0dc1
LibWeb: Remove unnecessary ErrorOr<> from StyleComputer
|
1 рік тому |
Tim Ledbetter
|
99fbd33d7d
LibWeb: Make button flex wrapper inherit `min-height` property
|
1 рік тому |
Andreas Kling
|
ad7e6878fe
LibWeb: Allocate CSS::ComputedValues objects on the heap
|
1 рік тому |
Tim Ledbetter
|
7a3fc621bd
LibWeb: Remove invalid assertion in table fixup
|
1 рік тому |
Andreas Kling
|
ba286781b4
LibWeb: Detach all paintables when building/committing layout tree
|
1 рік тому |
Andreas Kling
|
bc3a16396e
LibWeb: Move font list from NodeWithStyle to ComputedValues
|
1 рік тому |
Andreas Kling
|
c82d517447
LibWeb: Move line-height from NodeWithStyle to ComputedValues
|
1 рік тому |
Aliaksandr Kalenik
|
0a7e4a0d22
LibWeb: Ignore "display: contents" boxes while inserting inline nodes
|
1 рік тому |
Bastiaan van der Plaat
|
a05fd28b7b
LibWeb: Move use pseudo element styles from TreeBuilder to StyleComputer
|
1 рік тому |