aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/display_list
Commit message (Expand)AuthorAgeFilesLines
* 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
* layout: Implement support for `line-height` and `vertical-align` (#30902)Martin Robinson2024-01-082-6/+6
* layout: Make all word separators justification opportunities (#30866)Martin Robinson2023-12-211-1/+3
* Add basic support for `text-align: justify` (#30807)Martin Robinson2023-12-151-1/+8
* Use app units in replaced elements (#30825)atbrakhi2023-12-111-6/+7
* Compile Servo with the latest version of rust stable (#30831)Martin Robinson2023-12-061-4/+9
* Re-use the TextMetrics data structure in the Layout 2020 fragment tree (#30823)Martin Robinson2023-12-061-10/+8
* Add initial support for sticky positioning for non-legacy layout (#30686)Martin Robinson2023-11-291-37/+187
* Further changes required by ServoOriol Brufau2023-11-242-6/+7
* Further changes required by ServoOriol Brufau2023-11-242-2/+2
* Further changes required by ServoOriol Brufau2023-11-212-14/+16
* Fix transform assertion failures in Layout 2013 and Layout 2020 (#30713)Martin Robinson2023-11-131-4/+6
* Further changes required by ServoOriol Brufau2023-11-062-2/+2
* Temporarily convert existing cfg(debug_assertions) crashes to warnings (#30578)Delan Azabani2023-10-181-1/+5
* Fix filter clipping caused by `overflow: hidden` (#30517)Ennui Langeweile2023-10-091-1/+10
* Fix painting order of atomic inline stacking containers (#30458)Delan Azabani2023-10-061-144/+351
* Only access hit test items for the current epoch in the compositor (#30491)Martin Robinson2023-10-041-1/+5
* Implement support for the `drop-shadow` filter (#30439)Ennui Langeweile2023-10-042-7/+18
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-114-28/+33
* Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)Martin Robinson2023-09-104-49/+71
* Properly handle degenerate aspect ratios (#30245)Martin Robinson2023-08-301-12/+5
* Use std::cell::OnceCell and remove mitochondria dependency (#30207)Martin Robinson2023-08-251-6/+6
* Further changes required by ServoOriol Brufau2023-08-163-10/+15
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-163-15/+10
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-153-10/+15
* Use explicit WebRender hit test items in legacy layout (#29981)Martin Robinson2023-07-171-2/+6
* Auto merge of #29965 - mrobinson:clip-chain, r=delanbors-servo2023-07-111-47/+70
|\
| * Use the WebRender clip chain APIMartin Robinson2023-07-041-47/+70