aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/worker.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: Fix more clippy warnings in `components/scripts/dom` (#31914)Rosemary Ajayi2024-03-281-1/+1
* clippy: Fix option_map_unit_fn warnings (#31906)Oluwatobi Sofela2024-03-271-4/+3
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-3/+3
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-3/+3
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-14/+15
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Fix race condition and other issues related to Worker destruction. (#30066)Mukilan Thiyagarajan2023-08-031-5/+19
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-1/+5
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-5/+7
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-2/+2
* ensure clean shutdown of all threads running JSGregory Terzian2020-06-301-1/+7
* add a control chan to workers, use to signal shutdownGregory Terzian2020-06-031-1/+4
* add mechanism to join on service- and dedicated-worker threadsGregory Terzian2020-05-291-3/+4
* Share single gpu_id_hub among all threads in a processKunal Mohan2020-05-151-0/+1
* Support connecting to worker globals from remote devtools.Josh Matthews2020-04-281-10/+23
* Support navigating browsing contexts in the devtools.Josh Matthews2020-04-261-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* rename compartment to realmKunal Mohan2020-01-241-1/+1
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-1/+1
* Remove `origin` parameter from `Worker::handle_message`Kunal Mohan2020-01-041-13/+2
* Remove Optional pipeline_idWarren Fisher2019-12-191-1/+1
* `WorkerId` changed to type UUID.Kunal Mohan2019-12-101-2/+3
* Use IDL sequence default valueKagami Sascha Rosylight2019-11-041-2/+0
* continue messageport, transferable, postmessage optionsGregory Terzian2019-10-191-14/+61
* begin messageport, transferable objects, implKeith Yeung2019-10-191-5/+13
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-2/+2
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-4/+4
* Create a helper API for entering a DOM object's compartmentKamil Niski2019-06-291-2/+3
* Extract canvas operations for reuse by OffscreenCanvas.Maharsh2019-05-221-0/+1
* Auto merge of #23309 - CYBAI:update-workers, r=noxbors-servo2019-05-111-3/+12
|\
| * Update Worker webidl to support WorkerOptionsCYBAI2019-05-111-3/+12
* | Update to SpiderMonkey 66.Josh Matthews2019-05-101-2/+2
|/
* Provide the source window as part of postMessage events.Josh Matthews2019-01-071-1/+1
* Fix new warningsSimon Sapin2019-01-041-4/+0
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-2/+2
* Reorder importsPyfisch2018-11-061-3/+5
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-17/+17
* Format script componentchansuke2018-09-191-21/+36
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-1/+1
* introduce task-queues, and throttling the performance-timeline task-source, i...Gregory Terzian2018-08-311-5/+5
* Auto merge of #21430 - Eijebong:ws-origin, r=jdmbors-servo2018-08-221-1/+1
|\
| * Properly set the origin on websocket messagesBastien Orivel2018-08-161-1/+1
* | Upgraded to SM 60Alan Jeffrey2018-08-201-10/+7
|/
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-1/+2
* added autoclose workerNupur Baghel2018-02-221-0/+1
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-2/+3