servo/components/layout_2020/flexbox
Martin Robinson 0c13fcb9f2 Rework CB management during stacking context tree construction
Manage containing blocks and WebRender SpaceAndClip during stacking
context tree constuction using the ContainingBlockInfo data structure.
This will allow us to reuse this data structure whenever we traverse the
fragment tree. In addition, StackingContextBuilder is no longer
necessary at all. This change also fixes some bugs where fixed position
fragments were not placed in the correct spatial node. Unfortunately,
these fixes are difficult to test because of #29659.
2023-05-03 10:43:56 +02:00
..
construct.rs Compute content sizes lazily in layout 2020 2020-06-18 14:11:02 +02:00
geom.rs First pass at implementing the Flex Layout Algorithm 2020-06-23 00:41:27 +02:00
layout.rs Rework CB management during stacking context tree construction 2023-05-03 10:43:56 +02:00
mod.rs First pass at implementing the Flex Layout Algorithm 2020-06-23 00:41:27 +02:00