aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/worklet.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-2/+2
* Move script_runtime::StackRootTLS to root::ThreadLocalStackRootsAnthony Ramine2017-09-271-3/+2
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-4/+4
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-5/+5
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-3/+1
* Make Promise::reject_error soundAnthony Ramine2017-09-221-1/+1
* Rename Task to TaskBoxAnthony Ramine2017-09-201-2/+2
* Make Task require SendAnthony Ramine2017-09-201-2/+3
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+2
* Rename Runnable to TaskAnthony Ramine2017-09-161-9/+7
* order derivable traits listsClément DAVID2017-08-231-2/+2
* make use of ScriptToConstellationChanPaul Rouget2017-08-151-2/+2
* Auto merge of #16508 - brainlessdeveloper:fetch-set-origin, r=asajeffreybors-servo2017-07-171-4/+1
|\
| * Change RequestInit origin type to ImmutableOriginFausto Núñez Alberro2017-07-161-4/+1
* | Implemented paint worklet properties.Alan Jeffrey2017-07-111-41/+20
|/
* Implemented paint worklet rendering context.Alan Jeffrey2017-06-301-10/+22
* Implemented paint worklets invoking worklet scripts.Alan Jeffrey2017-06-291-0/+3
* Implemented the plumbing for paint worklets.Alan Jeffrey2017-06-071-1/+51
* Implemented Houdini worklets.Alan Jeffrey2017-05-171-0/+637