aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/taffy/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* layout: Store `Fragment` results in `LayoutBoxBase` and start using them for ...Martin Robinson3 days1-0/+11
* layout: Enable using cached fragments when there is a BoxTree update point (#...Martin Robinson12 days1-0/+20
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* layout: Take percentage columns into account when sizing table grid min and m...Martin Robinson2025-01-271-5/+4
* layout: Remove the obsolete layout tracing functionality (#35001)Martin Robinson2025-01-151-7/+2
* layout: grid-template getComputedStyle cleanup (#34926)Steven Novaryo2025-01-101-7/+7
* layout: grid template getComputedStyle resolved value (#34885)Steven Novaryo2025-01-091-0/+36
* Remove taffy-specific layout caching (#34589)Nico Burns2024-12-121-3/+0
* Layout: Implement CSS Grid using `taffy` (#32619)Nico Burns2024-11-211-0/+122