aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/canvaspattern.rs
Commit message (Expand)AuthorAgeFilesLines
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-5/+5
* Make HTMLCanvasElement::get_size return a Size2D<u32>Anthony Ramine2018-10-021-4/+4
* Format script componentchansuke2018-09-191-18/+25
* Remove use of unstable box syntax.Simon Sapin2017-10-161-4/+7
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox"Anthony Ramine2017-08-161-1/+1
* Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio"Emilio Cobos Álvarez2017-08-161-1/+1
* Improve WebGL architecture.Imanol Fernandez2017-08-151-1/+1
* Bump euclid to 0.14.Nicolas Silva2017-06-141-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+2
* Add origin-clean flag tracking for canvasDavid Zbarsky2015-12-171-3/+11
* Rustfmt some of script.Ms2ger2015-11-181-4/+10
* more refactoringrohan.prinja2015-10-301-1/+1
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Upgrade to SM 39Michael Wu2015-06-191-4/+4
* Use euclid from crates.ioecoal952015-06-191-1/+1
* Implementation of pattern fill style for canvas.Hyowon Kim2015-06-131-1/+43
* Add/update comments with links to specCorey Farwell2015-04-141-0/+1
* script: Implement enough 2D canvas support to render basic SVGs such as the t...Patrick Walton2015-02-221-0/+12