aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/serviceworkerregistration.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-2/+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-13/+13
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+2
* 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-1/+1
* Implement PolicyContainer and update the default ReferrerPolicy (#33977)shanehandley2024-11-081-2/+7
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-6/+6
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-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-9/+12
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+2
* serviceworker: make job queue unique per originGregory Terzian2020-05-211-28/+40
* Support connecting to worker globals from remote devtools.Josh Matthews2020-04-281-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-4/+1
* Remove Optional pipeline_idWarren Fisher2019-12-191-1/+1
* `WorkerId` changed to type UUID.Kunal Mohan2019-12-101-1/+3
* Introduce NavigationPreloadManager for ServiceWorkerRegistrationCYBAI2018-12-081-3/+39
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update webidl of ServiceWorkerRegistrationCYBAI2018-11-111-0/+9
* Reorder importsPyfisch2018-11-061-2/+4
* `cargo fix --edition`Simon Sapin2018-11-061-9/+9
* Format script componentchansuke2018-09-191-11/+24
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-12/+12
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-5/+5
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Initial work on job queues for service workersRahul Sharma2016-11-221-9/+29
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-6/+6
* Make create_scope_things take a &GlobalScopeAnthony Ramine2016-10-061-7/+5
* Make prepare_workerscope_init take a &GlobalScopeAnthony Ramine2016-10-061-1/+1
* Introduce GlobalScope::pipeline_idAnthony Ramine2016-10-061-2/+2
* Introduce GlobalScope::devtools_chanAnthony Ramine2016-10-061-2/+4
* Introduce GlobalScope::get_next_worker_idAnthony Ramine2016-10-061-1/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-1/+2
* Remove ScopeThings::pipeline_idAnthony Ramine2016-10-041-1/+0
* Replace instances of old ServiceWorker specification URL with new oneVignesh Sarma K (വിഘ്നേഷ് ശ൪മ കെ)2016-09-251-4/+4
* Auto merge of #12910 - creativcoder:swsender, r=jdmbors-servo2016-09-151-4/+4
|\
| * make structured clone an enumRahul Sharma2016-09-151-4/+4
| * store senders instead of buffering messagesRahul Sharma2016-09-071-7/+2
| * Make service workers talk to their serviceworkerglobalscopesRahul Sharma2016-09-071-1/+6
* | Use fn pipeline_id consistently, not fn pipelineAneesh Agrawal2016-09-131-2/+2
|/
* Integrate service worker manager threadRahul Sharma2016-07-161-3/+41
* implement related sw interface and register methodRahul Sharma2016-06-021-0/+67