aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/display_list
Commit message (Expand)AuthorAgeFilesLines
* layout: Combine `layout_2020` and `layout_thread_2020` into a crate called `l...Martin Robinson3 days6-0/+4507
* Remove legacy layout (layout 2013) (#35943)Oriol Brufau2025-03-138-5368/+0
* canvas: Do not update ImageKey during canvas layout (#35719)Samson2025-03-121-6/+6
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-033-7/+7
* clippy: Fix a couple clippy warnings on macOS (#35703)Martin Robinson2025-02-271-1/+1
* layout: Implement overflow scroll support for different axes (#35414)Euclid Ye2025-02-143-14/+16
* deps: Upgrade to `webrender@0.66` (#35325)Martin Robinson2025-02-071-0/+1
* Upgrade Stylo to 2025-02-03 (#35289)Oriol Brufau2025-02-051-1/+4
* Let `resolve_color()` take its parameter by reference (#35247)Oriol Brufau2025-01-312-13/+10
* config: Remove legacy-layout and unused `Preferences` and `Opts` (#34994)Martin Robinson2025-01-141-235/+4
* script: Manage `<iframe>` sizes in `Window` (#34643)Martin Robinson2024-12-161-10/+18
* Use `webrender_api::units::DevicePixel` rather than `style_traits::DevicePixe...Nico Burns2024-11-251-2/+7
* Improve how intrinsic sizes work for videos (#31746)eri2024-10-291-2/+2
* layout: Add support for `mix-blend-mode: plus-lighter` (#34057)Martin Robinson2024-10-291-0/+1
* Add `HTMLCanvasDataSource::Empty` that represent transparent black instead of...Samson2024-09-221-13/+11
* fix many clippy warnings (#33510)Gae242024-09-211-9/+9
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-13/+17
* Update stylo for latest changes. (#33079)Josh Matthews2024-08-161-1/+1
* legacy-layout: Fix display list building after WebRender upgrade (#33073)Martin Robinson2024-08-161-25/+87
* Fix warnings after latest rust upgrade (#33043)Martin Robinson2024-08-141-8/+1
* deps: Upgrade to WebRender 0.65 (#32930)Martin Robinson2024-08-052-0/+2
* clippy: Fix warnings in `shared` and `config`, `fonts`, `layout`, and `layout...Martin Robinson2024-07-041-1/+1
* Rename `gfx` to `fonts` (#32556)Martin Robinson2024-06-191-1/+1
* layout: Add support for `white-space-collapse: break-spaces` (#32388)Martin Robinson2024-05-301-1/+1
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-203-6/+6
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-174-7/+33
* chore: Clean up use of `gfx` and `constellation` types (#31981)Martin Robinson2024-04-092-5/+4
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-023-6/+4
* Update Stylo to 2023-10-16 (#31932)Oriol Brufau2024-03-301-4/+0
* Update Stylo to 2023-09-01 (#31609)Oriol Brufau2024-03-182-11/+15
* dependencies: Upgrade to WebRender 0.64 (#31486)Martin Robinson2024-03-144-80/+130
* layout: Propagate overflow values from `<body>` to root element (#31618)Martin Robinson2024-03-131-1/+7
* layout: Enable rendering of `conical-gradient` and `repeating-conical-gradien...Martin Robinson2024-03-111-2/+2
* clippy: Fix warnings in `components/layout` (#31612)eri2024-03-113-12/+18
* clippy: fix warnings in various modules in components (#31568)eri2024-03-081-2/+2
* Update Stylo to 2023-07-23 (#31437)Oriol Brufau2024-02-292-4/+25
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-2/+2
* Lint layout_2013 with clippy (#31221)Oriol Brufau2024-01-303-41/+38
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-222-2/+2
* layout: Make all word separators justification opportunities (#30866)Martin Robinson2023-12-211-1/+1
* Add initial support for sticky positioning for non-legacy layout (#30686)Martin Robinson2023-11-291-5/+4
* Further changes required by ServoOriol Brufau2023-11-241-1/+1
* Further changes required by ServoOriol Brufau2023-11-212-13/+18
* Fix transform assertion failures in Layout 2013 and Layout 2020 (#30713)Martin Robinson2023-11-131-2/+2
* Only access hit test items for the current epoch in the compositor (#30491)Martin Robinson2023-10-041-1/+2
* Implement support for the `drop-shadow` filter (#30439)Ennui Langeweile2023-10-043-7/+24
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-117-50/+50
* Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)Martin Robinson2023-09-104-29/+54
* Layout 2013: Don't make gradient display items for zero-sized gradients (#30321)Martin Robinson2023-09-092-7/+22
* remove `extern crate` (#30311)Samson2023-09-083-0/+4