servo/components/layout_2020/flow
Martin Robinson bd06227a60 layout_2020: Add support for hoisting positioned fragments in inline boxes
Add support for tracking containing blocks when doing inline layout.
This requires setting up a PositioningContext for inline boxes when
necessary. Instead of using the PositioningContext helper methods
and we reuse the contexts between line breaks.

Fixes #25279.
2020-03-19 10:50:49 +01:00
..
construct.rs Make whitespace preservation computation recursive in order to fix lifetime issues 2020-03-17 20:13:57 -07:00
float.rs Dump box tree state into json files and display it on layout 2020 viewer 2020-02-21 11:11:00 +01:00
inline.rs layout_2020: Add support for hoisting positioned fragments in inline boxes 2020-03-19 10:50:49 +01:00
mod.rs Switch the standard slice iterator in inline layout to a custom one in order to 2020-03-17 20:13:57 -07:00
root.rs Wrap BlockLevelBox and InlineLevelBox with AtomicRefCell 2020-03-17 11:15:17 -07:00