servo/components/layout_2020/table
Martin Robinson e16291f14e
layout: Enable parallel layout for tables (#32477)
This simply wraps row and column-based layout of table sells in a
`par_iter()` unconditionally enabling parallel layout for tables. In the
future we can choose to adjust the conditions under which layout is done
in parallel.
2024-06-26 16:33:48 +00:00
..
construct.rs Fix and unify 'span' attribute for table columns (#32467) 2024-06-10 09:26:46 +00:00
layout.rs layout: Enable parallel layout for tables (#32477) 2024-06-26 16:33:48 +00:00
mod.rs rustdoc: fix warnings in components/layout_2020/table (#31738) 2024-03-19 14:51:28 +00:00