aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/fragment_tree
Commit message (Expand)AuthorAgeFilesLines
* layout: Split overflow calculation after fragment tree construction (#37203)Oriol Brufau9 days4-41/+100
* layout: Move text decoration propagation to stacking context tree constructio...Martin Robinson2025-05-211-4/+0
* layout: Split stacking context and display list construction (#37047)Martin Robinson2025-05-202-12/+1
* layout: Add a repaint-only incremental layout mode (#36978)Martin Robinson2025-05-122-6/+29
* layout: Share styles to inline box children via `SharedInlineStyles` (#36896)Martin Robinson2025-05-123-16/+4
* layout: Resolve canvas background properties during painting (#36917)Martin Robinson2025-05-093-17/+57
* layout: Store shared styles for table backgrounds in `SharedBackgroundStyle` ...Martin Robinson2025-05-071-2/+7
* layout: Account for transform in scrollable overflow (#36138)Steven Novaryo2025-04-294-26/+120
* layout: Use box tree `Fragment`s for offset parent queries (#36681)Martin Robinson2025-04-254-12/+26
* layout: Implement node geometry queries against `BoxTree`'s `Fragment` (#36663)Martin Robinson2025-04-252-81/+55
* layout: Add a new `FragmentTree` pass to calculate containing block rectangle...Martin Robinson2025-04-233-33/+100
* layout: Combine `layout_2020` and `layout_thread_2020` into a crate called `l...Martin Robinson2025-04-198-0/+1302