aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/imagedata.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sort all usesJohann Tuffe2015-08-201-3/+3
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Upgrade to SM 39Michael Wu2015-06-191-22/+22
* Use euclid from crates.ioecoal952015-06-191-1/+1
* rust-geom API changesCorey Farwell2015-06-131-1/+1
* Audit and reduce unstable usage in scriptManish Goregaokar2015-06-101-1/+1
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-1/+1
* Add/update comments with links to specCorey Farwell2015-04-141-0/+3
* Stop using int/uint in script.Ms2ger2015-04-031-1/+1
* Replace unsafe_blocks by unsafe_code.Manish Goregaokar2015-03-211-2/+2
* Fix various build warnings.Ms2ger2015-03-201-1/+1
* Implement Canvas pixel manipulationEdit Balint2015-02-221-0/+87