aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/canvas_state.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-1/+1
* constellation: Rename messages sent to the `Constellation` (#36341)Martin Robinson2025-04-041-2/+4
* canvas: Implement line dash setters and getters (#36257)Steven Novaryo2025-04-011-0/+57
* Add `Path2D` (#35783)Lukas Lihotzki2025-03-261-2/+43
* canvas: Update the image as part of update the rendering (#35996)sagudev2025-03-251-2/+14
* pixels: Extend Image to allow for multiple frames (#36058)TIN TUN AUNG2025-03-211-1/+1
* canvas: Do not update ImageKey during canvas layout (#35719)Samson2025-03-121-1/+9
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Do not assume `OffscreenCanvasContext` to be 2d (#35629)Samson2025-02-241-7/+13
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-3/+6
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-0/+4
* Update `pixels::unmultiply_inplace` to support RB swap and use it in canvas_s...Euclid Ye2025-02-061-7/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-4/+4
* Implement HTMLCanvasElement.transferControlToOffscreen (#34959)webbeef2025-01-131-0/+9
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-87/+108
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-2/+2
* CanGc changes from fontfaceset.rs (#33920)chickenleaf2024-10-211-14/+36
* Propagate CanGc through dommatrix, dommatrixreadonly, and testbindings (#33822)chickenleaf2024-10-131-2/+2
* clippy: Fix warnings in `components/script` & `components/script/dom` (#33821)tanishka2024-10-131-0/+1
* CanGc fixes starting from imagedata.rs (#33808)chickenleaf2024-10-111-3/+8
* Replace some `Point2D::new(0, 0)` instances with `Point2D::zero()` (#33783)birdbrained2024-10-101-1/+1
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-1/+1
* enhance: Implement `CanvasRenderingContext2D.measureText` (#32704)Chocolate Pie2024-07-171-5/+28
* Upgrade Stylo to 2024-03-01 (#32089)Oriol Brufau2024-04-161-27/+22
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-31/+31
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+9
* clippy: fixed various clippy warnings in `components/scripts` (#31960)Rosemary Ajayi2024-04-011-1/+1
* clippy: Fix a few problems in `components/scripts` (#31959)Rosemary Ajayi2024-04-011-1/+1
* Update Stylo to 2023-10-16 (#31932)Oriol Brufau2024-03-301-1/+2
* clippy: Fix needless_borrow warnings in components/script (#31928)Azhar Ismagulova2024-03-291-2/+2
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-5/+5
* clippy: Fix `unnecessary_cast` warnings in `components/script` (#31823)Oluwatobi Sofela2024-03-221-1/+1
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-1/+1
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-1/+1
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-2/+2
* Update Stylo to 2023-09-01 (#31609)Oriol Brufau2024-03-181-20/+21
* clippy: Fix some warnings in the `script` crate (#31719)Rosemary Ajayi2024-03-181-2/+2
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-1/+2
* canvas2d: Implement `.reset()` (#31258)Smitty2024-02-051-1/+8
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-4/+4
* Further changes required by ServoOriol Brufau2023-11-241-0/+1
* Further changes required by ServoOriol Brufau2023-11-241-1/+1
* Further changes required by ServoOriol Brufau2023-11-211-18/+12
* Further changes required by ServoOriol Brufau2023-11-211-3/+12
* Enable new color functions from CSS Color 4 (#30752)Oriol Brufau2023-11-201-33/+43
* Allow currentColor in canvas context's shadowColor (#30754)Oriol Brufau2023-11-201-53/+38
* Further changes required by ServoOriol Brufau2023-11-061-3/+3
* Further changes required by ServoOriol Brufau2023-11-061-7/+7
* Clean up and merge some canvas-related WebIDLs (#30606)Ennui Langeweile2023-10-261-2/+1