aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/serviceworkercontainer.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-3/+3
* constellation: Rename messages sent to the `Constellation` (#36341)Martin Robinson2025-04-041-2/+4
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* refactor: add CanGc as argument to Promise::reject_error (#35646)Yerkebulan Tulibergenov2025-02-251-16/+26
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-1/+1
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-1/+2
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-3/+3
* 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-3/+3
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-6/+5
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-41/+30
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-3/+2
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+1
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-1/+3
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-181-8/+5
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-2/+2
* clippy: Fix dereferencing a tuple pattern warnings (#31811)Oluwatobi Sofela2024-03-211-1/+1
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-2/+2
* 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-12/+13
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-1/+1
* serviceworker: make job queue unique per originGregory Terzian2020-05-211-30/+164
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-4/+2
* rename compartment to realmKunal Mohan2020-01-241-3/+3
* Use the newly added inCompartments option everywhere it can beBastien Orivel2019-05-251-7/+8
* Update Worker webidl to support WorkerOptionsCYBAI2019-05-111-1/+2
* Pass InCompartment by valueAron Zwaan2019-04-251-1/+1
* Add proof parameter to Promise::new_in_current_compartmentAron Zwaan2019-04-241-2/+6
* Rename Promise::new to Promise::new_in_current_compartmentAron Zwaan2019-04-031-1/+2
* Remove now-unnecessary must_root and allow(unrooted_must_root) annotationsManish Goregaokar2019-01-041-1/+1
* Explain unrooted_must_root on ServiceWorkerContainer::RegisterManish Goregaokar2019-01-041-3/+4
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-2/+4
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-13/+13
* Format script componentchansuke2018-09-191-14/+24
* Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-2/+2
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Make Promise::reject_error soundAnthony Ramine2017-09-221-7/+6
* Introduce MainThreadScriptMsg::DispatchJobQueueAnthony Ramine2017-09-171-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Remove HeapGCValueAnthony Ramine2016-12-121-2/+2
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1