aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/worker.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-1/+1
* Make DOMPoint and DOMPointReadOnly serializable (#35989)Josh Matthews2025-03-271-1/+1
* devtools: Use `webview_id` as `browser_id` (#35956)atbrakhi2025-03-191-1/+3
* Register iframes with the devtools (#35874)Simon Wülker2025-03-091-0/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-3/+3
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-0/+1
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-6/+6
* script: Use `enum`s for event loop senders and receivers (#34896)Martin Robinson2025-01-081-3/+1
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-1/+4
* Add `webgpu` feature flag (#34444)atbrakhi2024-12-051-0/+1
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Implement referrer policy for dom worker construction (#34192)shanehandley2024-11-091-2/+7
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-3/+3
* Prevent moving CanGc values between threads/tasks (#33902)Josh Matthews2024-10-181-1/+0
* More files with CanGc fixes (#33892)chickenleaf2024-10-181-3/+15
* Various CanGc fixes (#33800)webbeef2024-10-111-1/+1
* use `ThreadSafeJSContext` instead of `ContextForRequestInterrupt` (#33769)Samson2024-10-101-4/+5
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-62/+62
* Propagate `CanGc` from `Document::new()` (#33386)Andriy Sultanov2024-09-091-0/+1
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-2/+5
* Initial structuredClone implementation (#32960)Taym Haddadi2024-08-081-2/+2
* 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