aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas/canvas_render_task.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename canvas_render_task -> canvas_paint_taskTetsuharu OHZEKI2014-12-081-77/+0
|
* Run all task spawning through util, to allow for easy hooking.Clark Gaebel2014-10-281-3/+2
| | | | | | | | During debugging, I found it useful to hook all task creation in a central location, and util::task was the perfect place for it. r? @pcwalton (or maybe someone else, I'm kinda sending you a bunch of reviews today because I don't know who better to give them to)
* gfx: Update rust-azure to pick up arcs, gradients, and subpixel textPatrick Walton2014-10-201-2/+2
|
* Cargoify servoJack Moffitt2014-09-081-0/+78