aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/serviceworkerglobalscope.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* webgpu: Update wgpu to 0.19 (#31995)Samson2024-04-261-1/+1
* Clippy: Fix the error of variants having the same prefix. (#31953)Aarya Khandelwal2024-04-051-9/+9
* Fixed some clippy warning by adding default implementations (#31989)komuhangi2024-04-041-1/+1
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-5/+3
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+3
* clippy: fixed various clippy warnings in `components/scripts` (#31960)Rosemary Ajayi2024-04-011-1/+1
* fix redundant closures in component/script/dom (#31917)Ekta Siwach2024-03-281-1/+1
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-4/+3
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-4/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-3/+3
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-1/+1
* Script: ensure child JS runtimes are dropped before parent (#30896)Gregory Terzian2024-01-041-4/+8
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-20/+22
* fix: Enter realm before dispatch activate (#30271)Li-Hsuan Hsieh2023-09-011-0/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-2/+7
* Fix race condition and other issues related to Worker destruction. (#30066)Mukilan Thiyagarajan2023-08-031-2/+4
* feat: shorten thread namesyvt2021-07-191-1/+1
* doc(script): update comments in `run_worker_scope` and `run_serviceworker_scope`yvt2021-07-131-2/+2
* Use ExtendableMessageEvent for messageerror in service workersKyle Nosar2020-07-301-2/+1
* ensure clean shutdown of all threads running JSGregory Terzian2020-06-301-2/+12
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-13/+14
* turn serviceworker event-loop back onGregory Terzian2020-06-031-3/+1
* add a control chan to workers, use to signal shutdownGregory Terzian2020-06-031-14/+41
* add mechanism to join on service- and dedicated-worker threadsGregory Terzian2020-05-291-3/+3
* serviceworker: turn-off event-loop, don't assume current scope, clear runtime...Gregory Terzian2020-05-211-36/+27
* Share single gpu_id_hub among all threads in a processKunal Mohan2020-05-151-0/+4
* 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 Optional pipeline_idWarren Fisher2019-12-191-1/+1
* 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-47/+40
|\
| * impl timer-task-source, dedicated time-out mechanism for service-workerGregory Terzian2019-11-191-47/+40
* | Bind runnable dispatching in script_runtimeAkash-Pateria2019-11-191-1/+1
|/
* continue messageport, transferable, postmessage optionsGregory Terzian2019-10-191-2/+13
* begin messageport, transferable objects, implKeith Yeung2019-10-191-2/+2
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-2/+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-3/+3
* Auto merge of #23351 - CYBAI:fix-modes, r=noxbors-servo2019-05-161-1/+2
|\
| * Introduce parser metadata for requestCYBAI2019-05-111-1/+2
* | Auto merge of #23309 - CYBAI:update-workers, r=noxbors-servo2019-05-111-0/+3
|\ \
| * | Update Worker webidl to support WorkerOptionsCYBAI2019-05-111-0/+3
| |/
* / Update to SpiderMonkey 66.Josh Matthews2019-05-101-3/+2
|/
* Create resource timing entry for sync network fetchpylbrecht2019-05-081-11/+15
* set referrer in window.load_urlRussell Cousineau2019-04-191-2/+4
* Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-12/+9
* #8539 Config preferences backend restructurePeter Hall2019-03-201-5/+2
* in BC event-loop, only run tasks related to fully-active documentsGregory Terzian2019-03-061-1/+13