| Commit message (Expand) | Author | Age | Files | Lines |
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -23/+27 |
* | No tracing of nop traceable fields (#29926) | Samson | 2023-08-04 | 1 | -0/+4 |
* | Fix race condition and other issues related to Worker destruction. (#30066) | Mukilan Thiyagarajan | 2023-08-03 | 1 | -4/+13 |
* | Add creation url and Secure Contexts | Jonathan Kingston | 2020-11-25 | 1 | -0/+9 |
* | ensure clean shutdown of all threads running JS | Gregory Terzian | 2020-06-30 | 1 | -11/+12 |
* | Make url for "client" referrer mandatory | Matthias Deiml | 2020-06-17 | 1 | -1/+1 |
* | remove messagaging and worker infra on workerscope exits | Gregory Terzian | 2020-06-03 | 1 | -0/+5 |
* | serviceworker: turn-off event-loop, don't assume current scope, clear runtime... | Gregory Terzian | 2020-05-21 | 1 | -9/+19 |
* | Share single gpu_id_hub among all threads in a process | Kunal Mohan | 2020-05-15 | 1 | -0/+4 |
* | Auto merge of #26296 - ramyananth:master, r=jdm | bors-servo | 2020-04-30 | 1 | -0/+15 |
|\ |
|
| * | implemented CreateImageBitmap function for Canvas image source | JayalakshmiV | 2020-04-29 | 1 | -0/+15 |
* | | Support connecting to worker globals from remote devtools. | Josh Matthews | 2020-04-28 | 1 | -1/+2 |
|/ |
|
* | Always pass InRealm to GlobalScope::from_context to avoid getting null global | CYBAI | 2020-02-16 | 1 | -7/+3 |
* | rename compartment to realm | Kunal Mohan | 2020-01-24 | 1 | -2/+2 |
* | queueMicrotask added | Patrick Shaughnessy | 2020-01-13 | 1 | -0/+7 |
* | Add accountable-refcell as optional build time feature | Kunal Mohan | 2020-01-08 | 1 | -2/+1 |
* | `WorkerId` changed to type UUID. | Kunal Mohan | 2019-12-10 | 1 | -1/+2 |
* | impl timer-task-source, dedicated time-out mechanism for service-worker | Gregory Terzian | 2019-11-19 | 1 | -7/+5 |
* | Use TimerHandler IDL union type | Kagami Sascha Rosylight | 2019-11-05 | 1 | -38/+13 |
* | begin messageport, transferable objects, impl | Keith Yeung | 2019-10-19 | 1 | -0/+5 |
* | introduce a pipeline namespace installer | Gregory Terzian | 2019-08-21 | 1 | -1/+3 |
* | Modify *::get_cx methods to return a safe JSContext instead of a raw one | marmeladema | 2019-07-24 | 1 | -9/+10 |
* | Convert CGTraitInterface to use safe JSContext instead of raw JSContext | marmeladema | 2019-07-24 | 1 | -12/+9 |
* | Script: removed a few opts::get() | oneturkmen | 2019-06-26 | 1 | -0/+4 |
* | Upgrade to Spidermonkey 67. | Josh Matthews | 2019-06-26 | 1 | -1/+1 |
* | Add an inCompartments config for bindings | Bastien Orivel | 2019-05-24 | 1 | -1/+3 |
* | Auto merge of #23351 - CYBAI:fix-modes, r=nox | bors-servo | 2019-05-16 | 1 | -1/+4 |
|\ |
|
| * | Introduce parser metadata for request | CYBAI | 2019-05-11 | 1 | -1/+4 |
* | | Auto merge of #23309 - CYBAI:update-workers, r=nox | bors-servo | 2019-05-11 | 1 | -0/+8 |
|\ \ |
|
| * | | Update Worker webidl to support WorkerOptions | CYBAI | 2019-05-11 | 1 | -0/+8 |
| |/ |
|
* / | Update to SpiderMonkey 66. | Josh Matthews | 2019-05-10 | 1 | -2/+2 |
|/ |
|
* | Create resource timing entry for sync network fetch | pylbrecht | 2019-05-08 | 1 | -15/+22 |
* | set referrer in window.load_url | Russell Cousineau | 2019-04-19 | 1 | -2/+1 |
* | Implementing the builder pattern for RequestInit | Lucas Fantacuci | 2019-04-10 | 1 | -12/+10 |
* | Reintroduce parent runtimes for worker threads. | Josh Matthews | 2019-01-15 | 1 | -1/+5 |
* | refactored performance timing to align with updated spec | ddh | 2018-11-20 | 1 | -5/+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 | -1/+1 |
* | `cargo fix --edition-idioms` | Simon Sapin | 2018-11-08 | 1 | -2/+2 |
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -5/+5 |
* | Sort `use` statements | Simon Sapin | 2018-11-06 | 1 | -11/+11 |
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -30/+30 |
* | Make first argument of DOMManipulationTaskSource as a Box<ScriptChan + | CYBAI | 2018-10-18 | 1 | -0/+5 |
* | Format script component | chansuke | 2018-09-19 | 1 | -52/+98 |
* | Replace mpsc with crossbeam/servo channel, update ipc-channel | Simon Sapin | 2018-09-12 | 1 | -1/+1 |
* | Add Websocket task source | Agustin Chiappe Berrini | 2018-09-08 | 1 | -0/+5 |
* | Add the TaskSourceName to CommonScriptMsg::Task | Agustin Chiappe Berrini | 2018-09-04 | 1 | -1/+1 |
* | introduce task-queues, and throttling the performance-timeline task-source, i... | Gregory Terzian | 2018-08-31 | 1 | -2/+0 |
* | Upgraded to SM 60 | Alan Jeffrey | 2018-08-20 | 1 | -5/+1 |
* | use remote-event task source in EventSource | Gregory Terzian | 2018-07-13 | 1 | -0/+5 |