servo/components/gfx_traits
Delan Azabani afe4faa09a
Fix painting order of atomic inline stacking containers (#30458)
* Sort stacking contexts and stacking containers by painting order

* fix stealing of stacking containers; fix interleaving with fragments

* actually positioned stacking containers should be stolen too

* update expectations and clean up panic changes

* rework naming and docs

* rename s_c_a_p_s_c to real_s_c_a_p_s_c; fix docs

* rename InlineStackingContainer to AtomicInlineStackingContainer

* rework debug logging to use PrintTree

* clean up docs and PrintTree output

* don't panic unless cfg!(debug_assertions) is true

* update expectations
2023-10-06 16:00:00 +00:00
..
Cargo.toml Vendor the current version of WebRender 2023-07-03 17:55:17 +02:00
lib.rs Only access hit test items for the current epoch in the compositor (#30491) 2023-10-04 16:33:18 +00:00
print_tree.rs Fix painting order of atomic inline stacking containers (#30458) 2023-10-06 16:00:00 +00:00