aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/imagedata.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | https://github.com/servo/rust-geom/pull/81
* Audit and reduce unstable usage in scriptManish Goregaokar2015-06-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reasons behind existing unstable features: alloc: - `Rc.make_unique()` - `into_raw` / `from_raw` (naming). All over the bindings code. collections: - `Vec.push_all()` - `from_str` - can be replaced by `.to_owned()` - `from_raw_buf` - could be done directly core: - `nonzero` - `UnsafeCell` (`as_unsafe_cell`) - `Zeroable` - `Peekable.is_empty` std_misc: - Handle stuff
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-1/+1
|
* Add/update comments with links to specCorey Farwell2015-04-141-0/+3
| | | | | | | | | | Extracted out of #5649 * add more hyperlinks to associated specification for structs/methods * follow redirects and update links * replace broken links * removal of WHATWG multipage page name since the page name is not guaranteed to be stable
* 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