aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared/net/request.rs
Commit message (Expand)AuthorAgeFilesLines
* Check all ancestor navigable trustworthiness for mixed content (#36157)Sebastian C2025-04-051-0/+13
* Implement `nonce` attribute to pass more CSP checks (#35876)Simon Wülker2025-03-101-1/+66
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Update to rust 1.85 (#35628)Simon Wülker2025-02-241-3/+3
* implemented feture and tests (#35309)Domenico Rizzo2025-02-101-0/+13
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-1/+28
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-15/+8
* [#34767] - Range header is missing from CORS header safelist (#35138)Domenico Rizzo2025-01-241-0/+33
* net: Use `RequestId` to cancel fetches instead of creating an IPC channel (#3...Martin Robinson2025-01-111-9/+9
* Remove obselete request parameter. (#34867)Shubham Gupta2025-01-071-3/+0
* fix: add source browsing context to `Request` and HTTP credentials prompt (#3...Jason Tsai2025-01-031-2/+14
* Remove referrer policy from document (#34263)shanehandley2024-11-191-5/+5
* Implement PolicyContainer and update the default ReferrerPolicy (#33977)shanehandley2024-11-081-18/+12
* clippy: Rename `RequestId::new()` to `RequestId::next()` and fix one more iss...komuhangi2024-10-181-2/+2
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-0/+25
* Initial support for `<link rel="prefetch">` (#33345)Simon Wülker2024-09-091-0/+2
* Add a directory listing feature for `file` URLs (#32580)Martin Robinson2024-06-261-0/+6
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* clippy: Fix warnings in `components/shared` (#31627)eri2024-03-121-0/+1
* clippy: fix warnings in components/shared (#31565)eri2024-03-081-5/+5
* Fix rustdoc errors in `components/shared` (#31582)Aarya Khandelwal2024-03-081-1/+1
* Fix clippy warnings in components/shared/net/request.rs (#31551)zawz2024-03-081-35/+32
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-0/+749