aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgpu/gpucanvascontext.rs
Commit message (Expand)AuthorAgeFilesLines
* webgpu: Add a `webgpu_traits` crate (#36320)Martin Robinson2025-04-041-3/+3
* crown: Do not check trait item projections. (#36095)Josh Matthews2025-03-221-1/+0
* Cleanups for future script crate split (#35987)Josh Matthews2025-03-161-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-3/+3
* script: Add `CanvasContext` trait (#35448)Samson2025-02-211-45/+14
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-1/+2
* 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-1/+23
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+6
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-2/+2
* webgpu: Fix HTML event loop integration (#34631)Samson2024-12-171-9/+33
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+2
* Rewrite From/TryFrom conversions on generated types to avoid future orphan ru...Josh Matthews2024-12-111-1/+2
* Add `webgpu` feature flag (#34444)atbrakhi2024-12-051-3/+4
* Move script gpu files into webgpu folder (#34415)atbrakhi2024-11-281-0/+386