servo/components/layout_2020/table
Oriol Brufau d24b3e2035
layout: Assert that GRIDMIN <= GRIDMAX (#34892)
In the past this didn't hold, so we had to floor GRIDMAX by GRIDMIN.
We must have fixed some bugs because now it's fine to just assert it.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2025-01-08 13:00:30 +00:00
..
construct.rs Elide lifetimes where possible after rustup (#34824) 2025-01-03 18:54:44 +00:00
layout.rs layout: Assert that GRIDMIN <= GRIDMAX (#34892) 2025-01-08 13:00:30 +00:00
mod.rs layout: Add LayoutBox to TableSlotCell (#34513) 2024-12-08 08:54:40 +00:00