servo/components/layout/display_list
Martin Robinson ce5ebbcf77
legacy-layout: Fix display list building after WebRender upgrade (#33073)
The most recent version of WebRender tracks stacking context offsets in
a different way, which broke legacy layout. It's easier just to track
the stacking context offset in Servo and apply them to the items
manually like we do in non-legacy layout.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2024-08-16 10:02:43 +00:00
..
background.rs Fix warnings after latest rust upgrade (#33043) 2024-08-14 07:00:16 +00:00
border.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
builder.rs deps: Upgrade to WebRender 0.65 (#32930) 2024-08-05 14:35:21 +00:00
conversions.rs dependencies: Upgrade to WebRender 0.64 (#31486) 2024-03-14 17:40:54 +00:00
gradient.rs Update Stylo to 2023-09-01 (#31609) 2024-03-18 13:52:40 +00:00
items.rs clippy: Fix warnings in shared and config, fonts, layout, and layout_2020 components (#32674) 2024-07-04 14:18:58 +00:00
mod.rs Move non-gfx things out of gfx_traits and create a base crate (#32296) 2024-05-17 12:28:58 +00:00
webrender_helpers.rs legacy-layout: Fix display list building after WebRender upgrade (#33073) 2024-08-16 10:02:43 +00:00