aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/canvasrenderingcontext2d.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename CanvasRenderTask -> CanvasPaintTask.Tetsuharu OHZEKI2014-12-081-2/+2
* Rename canvas_render_task -> canvas_paint_taskTetsuharu OHZEKI2014-12-081-1/+1
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-1/+1
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* Simple privatizationsTim Taubert2014-10-131-0/+1
* Remove Untraceable from canvasrenderingcontext2d.rsManish Goregaokar2014-10-051-7/+6
* Made some DOM fields private.ProgramFOX2014-09-261-1/+1
* Use JSTraceable everywhereManish Goregaokar2014-09-241-1/+1
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-4/+4
* Reintroduce Untraceable<T>.deref_mut() to make mem::replace() possible to Unt...Tetsuharu OHZEKI2014-09-201-4/+4
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-2/+2
* Add unrooted_must_root lint for enums and structs containing JS<T>, as well a...Manish Goregaokar2014-09-161-0/+1
* Cargoify servoJack Moffitt2014-09-081-0/+79