Luke Wilde
|
8ace6b4f1d
LibWeb: Establish stacking context when backdrop-filter is not 'none'
|
2 年 前 |
Andreas Kling
|
faba3ebfca
LibWeb: Don't create stacking contexts for all positioned elements
|
2 年 前 |
Andreas Kling
|
6d830e6335
LibWeb: Tie layout tree to a specific browsing context
|
2 年 前 |
Andreas Kling
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 年 前 |
Andreas Kling
|
be5a39657e
LibWeb: Only store one DOM pointer per Layout::Node
|
2 年 前 |
Andreas Kling
|
f8a2c0586a
LibWeb: Parse the CSS align-content property
|
2 年 前 |
Andreas Kling
|
13834cfdff
LibWeb: Use Layout::Node::display() everywhere
|
2 年 前 |
Andreas Kling
|
49eb324535
LibWeb: Add Layout::Node::display()
|
2 年 前 |
Andreas Kling
|
a0e6882d99
LibWeb: Remove Layout::Node::set_inline()
|
2 年 前 |
Andreas Kling
|
5989a3ee77
LibWeb: Honor CSS display value in is_inline() and is_inline_block()
|
2 年 前 |
Andreas Kling
|
8fa459f2d6
LibWeb: Add missing null checks in Layout::Node::set_needs_display()
|
2 年 前 |
Andreas Kling
|
0843960235
LibWeb: Use CSS::Size for computed size and max-size values
|
2 年 前 |
Jan Metzger
|
931458c337
LibWeb: Update visibility when Node was invisible before
|
2 年 前 |
Andreas Kling
|
e36750d591
LibWeb: Remove unused Layout::Node::did_insert_into_layout_tree()
|
2 年 前 |
Andreas Kling
|
e72896e35e
LibWeb: Get default fonts via Platform::FontPlugin
|
2 年 前 |
MacDue
|
ec4de1e07d
LibWeb: Plumb style/computed values for `backdrop-filter`
|
2 年 前 |
Andreas Kling
|
f941b7aefe
LibWeb: Create stacking context for flex/grid items with z-index != auto
|
2 年 前 |
Andreas Kling
|
26544f559c
LibWeb: Make anonymous wrapper blocks actually have "display: block"
|
2 年 前 |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 年 前 |
martinfalisse
|
44d08b81b7
LibWeb: Parse grid-column-start and related CSS properties
|
2 年 前 |
martinfalisse
|
92a00648b1
LibWeb: Parse grid-template-columns and grid-template-rows
|
2 年 前 |
MacDue
|
6a6475673f
LibWeb: Convert images to common AbstractImageStyleValue base
|
2 年 前 |
Tom
|
8163ee1500
LibWeb: Use rect value in CSS clip property
|
2 年 前 |
Andreas Kling
|
71a707480c
LibWeb: Move "has-definite-width/height" flags to UsedValues
|
3 年 前 |
MacDue
|
d7d34d88e5
LibWeb: Implement `appearance` CSS property
|
2 年 前 |
MacDue
|
ee7e9e7c86
LibWeb: Allow having a linear-gradient() as a background-image
|
3 年 前 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 年 前 |
sin-ack
|
c70f45ff44
Everywhere: Explicitly specify the size in StringView constructors
|
3 年 前 |
Andreas Kling
|
2f0657739b
LibWeb: Honor `align-self` over `align-items` when non-auto on flex item
|
3 年 前 |
Andreas Kling
|
0cacaf025d
LibWeb: Stop putting the FormattingState nodes in a slow hash map
|
3 年 前 |