aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/navigation.rs
Commit message (Expand)AuthorAgeFilesLines
* Create a `constellation_traits` crate (#36088)Martin Robinson2025-03-221-1/+2
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-1/+1
* base: Finish rename of `TopLevelBrowsingContextId` to `WebViewId` (#35896)Martin Robinson2025-03-111-6/+6
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-1/+8
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-15/+17
* net: Use `RequestId` to cancel fetches instead of creating an IPC channel (#3...Martin Robinson2025-01-111-3/+0
* script: Move navigation fetching to the `ScriptThread` (#34919)Martin Robinson2025-01-101-0/+224