aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/serviceworkerglobalscope.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reintroduce parent runtimes for worker threads.Josh Matthews2019-01-151-1/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-4/+6
* Update webidl of ServiceWorkerGlobalScopemandreyel2018-11-131-1/+4
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Reorder importsPyfisch2018-11-061-5/+7
* Sort `use` statementsSimon Sapin2018-11-061-4/+4
* `cargo fix --edition`Simon Sapin2018-11-061-20/+20
* Update to new ServiceWorker spec linkCYBAI2018-11-041-1/+1
* Format script componentchansuke2018-09-191-131/+182
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-3/+2
* Add the TaskSourceName to CommonScriptMsg::TaskAgustin Chiappe Berrini2018-09-041-12/+12
* introduce a generic worker event-loopGregory Terzian2018-08-311-64/+41
* introduce task-queues, and throttling the performance-timeline task-source, i...Gregory Terzian2018-08-311-27/+103