servo/components/layout_2020/flow
Simon Sapin c44ee516a1 Give PositioningContext more responsibilities
Iits details are now private to the module.

It has a couple methods that take closures to make sure that "before" and "after" steps are done together:

* In an absolutely positioned box, take care of nested abspos (establish a new containing block, etc.)
* For a box that *might* be `position: relative`, optionally take care of the same.
2019-12-12 22:50:11 +01:00
..
construct.rs Upgrade rayon_croissant to 0.2.0 2019-12-12 18:57:18 +01:00
float.rs Fix a “Accessing content size that was not requested” panic 2019-12-10 15:11:53 +01:00
inline.rs Give PositioningContext more responsibilities 2019-12-12 22:50:11 +01:00
mod.rs Give PositioningContext more responsibilities 2019-12-12 22:50:11 +01:00
root.rs Give PositioningContext more responsibilities 2019-12-12 22:50:11 +01:00