aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/tests/fetch.rs
Commit message (Expand)AuthorAgeFilesLines
* Update FetchTaskTarget to propagate CSP violations. (#36409)Tim van der Lippe14 days1-0/+2
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-47/+69
* libservo: Convert `intercept_web_resource_load` into `load_web_resource` (#35...Martin Robinson2025-02-211-14/+10
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-32/+33
* Implement WebResourceRequested Event. (#34961)zhuhaichao5182025-01-161-5/+115
* add minimal implementation of FetchParams (#34833)arthmis2025-01-121-54/+56
* net: Use `RequestId` to cancel fetches instead of creating an IPC channel (#3...Martin Robinson2025-01-111-4/+4
* Update all network-related dependencies to the latest versions (#34630)Josh Matthews2025-01-081-281/+329
* Prompt user for credentials when http request needs it (#34620)arthmis2024-12-281-6/+5
* Add prefs to limit threadpool sizes (#34478)Jonathan Schwender2024-12-071-1/+1
* Remove referrer policy from document (#34263)shanehandley2024-11-191-1/+1
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-220/+77
* Implement fetch metadata headers (#33830)Simon Wülker2024-10-161-0/+14
* Create HttpStatus to safely deal with HTTP responses status. (#33581)webbeef2024-09-291-6/+6
* make protocol handlers registrable (#33104)webbeef2024-08-221-0/+4
* DevTools: Replace camel case variable names (#32726)eri2024-07-081-2/+2
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* Backout `Host`-header related change from #32024. (#32093)Philip Lamb2024-04-161-9/+0
* Fixes for HTTP header compliance. (#32024)Philip Lamb2024-04-111-6/+15
* clippy: fix warnings in components/net (#31564)eri2024-03-101-4/+4
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-21/+20
* Switch to rustls and webpki-roots (#30025)Martin Robinson2023-08-081-63/+25
* Update uuidMartin Robinson2023-06-261-1/+1
* Upgrade HyperNaveen Gattu2022-01-161-1/+1
* Non-blocking network IONaveen Gattu2021-12-231-7/+20
* Disable fetch tests on windows.Josh Matthews2021-05-271-2/+1
* Don't error on unused imports.Josh Matthews2021-05-271-0/+2
* Disable more unit tests for windows.Josh Matthews2021-05-271-0/+2
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-50/+173
* net: Add unit test for accepting a self-signed cert.Josh Matthews2020-06-091-3/+92
* check http_state in determine_request_referrerAlexandrov Sergey2020-05-191-27/+37
* add a fetch token for blob urlsGregory Terzian2020-02-211-0/+3
* add a core resource thread-poolGregory Terzian2020-02-141-5/+11
* file: and about: are now opaque-filtered responsesPatrick Shaughnessy2020-02-111-9/+28
* Fix HSTSJan Andre Ikenmeyer2020-01-071-1/+64
* Let hyper automatically add a host header for HTTP/1Jan Andre Ikenmeyer2019-12-161-9/+1
* Add ALPN and signature algorithms to OpenSSL configJan Andre Ikenmeyer2019-11-301-14/+7
* Move ResourceFetchTiming into ArcJaved Nissar2019-09-181-1/+2
* Upgrade headers, headers-core, and hyper_serde.Josh Matthews2019-06-131-6/+3
* create uuid before sending PromoteMemory messageRussell Cousineau2019-03-181-4/+3
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-49/+31
* Add comment about incorrect tests for file url range requests. Fmt and manife...Fernando Jiménez Moreno2018-11-261-1/+2
* Use crossbeam channel instead of servo channel. Fix rebase issues and add com...Fernando Jiménez Moreno2018-11-261-2/+1
* Adapt fetch blob test to new way of fetching in chunksFernando Jiménez Moreno2018-11-261-5/+37
* refactored performance timing to align with updated specddh2018-11-201-7/+10
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-9/+9
* Update uuidBastien Orivel2018-11-091-1/+1
* Reorder importsPyfisch2018-11-061-9/+16
* Format remaining filesPyfisch2018-11-061-31/+49