Aliaksandr Kalenik
|
ca363f0024
LibWeb: Add basic "top layer" support
|
1 year ago |
Andreas Kling
|
afe6abfc09
LibWeb: Use an ancestor filter to quickly reject many CSS selectors
|
1 year ago |
MacDue
|
163b6bb401
LibWeb: Special case SVG masks during layout
|
1 year ago |
Matthew Olsson
|
1ca31e0dc1
LibWeb: Remove unnecessary ErrorOr<> from StyleComputer
|
1 year ago |
Tim Ledbetter
|
99fbd33d7d
LibWeb: Make button flex wrapper inherit `min-height` property
|
1 year ago |
Andreas Kling
|
ad7e6878fe
LibWeb: Allocate CSS::ComputedValues objects on the heap
|
1 year ago |
Tim Ledbetter
|
7a3fc621bd
LibWeb: Remove invalid assertion in table fixup
|
1 year ago |
Andreas Kling
|
ba286781b4
LibWeb: Detach all paintables when building/committing layout tree
|
1 year ago |
Andreas Kling
|
bc3a16396e
LibWeb: Move font list from NodeWithStyle to ComputedValues
|
1 year ago |
Andreas Kling
|
c82d517447
LibWeb: Move line-height from NodeWithStyle to ComputedValues
|
1 year ago |
Aliaksandr Kalenik
|
0a7e4a0d22
LibWeb: Ignore "display: contents" boxes while inserting inline nodes
|
1 year ago |
Bastiaan van der Plaat
|
a05fd28b7b
LibWeb: Move use pseudo element styles from TreeBuilder to StyleComputer
|
1 year ago |
Shannon Booth
|
83758d4cdd
LibWeb: Wrap PseudoElements stored in SimpleSelector in a class
|
1 year ago |
Andreas Kling
|
6994ea5885
LibWeb: Skip out-of-flow boxes when wrapping inlines in anonymous block
|
1 year ago |
Aliaksandr Kalenik
|
2cb0039a13
LibGfx+LibWeb: Produce font cascade list in CSS font matching algorithm
|
1 year ago |
Bastiaan van der Plaat
|
f621dc464b
LibWeb: Add internal use_pseudo_element to DOM Element
|
1 year ago |
Bastiaan van der Plaat
|
4966c083df
LibWeb: Remove progress element custom paintable use shadow dom instead
|
1 year ago |
Bastiaan van der Plaat
|
2107ab823d
LibWeb: Add basic HTML meter element support
|
1 year ago |
Bastiaan van der Plaat
|
761d824b72
LibWeb: Add basic parse floating point number function
|
1 year ago |
Shannon Booth
|
56d10bf198
LibWeb: Port Layout::TextNode from DeprecatedString
|
1 year ago |
Bastiaan van der Plaat
|
1cdbfc2ff1
LibWeb: Add ol start and li value attributes support
|
1 year ago |
Sam Atkins
|
1132c858e9
LibWeb: Stop inserting inline nodes into a generated wrapper box
|
1 year ago |
Sam Atkins
|
9e99368694
LibWeb: Track quote-nesting level while building the layout tree
|
1 year ago |
Sam Atkins
|
493dd5d93c
LibWeb: Create `::before` pseudo-element before element children
|
1 year ago |
Andreas Kling
|
80a78c4deb
LibWeb: Don't generate ::before/::after for BR elements
|
1 year ago |
Timothy Flynn
|
bdf2323b3f
LibWeb: Perform layout of a slot's assigned nodes
|
1 year ago |
Aliaksandr Kalenik
|
63939445b1
LibWeb: Use fit-content width if button's computed width is "auto"
|
1 year ago |
Sam Atkins
|
125d161b3f
LibWeb: Move `<display-foo>` definitions into Enums.json
|
1 year ago |
Aliaksandr Kalenik
|
40dea272d2
LibWeb: Add boxes for before/after pseudos post button layout tweak
|
1 year ago |
Aliaksandr Kalenik
|
0160d921e9
LibWeb: Set children of button layout box to be non-inline
|
1 year ago |