aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/worklet.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgraded to SM 60Alan Jeffrey2018-08-201-2/+2
* Bump ipc-channel and bincodeBastien Orivel2018-03-211-1/+1
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-2/+2
* Auto merge of #18670 - avadacatavra:interactive-metrics, r=jdmbors-servo2017-10-251-1/+1
|\
| * added time to interactive metrics, refactored metrics to use traitsddh2017-10-241-1/+1
* | Merge request type and destinationKeith Yeung2017-10-231-2/+0
|/
* Do not trace Rust values when thread is shutting down.Josh Matthews2017-10-201-1/+1
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-3/+3
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-5/+5
* 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