aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/imagedata.rs
Commit message (Expand)AuthorAgeFilesLines
* script: implement ReadableByteStreamController (#35410)Taym Haddadi2025-03-101-3/+3
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-3/+3
* refactor: add CanGc as argument to create_buffer_source_with_length (#35596)Yerkebulan Tulibergenov2025-02-221-8/+8
* Script: implement `ReadableStreamBYOBReader::Read` (#35040)Taym Haddadi2025-01-271-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-6/+6
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* CanGc fixes starting from imagedata.rs (#33808)chickenleaf2024-10-111-9/+3
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-34/+32
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-1/+1
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-7/+22
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-4/+4
* Rename buffer_source_type to buffer_source (#31426)Taym Haddadi2024-02-261-3/+3
* WedIDL: bring dom/bindings/typedarray further in line with spec (#31375)Taym Haddadi2024-02-251-10/+10
* WebIDL: Use Uint8ClampedArray instead of raw JSObject in bindings (#31317)Taym Haddadi2024-02-161-45/+55
* Clean up and merge some canvas-related WebIDLs (#30606)Ennui Langeweile2023-10-261-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-11/+13
* Rename reflect_dom_object2.Josh Matthews2023-05-311-3/+3
* Formatting.Josh Matthews2023-05-281-1/+6
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-9/+12
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-3/+3
* Fix warningsagu2021-03-301-1/+0
* fmtsagudev2021-03-301-6/+2
* Update imagedata.rssagu2021-03-301-1/+1
* Fix errorssagudev2021-03-191-1/+7
* Update euclidManish Goregaokar2020-04-071-10/+0
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-11/+2
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-3/+2
* Addresses issues raised in #24465; removes redundancy in set_bitmap_dimensionsBailey Blankenship2019-11-101-2/+12
* Refactor constructor code to align with spec.Isaiah Inuwa2019-09-261-50/+55
* Add check for empty data on ImageData constructor.Isaiah Inuwa2019-09-231-1/+1
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-5/+5
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-4/+4
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* Remove mozjs dep from malloc_size_of.Josh Matthews2019-05-021-0/+1
* Send an IpcSharedMemory in tex_image_2d and tex_sub_image_2dAnthony Ramine2018-11-201-2/+3
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Prefix some pixels functions with rgba8_Anthony Ramine2018-11-161-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* Reorder importsPyfisch2018-11-061-3/+3
* `cargo fix --edition`Simon Sapin2018-11-061-6/+6
* Handle some transparent black cases in ctx.getImageDataAnthony Ramine2018-10-071-20/+2
* Avoid copying pixels in ctx.putImageData sometimesAnthony Ramine2018-10-061-32/+36
* Introduce ImageData::get_rectAnthony Ramine2018-10-061-1/+32
* Make HTMLCanvasElement::get_size return a Size2D<u32>Anthony Ramine2018-10-021-2/+2
* Format script componentchansuke2018-09-191-19/+27
* Fix the build for NLLSimon Sapin2018-08-241-1/+1
* Revert "Fix the build for NLL"Josh Matthews2018-08-071-1/+1
* Fix the build for NLLSimon Sapin2018-08-081-1/+1
* Use safe NonZero constructor instead of an explicit null checkSimon Sapin2018-01-221-2/+1
* Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject>Simon Sapin2018-01-221-3/+3