aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/imagedata.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix tyvar_behind_raw_pointer warningsSimon Sapin2018-01-101-2/+2
* Replace NonZero<*mut JSObject> with a wrapper to enable local trait impls.Simon Sapin2017-10-161-3/+3
* Remove use of unstable box syntax.Simon Sapin2017-10-161-2/+2
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-5/+5
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26)Simon Sapin2017-07-271-1/+1
* Untry scriptSimon Sapin2017-06-181-2/+2
* Bump euclid to 0.14.Nicolas Silva2017-06-141-1/+1
* Make ImageData::new return Fallible instead of panicLucjan Suski2017-03-201-2/+6
* Implement ImageData constructors #15671montrivo2017-03-141-10/+81