servo/components/layout_2020/flexbox
Martin Robinson 2f6745c0c6
layout: Layout for column flex-basis and minimum automatic size determination (#33068)
This change adds an expensive layout for the determination of minimum
automatic size and flex basis in process of flexbox layout. Currently,
the layout is not cached, so may be performed up to 2 more times than
necessary.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Co-authored-by: Oriol Brufau <obrufau@igalia.com>
2024-08-19 10:54:10 +00:00
..
construct.rs layout: Layout for column flex-basis and minimum automatic size determination (#33068) 2024-08-19 10:54:10 +00:00
geom.rs layout: Layout for column flex-basis and minimum automatic size determination (#33068) 2024-08-19 10:54:10 +00:00
layout.rs layout: Layout for column flex-basis and minimum automatic size determination (#33068) 2024-08-19 10:54:10 +00:00
mod.rs layout: Layout for column flex-basis and minimum automatic size determination (#33068) 2024-08-19 10:54:10 +00:00