aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/display_list
Commit message (Expand)AuthorAgeFilesLines
* 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
* layout: Add initial support for `clip-path: [<basic-shape> || <shape-box>]` (...Chocolate Pie2024-08-283-24/+368
* layout: Prepare for bidi by guarding all access to `writing-mode` (#33082)Martin Robinson2024-08-161-1/+1
* Update stylo for latest changes. (#33079)Josh Matthews2024-08-161-1/+1
* layout: Convert the FragmentTree to physical geometry (#33030)Martin Robinson2024-08-142-45/+10
* clippy: Fix various clippy warnings throughout the code (#33003)Ashwin Naren2024-08-131-1/+1
* layout: Non-auto `z-index` should always make stacking contexts for flex item...Martin Robinson2024-08-121-2/+11
* deps: Upgrade to WebRender 0.65 (#32930)Martin Robinson2024-08-051-0/+1
* layout: Port `border-image` support for legacy layout (#32874)Martin Robinson2024-07-303-55/+271
* Remove unused ToWebRender implementation (#32729)atbrakhi2024-07-081-25/+1
* clippy: Fix warnings in `shared` and `config`, `fonts`, `layout`, and `layout...Martin Robinson2024-07-041-1/+1
* use au in TextFragment (#32653)atbrakhi2024-07-031-2/+2
* fix clippy warning (#32667)atbrakhi2024-07-021-1/+1
* layout: Make `geom.rs` logical geoemetry types more ergonomic (#32633)Martin Robinson2024-06-281-1/+1
* use app unit in box_fragement (#32349)atbrakhi2024-06-212-65/+77
* Rename `gfx` to `fonts` (#32556)Martin Robinson2024-06-191-2/+2
* Implement 'empty-cells' for layout 2020 (#32331)Oriol Brufau2024-05-211-1/+9
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-202-2/+4
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-172-3/+3
* layout: Add support for `background-attachment: fixed` (#32068)Martin Robinson2024-04-153-87/+217
* chore: Clean up use of `gfx` and `constellation` types (#31981)Martin Robinson2024-04-091-1/+1
* Update Stylo to 2023-10-16 (#31932)Oriol Brufau2024-03-301-2/+0
* layout: Allow transforming inline replaced elements (#31833)Martin Robinson2024-03-271-6/+6
* remove unused code (#31826)atbrakhi2024-03-231-12/+0
* layout: use `Au` in `BoxFragment` (#31794)atbrakhi2024-03-222-9/+18
* gfx: Derive `line-through` metrics for fonts on MacOS (#31756)Martin Robinson2024-03-191-1/+0
* layout: Enable `text-shadow` (#31734)Martin Robinson2024-03-191-1/+23
* Update Stylo to 2023-09-01 (#31609)Oriol Brufau2024-03-181-22/+27
* dependencies: Upgrade to WebRender 0.64 (#31486)Martin Robinson2024-03-144-97/+123
* layout: Properly parent table-row and table-row-group (#31619)Martin Robinson2024-03-141-14/+26
* layout: Propagate overflow values from `<body>` to root element (#31618)Martin Robinson2024-03-132-2/+22
* rustdoc: Fix StackingContextFragment error (#31625)Oluwatobi Sofela2024-03-121-2/+2
* clippy: Fix warnings in `components/layout_2020` (#31611)eri2024-03-111-4/+4
* layout: Enable rendering of `conical-gradient` and `repeating-conical-gradien...Martin Robinson2024-03-111-26/+132
* layout: Add support for box-shadow to Layout 2020 (#31453)Martin Robinson2024-03-071-0/+40
* Update Stylo to 2023-07-23 (#31437)Oriol Brufau2024-02-291-0/+7
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-1/+1
* layout: Add initial support for `text-transform` (#31396)Martin Robinson2024-02-221-1/+1
* layout: Add support for table rows, columns, rowgroups and colgroups (#31341)Martin Robinson2024-02-204-89/+177
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-1/+1
* layout: Use `BoxFragment` border widths for display list generation (#31292)Martin Robinson2024-02-081-4/+8
* Lint layout_2020 with clippy (#31169)Oriol Brufau2024-01-253-25/+23
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-223-5/+5