aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlcanvaselement.rs
Commit message (Expand)AuthorAgeFilesLines
* Use version of `markup5ever` with `web_atoms` crate (#36542)Nico Burns44 hours1-1/+1
* add CanGc as argument to methods in ElementInternals, GlobalScope, HTMLAnchor...Yerkebulan Tulibergenov8 days1-9/+9
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-3/+3
* constellation: Rename messages sent to the `Constellation` (#36341)Martin Robinson2025-04-041-2/+2
* resolve issue #36074 new_js_regex and matches_js_regex need a CanGc argument ...Kunga Derick Abongho2025-03-291-2/+4
* canvas: Update the image as part of update the rendering (#35996)sagudev2025-03-251-0/+15
* Cleanups for future script crate split (#35987)Josh Matthews2025-03-161-12/+13
* canvas: Do not update ImageKey during canvas layout (#35719)Samson2025-03-121-21/+2
* script: Mark callback methods with CanGc. (#35753)Josh Matthews2025-03-031-2/+2
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-4/+4
* Do not assume `OffscreenCanvasContext` to be 2d (#35629)Samson2025-02-241-11/+4
* Remove `get_ipc_sender` from `OffscreenCanvasRenderingContext2D` (#35625)Samson2025-02-241-13/+2
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-8/+7
* Move more bindings code to script_bindings (#35578)Josh Matthews2025-02-221-1/+1
* script: Add `CanvasContext` trait (#35448)Samson2025-02-211-31/+17
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-3/+9
* Remove `get_ipc_renderer` from `CanvasRenderingContext2D` (#35285)Samson2025-02-041-11/+1
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* webgpu: implement get image for webgpu canvas (#35237)Samson2025-01-311-6/+2
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-2/+2
* Implement HTMLCanvasElement.transferControlToOffscreen (#34959)webbeef2025-01-131-8/+112
* Implement HTMLCanvasElement.toBlob (#34938)webbeef2025-01-101-88/+196
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-13/+13
* Add jpeg and webp support to canvas.toDataURL() (#34861)webbeef2025-01-091-9/+69
* script: Expose `NodeTraits::owner_global` / `Window::as_global_scope` (#34843)Martin Robinson2025-01-071-6/+5
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-5/+5
* Add `webgpu` feature flag (#34444)atbrakhi2024-12-051-1/+19
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-0/+2
* More files with CanGc fixes (#33892)chickenleaf2024-10-181-5/+14
* CanGc fixes starting from blob.rs, mediastream.rs, custom_event.rs (#33820)chickenleaf2024-10-121-3/+7
* webgpu: renovate gpucanvascontext and webgpu presentation to match the spec (...Samson2024-10-011-1/+1
* Add `HTMLCanvasDataSource::Empty` that represent transparent black instead of...Samson2024-09-221-2/+2
* webgl: Update IDL exposed members (#33509)Daniel Adams2024-09-221-2/+6
* Remove `width` and `height` presentational hints for `<canvas>` (#33211)Oriol Brufau2024-08-281-17/+1
* script: Reduce the use of `unsafe` in LayoutDom (#31979)Martin Robinson2024-04-031-3/+2
* Clippy: Fixed some clippy warnings (#31818)Aarya Khandelwal2024-03-231-5/+5
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-2/+2
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-1/+1
* clippy: Fix dereferencing a tuple pattern warnings (#31811)Oluwatobi Sofela2024-03-211-11/+5
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* These changes fix #30843 (#30888)Lucas Montenegro2023-12-201-5/+9
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-17/+19
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* Upgrade whole webgpu stack (#29795)Samson2023-08-201-3/+2
* Tackle half of canvas.toDataURL's FIXMEs (#30094)Ennui Langeweile2023-08-171-7/+7
* bump base64 from 0.10 to 0.21 (#29804)Tuna2023-08-021-2/+2
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-2/+4