aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/canvasgradient.rs
Commit message (Expand)AuthorAgeFilesLines
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+2
* Reorder `use` statementsUK9922016-09-091-1/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Parse currentColor as Canvas2D colorDavid Zbarsky2015-11-211-4/+12
* Rustfmt some of script.Ms2ger2015-11-181-12/+17
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-1/+2
* more refactoringrohan.prinja2015-10-301-1/+1
* Refactor Error enum usage to consistently be qualifiedAnthony Urena2015-10-061-4/+3
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-2/+2
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-1/+2
* CanvasGradient#addColorStop should throw for invalid colors and offsetsDavid Zbarsky2015-08-091-8/+12
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-2/+1
* Upgrade to SM 39Michael Wu2015-06-191-6/+6
* Replace fill_color and stroke_color with fill_style and stroke_style in Canva...Hyowon Kim2015-06-061-0/+1
* Layerize canvasecoal952015-05-201-1/+1
* Fix CanvasGradient.addColorStop()Anthony Ramine2015-04-271-1/+1
* Add/update comments with links to specCorey Farwell2015-04-141-0/+2
* Remove some unnecessary uses of `as_slice`Corey Farwell2015-03-291-1/+1
* Enable `unrestricted` types for `CanvasRenderingContext2D`.Tetsuharu OHZEKI2015-03-251-2/+3
* Implement gradient fill styles for canvas.Mátyás Mustoha2015-03-191-1/+71
* script: Implement enough 2D canvas support to render basic SVGs such as the t...Patrick Walton2015-02-221-0/+11