aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/tests
Commit message (Expand)AuthorAgeFilesLines
* libservo: Remove a couple `EmbedderMethods` (#36276)Martin Robinson2025-04-011-1/+0
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-036-208/+280
* Don’t prompt user for credentials for non-Navigate request (#35664)Isaac Marovitz2025-02-261-1/+52
* libservo: Convert `intercept_web_resource_load` into `load_web_resource` (#35...Martin Robinson2025-02-212-16/+12
* libservo: Add a delegate method for HTTP authentication (#35400)Martin Robinson2025-02-102-19/+18
* Modify the checks for upgrade-request algorithm (#35357)Shubham Gupta2025-02-071-2/+0
* deps: Upgrade to `webrender@0.66` (#35325)Martin Robinson2025-02-071-1/+1
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-0/+2
* servoshell: Migrate to egui-file-dialog from tinyfiledialogs (#34823)chickenleaf2025-02-041-1/+1
* Use aws-lc-rs as rust-tls provider (#35106)Jonathan Schwender2025-01-301-1/+1
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-306-77/+79
* Implement WebResourceRequested Event. (#34961)zhuhaichao5182025-01-162-7/+121
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-2/+5
* add minimal implementation of FetchParams (#34833)arthmis2025-01-124-125/+127
* net: Use `RequestId` to cancel fetches instead of creating an IPC channel (#3...Martin Robinson2025-01-112-6/+6
* Update all network-related dependencies to the latest versions (#34630)Josh Matthews2025-01-083-693/+846
* Prompt user for credentials when http request needs it (#34620)arthmis2024-12-283-11/+261
* Add prefs to limit threadpool sizes (#34478)Jonathan Schwender2024-12-072-2/+2
* Remove referrer policy from document (#34263)shanehandley2024-11-191-1/+1
* net: Ensure that origin serialization is consistent (#34081)Martin Robinson2024-10-311-1/+23
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-181-3/+3
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-165-245/+97
* Implement fetch metadata headers (#33830)Simon Wülker2024-10-162-2/+52
* Fix handling of `__Secure-` and `__Host-` Cookie prefixes (#33717)Simon Wülker2024-10-091-2/+6
* net: Refactor `Decoder` (#33611)Cristian Brinza2024-10-021-7/+72
* Create HttpStatus to safely deal with HTTP responses status. (#33581)webbeef2024-09-293-62/+36
* Stop using `time@0.1` in Servo (#33394)Martin Robinson2024-09-111-8/+11
* Make all platforms use a delay during cookie tests. (#33279)Josh Matthews2024-09-011-4/+0
* make protocol handlers registrable (#33104)webbeef2024-08-223-0/+8
* Replace the lazy_static crate with std::sync::LazyLock in components/net (#33...Hayashi Mikihiro2024-08-141-7/+6
* Update to rust 1.80.0 (#32896)Hayashi Mikihiro2024-08-071-0/+3
* dependencies: Upgrade `cookie` and rename Servo's `Cookie` to `ServoCookie` (...Martin Robinson2024-07-263-115/+114
* DevTools: Replace camel case variable names (#32726)eri2024-07-082-4/+4
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-173-3/+3
* Backout `Host`-header related change from #32024. (#32093)Philip Lamb2024-04-162-11/+0
* Fixes for HTTP header compliance. (#32024)Philip Lamb2024-04-112-19/+26
* clippy: fix warnings in components/net (#31564)eri2024-03-104-8/+8
* Revert "Replace time with std::time in components/net (#31079)" (#31120)Martin Robinson2024-01-181-26/+8
* Replace time with std::time in components/net (#31079)Taym Haddadi2024-01-171-8/+26
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-1110-58/+67
* remove `extern crate` (#30311)Samson2023-09-081-3/+1
* Switch to rustls and webpki-roots (#30025)Martin Robinson2023-08-083-102/+102
* Update uuidMartin Robinson2023-06-261-1/+1
* Upgrade HyperNaveen Gattu2022-01-165-93/+114
* Non-blocking network IONaveen Gattu2021-12-233-14/+32
* Fix tidy error.Josh Matthews2021-05-281-1/+0
* Disable warnings on windows.Josh Matthews2021-05-281-0/+2
* 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