| Commit message (Expand) | Author | Age | Files | Lines |
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -20/+22 |
* | fix: Enter realm before dispatch activate (#30271) | Li-Hsuan Hsieh | 2023-09-01 | 1 | -0/+1 |
* | No tracing of nop traceable fields (#29926) | Samson | 2023-08-04 | 1 | -2/+7 |
* | Fix race condition and other issues related to Worker destruction. (#30066) | Mukilan Thiyagarajan | 2023-08-03 | 1 | -2/+4 |
* | feat: shorten thread names | yvt | 2021-07-19 | 1 | -1/+1 |
* | doc(script): update comments in `run_worker_scope` and `run_serviceworker_scope` | yvt | 2021-07-13 | 1 | -2/+2 |
* | Use ExtendableMessageEvent for messageerror in service workers | Kyle Nosar | 2020-07-30 | 1 | -2/+1 |
* | ensure clean shutdown of all threads running JS | Gregory Terzian | 2020-06-30 | 1 | -2/+12 |
* | Make url for "client" referrer mandatory | Matthias Deiml | 2020-06-17 | 1 | -13/+14 |
* | turn serviceworker event-loop back on | Gregory Terzian | 2020-06-03 | 1 | -3/+1 |
* | add a control chan to workers, use to signal shutdown | Gregory Terzian | 2020-06-03 | 1 | -14/+41 |
* | add mechanism to join on service- and dedicated-worker threads | Gregory Terzian | 2020-05-29 | 1 | -3/+3 |
* | serviceworker: turn-off event-loop, don't assume current scope, clear runtime... | Gregory Terzian | 2020-05-21 | 1 | -36/+27 |
* | Share single gpu_id_hub among all threads in a process | Kunal Mohan | 2020-05-15 | 1 | -0/+4 |
* | Always pass InRealm to GlobalScope::from_context to avoid getting null global | CYBAI | 2020-02-16 | 1 | -3/+5 |
* | rename compartment to realm | Kunal Mohan | 2020-01-24 | 1 | -1/+1 |
* | Remove Optional pipeline_id | Warren Fisher | 2019-12-19 | 1 | -1/+1 |
* | devtools: save and send cached messages | Paul Rouget | 2019-12-06 | 1 | -3/+0 |
* | Auto merge of #24758 - gterzian:impl_timer_task_source, r=nox | bors-servo | 2019-11-26 | 1 | -47/+40 |
|\ |
|
| * | impl timer-task-source, dedicated time-out mechanism for service-worker | Gregory Terzian | 2019-11-19 | 1 | -47/+40 |
* | | Bind runnable dispatching in script_runtime | Akash-Pateria | 2019-11-19 | 1 | -1/+1 |
|/ |
|
* | continue messageport, transferable, postmessage options | Gregory Terzian | 2019-10-19 | 1 | -2/+13 |
* | begin messageport, transferable objects, impl | Keith Yeung | 2019-10-19 | 1 | -2/+2 |
* | Modify *::get_cx methods to return a safe JSContext instead of a raw one | marmeladema | 2019-07-24 | 1 | -2/+2 |
* | Wrap(Global)Method now takes a SafeJSContext instead of a JSContext | marmeladema | 2019-07-24 | 1 | -2/+4 |
* | Create a helper API for entering a DOM object's compartment | Kamil Niski | 2019-06-29 | 1 | -3/+3 |
* | Auto merge of #23351 - CYBAI:fix-modes, r=nox | bors-servo | 2019-05-16 | 1 | -1/+2 |
|\ |
|
| * | Introduce parser metadata for request | CYBAI | 2019-05-11 | 1 | -1/+2 |
* | | Auto merge of #23309 - CYBAI:update-workers, r=nox | bors-servo | 2019-05-11 | 1 | -0/+3 |
|\ \ |
|
| * | | Update Worker webidl to support WorkerOptions | CYBAI | 2019-05-11 | 1 | -0/+3 |
| |/ |
|
* / | Update to SpiderMonkey 66. | Josh Matthews | 2019-05-10 | 1 | -3/+2 |
|/ |
|
* | Create resource timing entry for sync network fetch | pylbrecht | 2019-05-08 | 1 | -11/+15 |
* | set referrer in window.load_url | Russell Cousineau | 2019-04-19 | 1 | -2/+4 |
* | Implementing the builder pattern for RequestInit | Lucas Fantacuci | 2019-04-10 | 1 | -12/+9 |
* | #8539 Config preferences backend restructure | Peter Hall | 2019-03-20 | 1 | -5/+2 |
* | in BC event-loop, only run tasks related to fully-active documents | Gregory Terzian | 2019-03-06 | 1 | -1/+13 |
* | Reintroduce parent runtimes for worker threads. | Josh Matthews | 2019-01-15 | 1 | -1/+1 |
* | Update MPL license to https (part 3) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
* | Update crossbeam-channel to 0.3 | Bastien Orivel | 2018-11-18 | 1 | -4/+6 |
* | Update webidl of ServiceWorkerGlobalScope | mandreyel | 2018-11-13 | 1 | -1/+4 |
* | `cargo fix --edition-idioms` | Simon Sapin | 2018-11-08 | 1 | -2/+2 |
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -5/+7 |
* | Sort `use` statements | Simon Sapin | 2018-11-06 | 1 | -4/+4 |
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -20/+20 |
* | Update to new ServiceWorker spec link | CYBAI | 2018-11-04 | 1 | -1/+1 |
* | Format script component | chansuke | 2018-09-19 | 1 | -131/+182 |
* | Replace mpsc with crossbeam/servo channel, update ipc-channel | Simon Sapin | 2018-09-12 | 1 | -3/+2 |
* | Add the TaskSourceName to CommonScriptMsg::Task | Agustin Chiappe Berrini | 2018-09-04 | 1 | -12/+12 |
* | introduce a generic worker event-loop | Gregory Terzian | 2018-08-31 | 1 | -64/+41 |
* | introduce task-queues, and throttling the performance-timeline task-source, i... | Gregory Terzian | 2018-08-31 | 1 | -27/+103 |