aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/taffy/layout.rs
Commit message (Expand)AuthorAgeFilesLines
* layout: Cache `IndependentNonReplacedContents::layout()` (#36082)Oriol Brufau2025-03-241-4/+5
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-2/+2
* Improve logic for establishing a stacking context (#35947)Oriol Brufau2025-03-131-2/+8
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-3/+3
* layout: Fix relative positioned grid item (#35014)Steven Novaryo2025-02-071-25/+46
* Make naming of variables consistent with `SpecificLayoutInfo` (#35104)Martin Robinson2025-01-211-16/+16
* layout: Respect alignment when sizing replaced abspos (#35085)Oriol Brufau2025-01-201-10/+13
* layout: Allow layouts to customize their used style (#35012)Oriol Brufau2025-01-161-4/+12
* layout: Generalize `ContainingBlock`'s block size to a `SizeConstraint` (#34946)Oriol Brufau2025-01-131-21/+10
* layout: Make `Fragment` hold `ArcRefCell` inside (#34923)Martin Robinson2025-01-131-2/+2
* layout: grid-template getComputedStyle cleanup (#34926)Steven Novaryo2025-01-101-7/+7
* layout: grid template getComputedStyle resolved value (#34885)Steven Novaryo2025-01-091-4/+34
* layout: Don't use `content_inline_size_for_table` in taffy (#34891)Oriol Brufau2025-01-081-3/+1
* Upgrade rustc to 1.83 (#34793)Nico Burns2025-01-011-4/+12
* Refactor box size computation (#34671)Oriol Brufau2024-12-191-13/+11
* script: Manage `<iframe>` sizes in `Window` (#34643)Martin Robinson2024-12-161-2/+5
* Distinguish cached `inline_content_sizes()` from uncached ones (#34595)Oriol Brufau2024-12-121-3/+5
* Remove taffy-specific layout caching (#34589)Nico Burns2024-12-121-8/+1
* Deduplicate taffy layout pbm computation (#34587)Nico Burns2024-12-121-42/+24
* Make sure to cache `inline_content_sizes()` (#34586)Oriol Brufau2024-12-121-1/+1
* layout: Make a new `ContainingBlockSize` type (#34565)Martin Robinson2024-12-111-9/+13
* layout: Add `LayoutBoxBase` and use it for `IndependentFormattingContext` (#3...Martin Robinson2024-12-071-16/+18
* Refactor computation of preferred aspect ratios (#34416)Oriol Brufau2024-11-291-0/+2
* Ensure taffy uses margin when calling used_size_as_if_inline_element_from_con...tanishka2024-11-281-1/+1
* Use natural ratio for `object-fit` (#34413)Oriol Brufau2024-11-281-5/+3
* Avoid laying out grid items and generating fragments if only inline size is r...Nico Burns2024-11-251-6/+21
* Layout: Implement CSS Grid using `taffy` (#32619)Nico Burns2024-11-211-0/+604