aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/display_list
Commit message (Expand)AuthorAgeFilesLines
* Cleanup after #36461 (#36472)Oriol Brufau10 days1-5/+3
* fix: Crashing due to input element hack (#36461)DK Liao10 days1-4/+4
* feat: Implement display for text selection and caret (#35830)DK Liao11 days1-6/+90
* layout: Scale images in `image_set` by their specified resolution (#36374)ToBinio2025-04-071-6/+5
* `compositing`: Combine `webrender_traits` and `compositing_traits` (#36372)Martin Robinson2025-04-062-2/+2
* Fix: `display: inline-grid` considered an atomic inline (#36298)Barigbue Nbira2025-04-031-1/+1
* layout: Implement support for `image-set()` notation (#36210)chocolate-pie2025-03-291-71/+21
* Create a `constellation_traits` crate (#36088)Martin Robinson2025-03-223-5/+5
* metrics: Simplify `ProgressiveWebMetrics` (#35985)Martin Robinson2025-03-211-11/+10
* layout: Add support for basic transform css properties (#35926)chocolate-pie2025-03-141-32/+37
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-132-11/+11
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-036-43/+47
* layout: Merge `BoxFragment::used_overflow` into `ComputedValuesExt::effective...Euclid Ye2025-03-021-21/+2
* Update sensitivity naming in `DisplayList::new` (#35694)Euclid Ye2025-02-271-2/+2
* Update to rust 1.85 (#35628)Simon Wülker2025-02-241-1/+1
* layout: Implement overflow scroll support for different axes (#35414)Euclid Ye2025-02-142-13/+13
* layout: Remove `BoxFragment::overflow_clip_rect()` (#35443)Oriol Brufau2025-02-131-36/+24
* Implement overflow:clip (#35103)batu_hoang2025-02-121-43/+127
* deps: Upgrade to `webrender@0.66` (#35325)Martin Robinson2025-02-071-0/+1
* Add border radius to overflow scrollable frame (#35293)batu_hoang2025-02-051-10/+36
* Upgrade Stylo to 2025-02-03 (#35289)Oriol Brufau2025-02-051-1/+4
* layout: Don't let table grid boxes inherit `display: inline-table` (#35264)Oriol Brufau2025-02-031-4/+4
* layout: Fix painting order of collapsed table borders (#35219)Oriol Brufau2025-02-032-35/+56
* Let `resolve_color()` take its parameter by reference (#35247)Oriol Brufau2025-01-313-12/+8
* layout: Correctly resolve `currentcolor` on collapsed borders (#35163)Oriol Brufau2025-01-271-6/+8
* layout: simplify `CollapsedBorderLine` (#35125)Oriol Brufau2025-01-231-4/+4
* Make naming of variables consistent with `SpecificLayoutInfo` (#35104)Martin Robinson2025-01-212-2/+2
* layout: Fix border widths of table wrapper with collapsed borders (#35097)Oriol Brufau2025-01-211-27/+14
* layout: Paint collapsed table borders on their own (#35075)Oriol Brufau2025-01-212-24/+127
* layout: Fix clientWidth & friends for tables (#35096)Oriol Brufau2025-01-201-1/+1
* layout: Make `Fragment` hold `ArcRefCell` inside (#34923)Martin Robinson2025-01-132-87/+93
* layout: Improve painting of collapsed borders in table layout (#34933)Oriol Brufau2025-01-111-16/+21
* Elide lifetimes where possible after rustup (#34824)Martin Robinson2025-01-031-1/+1
* script: Manage `<iframe>` sizes in `Window` (#34643)Martin Robinson2024-12-161-17/+3
* Use `webrender_api::units::DevicePixel` rather than `style_traits::DevicePixe...Nico Burns2024-11-251-2/+2
* layout: Add a hit test item that covers all scroll frame contents (#34347)Martin Robinson2024-11-242-48/+95
* Set all tracing spans to trace level for now (#34256)Delan Azabani2024-11-193-5/+5
* layout: Add instrumentation for `display_list` (#34128)atbrakhi2024-11-083-0/+20
* Improve how intrinsic sizes work for videos (#31746)eri2024-10-291-8/+10
* layout: Add support for `mix-blend-mode: plus-lighter` (#34057)Martin Robinson2024-10-291-0/+1
* clippy: fix using clone() warning in components\layout_2020\display_list\mod....Noble Chinonso2024-10-211-4/+4
* Upgrade Stylo to 2024-10-04 (#33767)Oriol Brufau2024-10-202-16/+15
* layout: Add support for `object-fit` and `object-position` (#33479)Martin Robinson2024-09-183-41/+59
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-9/+11
* uses app units in display_list (#33420)atbrakhi2024-09-135-87/+90
* Fix inset box-shadow to use the padding box (#33433)Oriol Brufau2024-09-131-5/+4
* Let table-related boxes adjust their `overflow` values (#33400)Oriol Brufau2024-09-111-3/+2
* layout: Right-to-left support for other layout modes (#33375)Martin Robinson2024-09-111-1/+0
* layout: Use `Au` in `ComputedValuesExt` (#33396)atbrakhi2024-09-101-4/+4
* tidy: Fix rustdoc warnings and add a tidy check for a common URL issue (#33366)Martin Robinson2024-09-081-1/+1