aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/display_list/builder.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy layout (layout 2013) (#35943)Oriol Brufau2025-03-131-2932/+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-031-5/+5
* layout: Implement overflow scroll support for different axes (#35414)Euclid Ye2025-02-141-10/+8
* Let `resolve_color()` take its parameter by reference (#35247)Oriol Brufau2025-01-311-12/+9
* 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
* Add `HTMLCanvasDataSource::Empty` that represent transparent black instead of...Samson2024-09-221-13/+11
* 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
* deps: Upgrade to WebRender 0.65 (#32930)Martin Robinson2024-08-051-0/+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-201-1/+1
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-2/+3
* chore: Clean up use of `gfx` and `constellation` types (#31981)Martin Robinson2024-04-091-3/+2
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-2/+1
* Update Stylo to 2023-10-16 (#31932)Oriol Brufau2024-03-301-4/+0
* Update Stylo to 2023-09-01 (#31609)Oriol Brufau2024-03-181-8/+8
* dependencies: Upgrade to WebRender 0.64 (#31486)Martin Robinson2024-03-141-11/+40
* 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-111-12/+14
* clippy: fix warnings in various modules in components (#31568)eri2024-03-081-2/+2
* Update Stylo to 2023-07-23 (#31437)Oriol Brufau2024-02-291-4/+22
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-2/+2
* Lint layout_2013 with clippy (#31221)Oriol Brufau2024-01-301-38/+35
* 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-211-4/+4
* Fix transform assertion failures in Layout 2013 and Layout 2020 (#30713)Martin Robinson2023-11-131-2/+2
* Implement support for the `drop-shadow` filter (#30439)Ennui Langeweile2023-10-041-2/+8
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-31/+26
* Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)Martin Robinson2023-09-101-8/+28
* Layout 2013: Don't make gradient display items for zero-sized gradients (#30321)Martin Robinson2023-09-091-3/+9
* remove `extern crate` (#30311)Samson2023-09-081-0/+2
* Layout 2013: Don't use WebRender border image outset support (#30315)Martin Robinson2023-09-081-14/+10
* build(deps): bump bitflags from 1.3.2 to 2.3.1 (#30273)Martin Robinson2023-09-011-0/+1
* Further changes required by ServoOriol Brufau2023-08-161-9/+12
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-12/+9
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-9/+12
* Use the WebRender clip chain APIMartin Robinson2023-07-041-0/+6
* Clean up debug optionsMartin Robinson2023-05-011-5/+5
* Round text decoration thickness to >= 1 device pixelsOriol Brufau2023-04-271-3/+15
* Add support for <iframe> elements for Layout 2020Martin Robinson2023-04-041-9/+8
* Move hit testing information out of WebRenderMartin Robinson2023-03-151-5/+1
* Bump euclid to 0.22Martin Robinson2023-01-261-3/+3
* Update nightly rustc.Josh Matthews2021-11-011-1/+1
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-0/+3