| Commit message (Expand) | Author | Age | Files | Lines |
* | Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296) | Martin Robinson | 2024-05-17 | 1 | -1/+1 |
* | Fix some clippy warnings in `components/gfx` and `components/script` (#32215) | Pi-Cla | 2024-05-02 | 1 | -3/+3 |
* | webgpu: Update wgpu to 0.19 (#31995) | Samson | 2024-04-26 | 1 | -1/+1 |
* | Clippy: Fix the error of variants having the same prefix. (#31953) | Aarya Khandelwal | 2024-04-05 | 1 | -9/+9 |
* | Fixed some clippy warning by adding default implementations (#31989) | komuhangi | 2024-04-04 | 1 | -1/+1 |
* | clippy: Allow `too_many_arguments` for existing functions (#31974) | eri | 2024-04-02 | 1 | -5/+3 |
* | clippy: Allow `too_many_arguments` for all functions (#31962) | komuhangi | 2024-04-01 | 1 | -0/+3 |
* | clippy: fixed various clippy warnings in `components/scripts` (#31960) | Rosemary Ajayi | 2024-04-01 | 1 | -1/+1 |
* | fix redundant closures in component/script/dom (#31917) | Ekta Siwach | 2024-03-28 | 1 | -1/+1 |
* | fixes dereferencing on an immutable reference (#31864) | Aarya Khandelwal | 2024-03-26 | 1 | -4/+3 |
* | changed `match` to 'matches!' (#31850) | Aarya Khandelwal | 2024-03-25 | 1 | -4/+1 |
* | clippy: Fix redundant field names warnings (#31793) | Oluwatobi Sofela | 2024-03-20 | 1 | -3/+3 |
* | clippy: Fix dereferenced warnings (#31770) | Oluwatobi Sofela | 2024-03-20 | 1 | -1/+1 |
* | Script: ensure child JS runtimes are dropped before parent (#30896) | Gregory Terzian | 2024-01-04 | 1 | -4/+8 |
* | 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 |