aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/fetch/methods.rs
Commit message (Expand)AuthorAgeFilesLines
* Support CSP report-only header (#36623)Tim van der Lippe2 days1-16/+51
* Initial support for marking custom protocol secure (#36656)Tony3 days1-14/+27
* Update FetchTaskTarget to propagate CSP violations. (#36409)Tim van der Lippe2025-04-131-6/+11
* Check all ancestor navigable trustworthiness for mixed content (#36157)Sebastian C2025-04-051-11/+108
* libservo: Remove a couple `EmbedderMethods` (#36276)Martin Robinson2025-04-011-2/+1
* Refuse to provide partial response from earlier ranged request to API that di...Simon Wülker2025-03-311-9/+37
* fix: does_settings_prohibit_mixed_security_contexts typo (#36135)Arya Nair2025-03-241-2/+2
* Implement `nonce` attribute to pass more CSP checks (#35876)Simon Wülker2025-03-101-1/+1
* Add an about:memory page (#35728)webbeef2025-03-071-0/+13
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-7/+7
* libservo: Convert `intercept_web_resource_load` into `load_web_resource` (#35...Martin Robinson2025-02-211-3/+3
* Remove unintended `dbg!` from `components/net/fetch/methods.rs` (#35401)Samson2025-02-101-1/+0
* Add support for Upgrade a mixed content request. (#34794)Shubham Gupta2025-02-101-4/+52
* Modify the checks for upgrade-request algorithm (#35357)Shubham Gupta2025-02-071-7/+4
* Cleanup blocking fetch operations with bad ports (#35324)Simon Wülker2025-02-061-41/+20
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-6/+89
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-13/+5
* Implement WebResourceRequested Event. (#34961)zhuhaichao5182025-01-161-0/+17
* add minimal implementation of FetchParams (#34833)arthmis2025-01-121-13/+50
* net: Use `RequestId` to cancel fetches instead of creating an IPC channel (#3...Martin Robinson2025-01-111-23/+9
* script: Move navigation fetching to the `ScriptThread` (#34919)Martin Robinson2025-01-101-6/+3
* Update all network-related dependencies to the latest versions (#34630)Josh Matthews2025-01-081-2/+2
* Optimize mutex usage in fetch by locking once and using scoped MutexGuard (#3...Wulan Seruniati Salim2024-12-221-11/+5
* Update response handling in main_fetch (#34570)shanehandley2024-12-111-7/+9
* Remove referrer policy from document (#34263)shanehandley2024-11-191-8/+6
* Implement PolicyContainer and update the default ReferrerPolicy (#33977)shanehandley2024-11-081-22/+60
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-9/+10
* Create HttpStatus to safely deal with HTTP responses status. (#33581)webbeef2024-09-291-8/+8
* Let protocol handlers decide if they are fetchable (#33573)webbeef2024-09-281-5/+7
* Initial support for `<link rel="prefetch">` (#33345)Simon Wülker2024-09-091-1/+1
* make protocol handlers registrable (#33104)webbeef2024-08-221-201/+12
* Remove unused constant from `components/net/fetch/methods.rs` (#33054)Martin Robinson2024-08-141-4/+1
* Replace the lazy_static crate with std::sync::LazyLock in components/net (#33...Hayashi Mikihiro2024-08-141-6/+3
* Allow navigations that include cross-origin redirects to succeed. (#32996)Josh Matthews2024-08-121-7/+18
* Add a directory listing feature for `file` URLs (#32580)Martin Robinson2024-06-261-8/+5
* clippy: fix some leftover warnings in components/net (#32476)Peter Mikola2024-06-111-1/+1
* clippy: fix `result_unit_err` warnings (#31791)eri2024-03-211-8/+6
* clippy: Fix warnings in `components/net` (#31626)eri2024-03-131-15/+9
* Fix more clippy warnings in `components/shared/net` (#31548)Mucha Naibei2024-03-101-4/+4
* clippy: fix warnings in components/net (#31564)eri2024-03-101-16/+16
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-25/+28
* remove `extern crate` (#30311)Samson2023-09-081-0/+3
* constellation: crash to a new “sad tab” error page (#30290)Delan Azabani2023-09-061-0/+7
* Switch to rustls and webpki-roots (#30025)Martin Robinson2023-08-081-27/+47
* bump base64 from 0.10 to 0.21 (#29804)Tuna2023-08-021-1/+3
* Upgrade HyperNaveen Gattu2022-01-161-4/+6
* Fix warnings.Josh Matthews2022-01-031-2/+0
* Non-blocking network IONaveen Gattu2021-12-231-89/+108
* Update nightly rustc.Josh Matthews2021-11-011-1/+1