aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/worklet.rs
Commit message (Expand)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-40/+26
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-1/+8
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-2/+1
* 26488 Move worklet drop implementation into single droppable memberBenjamin Freist2023-02-131-11/+18
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-5/+8
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* rename compartment to realmKunal Mohan2020-01-241-3/+3
* Bind runnable dispatching in script_runtimeAkash-Pateria2019-11-191-1/+1
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-1/+1
* Use the newly added inCompartments option everywhere it can beBastien Orivel2019-05-251-7/+8
* Update to SpiderMonkey 66.Josh Matthews2019-05-101-2/+2
* Create resource timing entry for sync network fetchpylbrecht2019-05-081-4/+8
* Pass InCompartment by valueAron Zwaan2019-04-251-1/+1
* Add proof parameter to Promise::new_in_current_compartmentAron Zwaan2019-04-241-2/+7
* Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-9/+7
* Rename Promise::new to Promise::new_in_current_compartmentAron Zwaan2019-04-031-1/+2
* Reintroduce parent runtimes for worker threads.Josh Matthews2019-01-151-1/+1
* 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