| Commit message (Expand) | Author | Age | Files | Lines |
* | clippy: Fix more clippy warnings in `components/scripts/dom` (#31914) | Rosemary Ajayi | 2024-03-28 | 1 | -1/+1 |
* | clippy: Fix option_map_unit_fn warnings (#31906) | Oluwatobi Sofela | 2024-03-27 | 1 | -4/+3 |
* | clippy: Fix redundant field names warnings (#31793) | Oluwatobi Sofela | 2024-03-20 | 1 | -3/+3 |
* | rustdoc: Fix many rustdoc errors (#31147) | Martin Robinson | 2024-01-22 | 1 | -3/+3 |
* | Replace script_plugins with a clippy like rustc driver (named crown) (#30508) | Samson | 2023-12-01 | 1 | -1/+1 |
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -14/+15 |
* | No tracing of nop traceable fields (#29926) | Samson | 2023-08-04 | 1 | -0/+1 |
* | Fix race condition and other issues related to Worker destruction. (#30066) | Mukilan Thiyagarajan | 2023-08-03 | 1 | -5/+19 |
* | Rename reflect_dom_object2. | Josh Matthews | 2023-05-31 | 1 | -2/+2 |
* | Formatting. | Josh Matthews | 2023-05-28 | 1 | -1/+5 |
* | Support arbitrary protos when wrapping DOM objects with constructors. | Josh Matthews | 2023-05-28 | 1 | -5/+7 |
* | Make GlobalScope.get_cx a static method. | Josh Matthews | 2023-05-20 | 1 | -2/+2 |
* | ensure clean shutdown of all threads running JS | Gregory Terzian | 2020-06-30 | 1 | -1/+7 |
* | add a control chan to workers, use to signal shutdown | Gregory Terzian | 2020-06-03 | 1 | -1/+4 |
* | add mechanism to join on service- and dedicated-worker threads | Gregory Terzian | 2020-05-29 | 1 | -3/+4 |
* | Share single gpu_id_hub among all threads in a process | Kunal Mohan | 2020-05-15 | 1 | -0/+1 |
* | Support connecting to worker globals from remote devtools. | Josh Matthews | 2020-04-28 | 1 | -10/+23 |
* | Support navigating browsing contexts in the devtools. | Josh Matthews | 2020-04-26 | 1 | -1/+1 |
* | Add trait DomObjectWrap to provide WRAP function | YUAN LYU | 2020-03-20 | 1 | -6/+1 |
* | rename compartment to realm | Kunal Mohan | 2020-01-24 | 1 | -1/+1 |
* | Modify `script` to prevent further violations of snake_case | Kunal Mohan | 2020-01-18 | 1 | -1/+1 |
* | Remove `origin` parameter from `Worker::handle_message` | Kunal Mohan | 2020-01-04 | 1 | -13/+2 |
* | Remove Optional pipeline_id | Warren Fisher | 2019-12-19 | 1 | -1/+1 |
* | `WorkerId` changed to type UUID. | Kunal Mohan | 2019-12-10 | 1 | -2/+3 |
* | Use IDL sequence default value | Kagami Sascha Rosylight | 2019-11-04 | 1 | -2/+0 |
* | continue messageport, transferable, postmessage options | Gregory Terzian | 2019-10-19 | 1 | -14/+61 |
* | begin messageport, transferable objects, impl | Keith Yeung | 2019-10-19 | 1 | -5/+13 |
* | Modify *::get_cx methods to return a safe JSContext instead of a raw one | marmeladema | 2019-07-24 | 1 | -2/+2 |
* | Convert CGTraitInterface to use safe JSContext instead of raw JSContext | marmeladema | 2019-07-24 | 1 | -4/+4 |
* | Create a helper API for entering a DOM object's compartment | Kamil Niski | 2019-06-29 | 1 | -2/+3 |
* | Extract canvas operations for reuse by OffscreenCanvas. | Maharsh | 2019-05-22 | 1 | -0/+1 |
* | Auto merge of #23309 - CYBAI:update-workers, r=nox | bors-servo | 2019-05-11 | 1 | -3/+12 |
|\ |
|
| * | Update Worker webidl to support WorkerOptions | CYBAI | 2019-05-11 | 1 | -3/+12 |
* | | Update to SpiderMonkey 66. | Josh Matthews | 2019-05-10 | 1 | -2/+2 |
|/ |
|
* | Provide the source window as part of postMessage events. | Josh Matthews | 2019-01-07 | 1 | -1/+1 |
* | Fix new warnings | Simon Sapin | 2019-01-04 | 1 | -4/+0 |
* | 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 | -2/+2 |
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -3/+5 |
* | Sort `use` statements | Simon Sapin | 2018-11-06 | 1 | -2/+2 |
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -17/+17 |
* | Format script component | chansuke | 2018-09-19 | 1 | -21/+36 |
* | Replace mpsc with crossbeam/servo channel, update ipc-channel | Simon Sapin | 2018-09-12 | 1 | -1/+1 |
* | introduce task-queues, and throttling the performance-timeline task-source, i... | Gregory Terzian | 2018-08-31 | 1 | -5/+5 |
* | Auto merge of #21430 - Eijebong:ws-origin, r=jdm | bors-servo | 2018-08-22 | 1 | -1/+1 |
|\ |
|
| * | Properly set the origin on websocket messages | Bastien Orivel | 2018-08-16 | 1 | -1/+1 |
* | | Upgraded to SM 60 | Alan Jeffrey | 2018-08-20 | 1 | -10/+7 |
|/ |
|
* | Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393 | Marcin Mielniczuk | 2018-03-28 | 1 | -1/+2 |
* | added autoclose worker | Nupur Baghel | 2018-02-22 | 1 | -0/+1 |
* | Replace all uses of the `heapsize` crate with `malloc_size_of`. | Nicholas Nethercote | 2017-10-18 | 1 | -2/+3 |