servo/components/layout_2020/taffy
Oriol Brufau e2a0ac07ff
Refactor box size computation (#34671)
in each layout logic, in order to correctly resolve sizing keywords.

This patch adds a new `Sizes` struct which holds the preferred, min and
max sizing values for one axis, and unifies the logic to resolve the
final size into there.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2024-12-19 00:52:18 +00:00
..
stylo_taffy Layout: Implement CSS Grid using taffy (#32619) 2024-11-21 20:21:01 +00:00
layout.rs Refactor box size computation (#34671) 2024-12-19 00:52:18 +00:00
mod.rs Remove taffy-specific layout caching (#34589) 2024-12-12 09:35:03 +00:00