aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared/canvas
Commit message (Expand)AuthorAgeFilesLines
* Use surfman with glow bindings (#34328)Samson2025-02-051-11/+5
* prefs: Move some `DebugOptions` to `Preferences` and clean up (#34998)Martin Robinson2025-01-171-1/+0
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-1/+1
* Add initial support for WebGL 2 BlitFramebuffer (#26389)Josh Matthews2025-01-061-0/+1
* Replace `sparkle` with `glow` in `components/canvas` (#33918)Samson2024-11-201-11/+39
* Replace sparkle with glow in shared/canvas (#34292)Samson2024-11-192-23/+17
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-181-1/+1
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* Trace more functions by adding perfetto tracing events (#33417)atbrakhi2024-09-131-1/+1
* Replace the lazy_static crate with `std::sync::LazyLock` in components/shared...Hayashi Mikihiro2024-08-151-1/+0
* Fix panic in Webrender during shutdown (#32897)Taym Haddadi2024-08-061-4/+4
* Remove the WebXR dependency on ancient `time@0.1` crate (#32862)Martin Robinson2024-07-261-2/+0
* enhance: Implement `CanvasRenderingContext2D.measureText` (#32704)Chocolate Pie2024-07-171-0/+17
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-5/+5
* Move webgl_channel into base crate (#32339)Ngo Iok Ui (Wu Yu Wei)2024-05-246-244/+32
* Upgrade Stylo to 2024-03-01 (#32089)Oriol Brufau2024-04-161-4/+4
* Update Stylo to 2023-10-16 (#31932)Oriol Brufau2024-03-302-2/+1
* clippy: fix `result_unit_err` warnings (#31791)eri2024-03-211-12/+20
* Update Stylo to 2023-09-01 (#31609)Oriol Brufau2024-03-181-4/+4
* rustdoc: Add some basic Safety sections to unsafe functions (#31639)Martin Robinson2024-03-131-0/+5
* clippy: fix warnings in components/shared (#31565)eri2024-03-082-49/+31
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-2/+2
* canvas2d: Implement `.reset()` (#31258)Smitty2024-02-051-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-2/+2
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-037-0/+2207