aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/navigationpreloadmanager.rs
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+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-8/+9
* clippy: Fix collapsible_if warnings (#31852)Oluwatobi Sofela2024-03-251-6/+4
* clippy: Fix some warnings in `components/script` (#31849)Ekta Siwach2024-03-251-1/+1
* 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-5/+8
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-4/+4
* serviceworker: make job queue unique per originGregory Terzian2020-05-211-4/+4
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-4/+2
* rename compartment to realmKunal Mohan2020-01-241-9/+9
* Use the newly added inCompartments option everywhere it can beBastien Orivel2019-05-251-25/+9
* Update MPL license to httpsJan Andre Ikenmeyer2019-05-101-1/+1
* Pass InCompartment by valueAron Zwaan2019-04-251-4/+4
* Add proof parameter to Promise::new_in_current_compartmentAron Zwaan2019-04-241-8/+21
* Rename Promise::new to Promise::new_in_current_compartmentAron Zwaan2019-04-031-4/+8
* Remove now-unnecessary must_root and allow(unrooted_must_root) annotationsManish Goregaokar2019-01-041-4/+0
* Introduce NavigationPreloadManager for ServiceWorkerRegistrationCYBAI2018-12-081-0/+141