aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/fragment_tree
Commit message (Expand)AuthorAgeFilesLines
* feat: Implement display for text selection and caret (#35830)DK Liao2025-04-101-1/+8
* `compositing`: Combine `webrender_traits` and `compositing_traits` (#36372)Martin Robinson2025-04-061-1/+1
* Fix: `display: inline-grid` considered an atomic inline (#36298)Barigbue Nbira2025-04-031-0/+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
* layout: Cache `IndependentNonReplacedContents::layout()` (#36082)Oriol Brufau2025-03-241-0/+1
* Make input element display-inside always flow-root (#35908)Kenzie Raditya Tirtarahardja2025-03-232-10/+10
* script: Implement `Range::getClientRects` and `Range::getBoundingClientRect` ...Simon Wülker2025-03-191-0/+1
* 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-033-3/+3
* layout: Merge `BoxFragment::used_overflow` into `ComputedValuesExt::effective...Euclid Ye2025-03-021-4/+4
* Fix scroll_sensitivity related naming issue (#35462)Euclid Ye2025-02-141-2/+2
* layout: Implement overflow scroll support for different axes (#35414)Euclid Ye2025-02-141-2/+2
* Make naming of variables consistent with `SpecificLayoutInfo` (#35104)Martin Robinson2025-01-211-6/+6
* layout: Paint collapsed table borders on their own (#35075)Oriol Brufau2025-01-211-2/+15
* layout: Fix clientWidth & friends for tables (#35096)Oriol Brufau2025-01-202-10/+24
* layout: Remove the obsolete layout tracing functionality (#35001)Martin Robinson2025-01-156-40/+7
* layout: Make `Fragment` hold `ArcRefCell` inside (#34923)Martin Robinson2025-01-137-61/+65
* layout: Improve painting of collapsed borders in table layout (#34933)Oriol Brufau2025-01-111-0/+2
* layout: grid-template getComputedStyle cleanup (#34926)Steven Novaryo2025-01-101-5/+5
* layout: grid template getComputedStyle resolved value (#34885)Steven Novaryo2025-01-091-0/+16
* Add `BoxFragment::is_inline_box()` (#34233)Oriol Brufau2024-11-122-4/+9
* Fix geometry queries for floats and replaced inlines (#34083)Oriol Brufau2024-10-311-2/+5
* Improve how intrinsic sizes work for videos (#31746)eri2024-10-291-1/+1
* layout: Avoid layout sometimes when stretching (#33967)Martin Robinson2024-10-241-0/+4
* Upgrade Stylo to 2024-10-04 (#33767)Oriol Brufau2024-10-201-3/+4
* Remove BoxFragment::overconstrained (#33907)Oriol Brufau2024-10-191-51/+15
* Fix resolved value of insets to use margin box instead of content box (#33906)Oriol Brufau2024-10-181-5/+4
* Remove dead (and incorrect) logic about vertical overconstrainment (#33696)Oriol Brufau2024-10-081-10/+1
* layout: Add support for `object-fit` and `object-position` (#33479)Martin Robinson2024-09-181-0/+1
* Let table-related boxes adjust their `overflow` values (#33400)Oriol Brufau2024-09-111-5/+5
* layout: Right-to-left support for other layout modes (#33375)Martin Robinson2024-09-113-16/+36
* layout: Use `Au` in `ComputedValuesExt` (#33396)atbrakhi2024-09-101-28/+21
* layout: Implement proper absolute child position for flexbox (#33346)Martin Robinson2024-09-091-40/+22
* layout: Prepare for bidi by guarding all access to `writing-mode` (#33082)Martin Robinson2024-08-161-9/+10
* layout: Convert the FragmentTree to physical geometry (#33030)Martin Robinson2024-08-144-138/+90
* clippy: Fix various clippy warnings throughout the code (#33003)Ashwin Naren2024-08-131-1/+2
* 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-032-10/+15
* use au in TextFragment (#32653)atbrakhi2024-07-031-2/+1
* fix clippy warning (#32667)atbrakhi2024-07-021-6/+1
* use app unit in box_fragement (#32349)atbrakhi2024-06-214-71/+66
* Rename `gfx` to `fonts` (#32556)Martin Robinson2024-06-191-2/+1
* 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
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-201-1/+1
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-175-6/+6
* use au in HoistedSharedFragment (#32288)atbrakhi2024-05-161-4/+5
* layout: Ensure empty list items are at least as tall as outside markers (#32152)Martin Robinson2024-04-291-0/+3