aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/imagedata.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Update js.Ms2ger2017-02-151-4/+11
* Remove warnings about unnecessary mutability.Alan Jeffrey2017-01-281-1/+1
* Use the typed array APIs in ImageData.Ms2ger2017-01-091-20/+11
* script creates methods taking '*mut JSContext' unsafeAbelardo E. Mendoza2016-11-141-2/+2
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+2
* Compile WebIDL return type "object" to NonZero<*mut JSObject>Anthony Ramine2016-08-301-2/+4
* Don't bother with the global in ImageData::get_image_dataAnthony Ramine2016-08-301-3/+3
* Assert that ImageData::data is not nullAnthony Ramine2016-08-301-0/+3
* Update SpiderMonkeyAnthony Ramine2016-05-031-2/+7
* Remove `#[allow(raw_pointer_derive)]` attributesBrandon Fairchild2015-11-271-1/+0
* more refactoringrohan.prinja2015-10-301-1/+1
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-2/+2
* Merge adjacent identical `impl` sectionsCorey Farwell2015-08-281-3/+0
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-4/+4
* Remove helper traitsAnthony Ramine2015-08-271-7/+3
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0