servo/components/layout/display_list
Martin Robinson 72cb34dc3d
Fix transform assertion failures in Layout 2013 and Layout 2020 (#30713)
Layout asserts that it never creates stacking contexts that have a zero
scale, yet it doesn't prevent the creation of those stacking contexts.
This change stops their creation at an earlier stage.

Fixes #30118.
2023-11-13 09:09:25 +00:00
..
background.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
border.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
builder.rs Fix transform assertion failures in Layout 2013 and Layout 2020 (#30713) 2023-11-13 09:09:25 +00:00
conversions.rs Implement support for the drop-shadow filter (#30439) 2023-10-04 11:32:45 +00:00
gradient.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
items.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
mod.rs Implement support for the drop-shadow filter (#30439) 2023-10-04 11:32:45 +00:00
webrender_helpers.rs Only access hit test items for the current epoch in the compositor (#30491) 2023-10-04 16:33:18 +00:00