aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/paintrenderingcontext2d.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-5/+5
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Implement Ellipse Canvas 2D APIJoone Hur2017-09-011-0/+5
* Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox"Anthony Ramine2017-08-161-5/+5
* Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio"Emilio Cobos Álvarez2017-08-161-5/+5
* Improve WebGL architecture.Imanol Fernandez2017-08-151-5/+5
* Implement drawing an image from a CSS style value into a canvas.Alan Jeffrey2017-07-211-6/+14
* Fixed scaling artefacts in paint worklets caused by zoom and hidpi.Alan Jeffrey2017-07-201-6/+26
* Implemented paint worklet rendering context.Alan Jeffrey2017-06-301-5/+354
* Implemented paint worklets invoking worklet scripts.Alan Jeffrey2017-06-291-0/+29