aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/dedicatedworkerglobalscope.rs
Commit message (Expand)AuthorAgeFilesLines
* chore: Update wgpu (#33506)Samson2024-09-211-4/+4
* Make CanGc derive Copy and Clone (#33407)Taym Haddadi2024-09-121-2/+2
* Propagate `CanGc` from `Document::new()` (#33386)Andriy Sultanov2024-09-091-3/+4
* Initial structuredClone implementation (#32960)Taym Haddadi2024-08-081-2/+2
* webgpu: Remove mutex around Identities (#32682)派卡 (pi-cla)2024-07-031-4/+3
* clippy fixes regarding clone_from (#32482)Peter Mikola2024-06-121-1/+4
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* Fix some clippy warnings in `components/gfx` and `components/script` (#32215)Pi-Cla2024-05-021-3/+3
* Clippy: Fix the error of variants having the same prefix. (#31953)Aarya Khandelwal2024-04-051-13/+10
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-3/+4
* fix redundant closures in component/script/dom (#31917)Ekta Siwach2024-03-281-3/+1
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-1/+1
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-4/+1
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-3/+3
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-4/+4
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-2/+2
* Script: ensure child JS runtimes are dropped before parent (#30896)Gregory Terzian2024-01-041-0/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-25/+28
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+4
* Fix race condition and other issues related to Worker destruction. (#30066)Mukilan Thiyagarajan2023-08-031-2/+4
* feat: shorten thread namesyvt2021-07-191-2/+1
* doc(script): use the recommended format of a WHATWG linkyvt2021-07-131-1/+1
* doc(script): update comments in `run_worker_scope` and `run_serviceworker_scope`yvt2021-07-131-1/+1
* fix(script): Set `DedicatedWorkerGlobalScope`'s origin correctlyyvt2021-07-131-2/+13
* ensure clean shutdown of all threads running JSGregory Terzian2020-06-301-2/+6
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-3/+5
* properly shutdown dedicated workers when the owning scope shuts-downGregory Terzian2020-06-031-0/+1
* add a control chan to workers, use to signal shutdownGregory Terzian2020-06-031-3/+33
* add mechanism to join on service- and dedicated-worker threadsGregory Terzian2020-05-291-3/+3
* check http_state in determine_request_referrerAlexandrov Sergey2020-05-191-0/+4
* Share single gpu_id_hub among all threads in a processKunal Mohan2020-05-151-0/+8
* Support connecting to worker globals from remote devtools.Josh Matthews2020-04-281-1/+13
* Always pass InRealm to GlobalScope::from_context to avoid getting null globalCYBAI2020-02-161-3/+5
* rename compartment to realmKunal Mohan2020-01-241-1/+1
* Remove `origin` parameter from `Worker::handle_message`Kunal Mohan2020-01-041-2/+1
* Auto merge of #24123 - gterzian:redo_blob, r=jdmbors-servo2019-12-191-1/+1
|\
| * re-structure blob, structured serializationGregory Terzian2019-12-111-1/+1
* | Remove Optional pipeline_idWarren Fisher2019-12-191-14/+10
* | devtools: save and send cached messagesPaul Rouget2019-12-061-3/+0
|/
* Auto merge of #24758 - gterzian:impl_timer_task_source, r=noxbors-servo2019-11-261-43/+2
|\
| * impl timer-task-source, dedicated time-out mechanism for service-workerGregory Terzian2019-11-191-43/+2
* | Ensure JS runnables are dispatched to a worker's event loop instead of its pa...Josh Matthews2019-11-221-4/+8
* | Bind runnable dispatching in script_runtimeAkash-Pateria2019-11-191-1/+11
|/
* Use IDL sequence default valueKagami Sascha Rosylight2019-11-041-2/+0
* continue messageport, transferable, postmessage optionsGregory Terzian2019-10-191-30/+70
* begin messageport, transferable objects, implKeith Yeung2019-10-191-6/+15
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-2/+2
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-3/+2
* Wrap(Global)Method now takes a SafeJSContext instead of a JSContextmarmeladema2019-07-241-2/+4
* Create a helper API for entering a DOM object's compartmentKamil Niski2019-06-291-2/+3