aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/offscreencanvas.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* refactor: add CanGc as argument to OffscreenCanvas methods (#35731)Yerkebulan Tulibergenov2025-03-011-6/+8
* Do not assume `OffscreenCanvasContext` to be 2d (#35629)Samson2025-02-241-0/+13
* Remove `get_ipc_sender` from `OffscreenCanvasRenderingContext2D` (#35625)Samson2025-02-241-11/+1
* Unify `(Offscreen)CanvasRenderingContext2d` and make `PaintRenderingContext2D...Samson2025-02-231-6/+5
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-2/+2
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-0/+1
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* Implement HTMLCanvasElement.transferControlToOffscreen (#34959)webbeef2025-01-131-3/+12
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-8/+8
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* script: Throw a `TypeError` when trying to create an `OffscreenCanvas` with a...chickenleaf2024-11-211-5/+7
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-12/+12
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-2/+5
* clippy: Fix option_as_ref_deref warnings (#31936)Oluwatobi Sofela2024-03-291-1/+1
* clippy: Fix dereferencing a tuple pattern warnings (#31811)Oluwatobi Sofela2024-03-211-1/+1
* clippy: Fix unneeded return statement warnings (#31776)Oluwatobi Sofela2024-03-201-2/+2
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-9/+10
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-5/+8
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
* Add canvas usability checks to drawImage()pylbrecht2020-02-031-0/+4
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Add accountable-refcell as optional build time featureKunal Mohan2020-01-081-4/+2
* Addresses Issue: Support OffscreenCanvas as CanvasImageSource #24269Bailey Blankenship2019-12-041-7/+44
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-1/+1
* Addresses issues raised in #24465; removes redundancy in set_bitmap_dimensionsBailey Blankenship2019-11-101-2/+16
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-4/+3
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* Extract canvas operations for reuse by OffscreenCanvas.Maharsh2019-05-221-1/+6
* Update MPL license to httpsJan Andre Ikenmeyer2019-05-101-1/+1
* Initial Steps OffScreenCanvas APIMaharsh2019-01-151-0/+146