servo/components/layout_2020/flexbox
Oriol Brufau f943ba023a
Improve performance of column flexboxes (#34346)
If a flex item in a single-line column flex container stretches, then
we can know its final size. So instead of first laying it out using its
intrinsic inline size, and then stretching it later, we can use the
correct size from the very beginning.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
Co-authored-by: Martin Robinson <mrobinson@igalia.com>
2024-11-22 22:52:47 +00:00
..
geom.rs layout: Add initial support for bidirectional text (BiDi) (#33148) 2024-08-21 14:28:54 +00:00
layout.rs Improve performance of column flexboxes (#34346) 2024-11-22 22:52:47 +00:00
mod.rs Layout: Implement CSS Grid using taffy (#32619) 2024-11-21 20:21:01 +00:00