aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/fragment_tree/base_fragment.rs
Commit message (Expand)AuthorAgeFilesLines
* layout: Combine `layout_2020` and `layout_thread_2020` into a crate called `l...Martin Robinson44 hours1-143/+0
* layout: Report memory usage for fragment and box trees. (#36553)Josh Matthews2 days1-3/+7
* fix: root element not establishing stacking context (#35390) (#36174)Michael Rees2025-04-031-0/+2
* layout: Simplify and generalize the usage of pseudo-elements (#36202)Martin Robinson2025-03-291-2/+2
* script: Eliminate `PseudoElementType` (#36146)Martin Robinson2025-03-261-7/+2
* Make input element display-inside always flow-root (#35908)Kenzie Raditya Tirtarahardja2025-03-231-7/+9
* Improve logic for establishing a stacking context (#35947)Oriol Brufau2025-03-131-2/+2
* 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-12/+4
* layout: Make `Fragment` hold `ArcRefCell` inside (#34923)Martin Robinson2025-01-131-1/+1
* layout: Avoid layout sometimes when stretching (#33967)Martin Robinson2024-10-241-0/+4
* layout: Non-auto `z-index` should always make stacking contexts for flex item...Martin Robinson2024-08-121-6/+8
* layout: Add support for table captions (#32657)Martin Robinson2024-07-031-8/+9
* layout: Take into account `display: table` etc in offset* queries (#32448)Martin Robinson2024-06-101-3/+7
* Implement 'empty-cells' for layout 2020 (#32331)Oriol Brufau2024-05-211-0/+3
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* layout: Ensure empty list items are at least as tall as outside markers (#32152)Martin Robinson2024-04-291-0/+3
* chore: Clean up use of `gfx` and `constellation` types (#31981)Martin Robinson2024-04-091-1/+1
* layout: Allow transforming inline replaced elements (#31833)Martin Robinson2024-03-271-0/+3
* clippy: Fix warnings in `components/layout_2020` (#31611)eri2024-03-111-1/+1
* layout: Do not inherit node and fragment flags in anonymous boxes (#31586)Martin Robinson2024-03-091-4/+11
* layout: Add line height from preserved segment breaks in quirks mode (#31419)Martin Robinson2024-02-261-1/+3
* Lint layout_2020 with clippy (#31169)Oriol Brufau2024-01-251-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* build(deps): bump bitflags from 1.3.2 to 2.3.1 (#30273)Martin Robinson2023-09-011-3/+3
* Layout 2020: Move all Fragment code to the `fragment_tree` directoryMartin Robinson2023-06-041-0/+117