aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/worklet.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Remove now-unnecessary must_root and allow(unrooted_must_root) annotationsManish Goregaokar2019-01-041-1/+0
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-6/+6
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* Reorder importsPyfisch2018-11-061-8/+8
* Format remaining filesPyfisch2018-11-061-1/+5
* Sort `use` statementsSimon Sapin2018-11-061-7/+7
* `cargo fix --edition`Simon Sapin2018-11-061-29/+29
* Auto merge of #21647 - AgustinCB:fix-space-leak-when-pipeline-is-closed, r=as...bors-servo2018-09-201-4/+26
|\
| * Fix space leak when pipeline is closedAgustin Chiappe Berrini2018-09-081-4/+26
* | Format script componentchansuke2018-09-191-70/+117
* | Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-8/+6
|/
* Add the TaskSourceName to CommonScriptMsg::TaskAgustin Chiappe Berrini2018-09-041-1/+9
* 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