servo/components/layout_2020/flow
Martin Robinson 811c08c5a5 layout_2020: Use the containing block more when calculating scrolling overflow
When calculating scrolling overflow calculation we cannot currently use
the actual containing block in all cases. This change increases the
amount that we do use the containing block.
2020-03-23 10:08:04 +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 layout_2020: Use the containing block more when calculating scrolling overflow 2020-03-23 10:08:04 +01:00