aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/layout_box_base.rs
Commit message (Expand)AuthorAgeFilesLines
* layout: Combine `layout_2020` and `layout_thread_2020` into a crate called `l...Martin Robinson7 days1-142/+0
* layout: Report memory usage for fragment and box trees. (#36553)Josh Matthews8 days1-1/+5
* layout: Store `Fragment` results in `LayoutBoxBase` and start using them for ...Martin Robinson8 days1-0/+18
* layout: Always floor the max-content size by the min-content size (#36571)Oriol Brufau9 days1-1/+2
* layout: Add a `LayoutBoxBase` to inline boxes (#36513)Martin Robinson12 days1-4/+5
* layout: Add documentation for `CacheableLayoutResultAndInputs` (#36448)Martin Robinson2025-04-101-0/+6
* layout: Enable using cached fragments when there is a BoxTree update point (#...Martin Robinson2025-04-091-0/+4
* layout: Cache `IndependentNonReplacedContents::layout()` (#36082)Oriol Brufau2025-03-241-3/+51
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* layout: Remove the obsolete layout tracing functionality (#35001)Martin Robinson2025-01-151-4/+1
* Distinguish cached `inline_content_sizes()` from uncached ones (#34595)Oriol Brufau2024-12-121-3/+5
* layout: Add `LayoutBoxBase` and use it for `IndependentFormattingContext` (#3...Martin Robinson2024-12-071-0/+61