Sam Atkins
|
affc8a22ca
LibWeb+WebContent: Convert BrowsingContext to new pixel units
|
2 years ago |
martinfalisse
|
64c353f11c
LibWeb: Parse `border-collapse` property for HTML table
|
2 years ago |
Luke Wilde
|
7bd6a5b868
LibWeb: Treat `border-style: hidden` the same as `border-style: none`
|
2 years ago |
Sam Atkins
|
ab49dbf137
LibWeb: Convert Paintable coordinates to new pixel units
|
2 years ago |
Karol Kosek
|
586a7dca88
LibWeb: Support special border width identifiers
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
martinfalisse
|
9e6612c49b
LibWeb: Parse CSS gap property
|
2 years ago |
Luke Wilde
|
8ace6b4f1d
LibWeb: Establish stacking context when backdrop-filter is not 'none'
|
2 years ago |
Andreas Kling
|
faba3ebfca
LibWeb: Don't create stacking contexts for all positioned elements
|
2 years ago |
Andreas Kling
|
6d830e6335
LibWeb: Tie layout tree to a specific browsing context
|
2 years ago |
Andreas Kling
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 years ago |
Andreas Kling
|
be5a39657e
LibWeb: Only store one DOM pointer per Layout::Node
|
2 years ago |
Andreas Kling
|
f8a2c0586a
LibWeb: Parse the CSS align-content property
|
2 years ago |
Andreas Kling
|
13834cfdff
LibWeb: Use Layout::Node::display() everywhere
|
2 years ago |
Andreas Kling
|
49eb324535
LibWeb: Add Layout::Node::display()
|
2 years ago |
Andreas Kling
|
a0e6882d99
LibWeb: Remove Layout::Node::set_inline()
|
2 years ago |
Andreas Kling
|
5989a3ee77
LibWeb: Honor CSS display value in is_inline() and is_inline_block()
|
2 years ago |
Andreas Kling
|
8fa459f2d6
LibWeb: Add missing null checks in Layout::Node::set_needs_display()
|
2 years ago |
Andreas Kling
|
0843960235
LibWeb: Use CSS::Size for computed size and max-size values
|
2 years ago |
Jan Metzger
|
931458c337
LibWeb: Update visibility when Node was invisible before
|
2 years ago |
Andreas Kling
|
e36750d591
LibWeb: Remove unused Layout::Node::did_insert_into_layout_tree()
|
2 years ago |
Andreas Kling
|
e72896e35e
LibWeb: Get default fonts via Platform::FontPlugin
|
2 years ago |
MacDue
|
ec4de1e07d
LibWeb: Plumb style/computed values for `backdrop-filter`
|
2 years ago |
Andreas Kling
|
f941b7aefe
LibWeb: Create stacking context for flex/grid items with z-index != auto
|
2 years ago |
Andreas Kling
|
26544f559c
LibWeb: Make anonymous wrapper blocks actually have "display: block"
|
2 years ago |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 years ago |
martinfalisse
|
44d08b81b7
LibWeb: Parse grid-column-start and related CSS properties
|
2 years ago |
martinfalisse
|
92a00648b1
LibWeb: Parse grid-template-columns and grid-template-rows
|
2 years ago |
MacDue
|
6a6475673f
LibWeb: Convert images to common AbstractImageStyleValue base
|
2 years ago |