aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/workerglobalscope.rs
Commit message (Expand)AuthorAgeFilesLines
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+1
* clippy: Fix all errors in `components/script` (#31911)Azhar Ismagulova2024-03-281-1/+2
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-1/+1
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-1/+1
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-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-23/+27
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+4
* Fix race condition and other issues related to Worker destruction. (#30066)Mukilan Thiyagarajan2023-08-031-4/+13
* Add creation url and Secure ContextsJonathan Kingston2020-11-251-0/+9
* ensure clean shutdown of all threads running JSGregory Terzian2020-06-301-11/+12
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-1/+1
* remove messagaging and worker infra on workerscope exitsGregory Terzian2020-06-031-0/+5
* serviceworker: turn-off event-loop, don't assume current scope, clear runtime...Gregory Terzian2020-05-211-9/+19
* Share single gpu_id_hub among all threads in a processKunal Mohan2020-05-151-0/+4
* Auto merge of #26296 - ramyananth:master, r=jdmbors-servo2020-04-301-0/+15
|\
| * implemented CreateImageBitmap function for Canvas image sourceJayalakshmiV2020-04-291-0/+15
* | Support connecting to worker globals from remote devtools.Josh Matthews2020-04-281-1/+2
|/
* Always pass InRealm to GlobalScope::from_context to avoid getting null globalCYBAI2020-02-161-7/+3
* rename compartment to realmKunal Mohan2020-01-241-2/+2
* queueMicrotask addedPatrick Shaughnessy2020-01-131-0/+7
* Add accountable-refcell as optional build time featureKunal Mohan2020-01-081-2/+1
* `WorkerId` changed to type UUID.Kunal Mohan2019-12-101-1/+2
* impl timer-task-source, dedicated time-out mechanism for service-workerGregory Terzian2019-11-191-7/+5
* Use TimerHandler IDL union typeKagami Sascha Rosylight2019-11-051-38/+13
* begin messageport, transferable objects, implKeith Yeung2019-10-191-0/+5
* introduce a pipeline namespace installerGregory Terzian2019-08-211-1/+3
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-9/+10
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-12/+9
* Script: removed a few opts::get()oneturkmen2019-06-261-0/+4
* Upgrade to Spidermonkey 67.Josh Matthews2019-06-261-1/+1
* Add an inCompartments config for bindingsBastien Orivel2019-05-241-1/+3
* Auto merge of #23351 - CYBAI:fix-modes, r=noxbors-servo2019-05-161-1/+4
|\
| * Introduce parser metadata for requestCYBAI2019-05-111-1/+4
* | Auto merge of #23309 - CYBAI:update-workers, r=noxbors-servo2019-05-111-0/+8
|\ \
| * | Update Worker webidl to support WorkerOptionsCYBAI2019-05-111-0/+8
| |/
* / Update to SpiderMonkey 66.Josh Matthews2019-05-101-2/+2
|/
* Create resource timing entry for sync network fetchpylbrecht2019-05-081-15/+22
* set referrer in window.load_urlRussell Cousineau2019-04-191-2/+1
* Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-12/+10
* Reintroduce parent runtimes for worker threads.Josh Matthews2019-01-151-1/+5
* refactored performance timing to align with updated specddh2018-11-201-5/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Reorder importsPyfisch2018-11-061-5/+5
* Sort `use` statementsSimon Sapin2018-11-061-11/+11
* `cargo fix --edition`Simon Sapin2018-11-061-30/+30
* Make first argument of DOMManipulationTaskSource as a Box<ScriptChan +CYBAI2018-10-181-0/+5