aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/paintworkletglobalscope.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-2/+2
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-9/+9
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-2/+1
* Introduce MainThreadScriptMsg::RegisterPaintWorkletAnthony Ramine2017-09-171-3/+1
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox"Anthony Ramine2017-08-161-2/+1
* Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio"Emilio Cobos Álvarez2017-08-161-1/+2
* Improve WebGL architecture.Imanol Fernandez2017-08-151-2/+1
* Speculatively evaluate paint functions during style.Alan Jeffrey2017-07-311-16/+97
* Implemented paint worklet arguments.Alan Jeffrey2017-07-291-12/+40
* Implement drawing an image from a CSS style value into a canvas.Alan Jeffrey2017-07-211-40/+50
* Fixed scaling artefacts in paint worklets caused by zoom and hidpi.Alan Jeffrey2017-07-201-23/+35
* Implemented paint worklet properties.Alan Jeffrey2017-07-111-21/+51
* Implemented paint worklet rendering context.Alan Jeffrey2017-06-301-42/+56
* Implemented paint worklets invoking worklet scripts.Alan Jeffrey2017-06-291-14/+248
* Update WR (CPU text optimizations, image format renames).Glenn Watson2017-06-161-1/+1
* Implemented the plumbing for paint worklets.Alan Jeffrey2017-06-071-0/+97