aboutsummaryrefslogtreecommitdiffstats
path: root/components/net
Commit message (Expand)AuthorAgeFilesLines
* `compositing`: Combine `webrender_traits` and `compositing_traits` (#36372)Martin Robinson2025-04-062-2/+2
* Make the memory reporting multi-process aware (#35863)webbeef2025-04-051-2/+4
* Check all ancestor navigable trustworthiness for mixed content (#36157)Sebastian C2025-04-052-12/+109
* Webdriver delete cookie (#36306)Euclid Ye2025-04-042-0/+19
* libservo: Remove a couple `EmbedderMethods` (#36276)Martin Robinson2025-04-014-15/+4
* Refuse to provide partial response from earlier ranged request to API that di...Simon Wülker2025-03-313-13/+46
* Organize component Cargo.toml dependencies (#36224)Alex Touchet2025-03-301-4/+4
* net: Add missing feature required for unit tests. (#36193)Josh Matthews2025-03-281-1/+1
* fix: does_settings_prohibit_mixed_security_contexts typo (#36135)Arya Nair2025-03-241-2/+2
* pixels: Extend Image to allow for multiple frames (#36058)TIN TUN AUNG2025-03-211-3/+4
* Create `config_dir` if none exist for caching (#35761)Euclid Ye2025-03-181-3/+3
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-3/+3
* 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-0323-262/+336
* Don’t prompt user for credentials for non-Navigate request (#35664)Isaac Marovitz2025-02-262-1/+57
* Update to rust 1.85 (#35628)Simon Wülker2025-02-245-15/+11
* libservo: Convert `intercept_web_resource_load` into `load_web_resource` (#35...Martin Robinson2025-02-217-130/+107
* net: Use the unfiltered response status when comparing against cached resourc...Josh Matthews2025-02-161-2/+4
* libservo: Add a delegate method for HTTP authentication (#35400)Martin Robinson2025-02-103-74/+55
* 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-072-9/+4
* deps: Upgrade to `webrender@0.66` (#35325)Martin Robinson2025-02-072-2/+2
* Cleanup blocking fetch operations with bad ports (#35324)Simon Wülker2025-02-062-43/+22
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-052-6/+91
* servoshell: Migrate to egui-file-dialog from tinyfiledialogs (#34823)chickenleaf2025-02-042-4/+4
* Update implementations of `HTTP-network fetch` and `HTTP-network-or-cache fet...arthmis2025-02-041-26/+38
* Use aws-lc-rs as rust-tls provider (#35106)Jonathan Schwender2025-01-302-2/+2
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-3010-136/+147
* script: Do not set up an IPC route for every image load (#35041)Martin Robinson2025-01-251-46/+7
* Remove `Preferences::network_tls_ignore_unexpected_eof` (#35080)Martin Robinson2025-01-201-4/+1
* Implement WebResourceRequested Event. (#34961)zhuhaichao5182025-01-166-8/+249
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-149-16/+20
* Add Content Range Header and add one for blob end range (#34797)TIN TUN AUNG2025-01-141-6/+43
* add minimal implementation of FetchParams (#34833)arthmis2025-01-129-154/+234
* net: Raed RippyPNG resource once at startup. (#34954)Josh Matthews2025-01-121-3/+1
* net: Use `RequestId` to cancel fetches instead of creating an IPC channel (#3...Martin Robinson2025-01-116-54/+80
* script: Move navigation fetching to the `ScriptThread` (#34919)Martin Robinson2025-01-102-22/+4
* Add http2 feature for hyper-util (#34920)Oriol Brufau2025-01-091-1/+1
* build(deps): bump async-tungstenite from 0.28.0 to 0.28.2 (#34904)dependabot[bot]2025-01-081-1/+0
* Update all network-related dependencies to the latest versions (#34630)Josh Matthews2025-01-0814-940/+1109
* fix: add source browsing context to `Request` and HTTP credentials prompt (#3...Jason Tsai2025-01-031-5/+11
* Upgrade rustc to 1.83 (#34793)Nico Burns2025-01-012-9/+10
* Prompt user for credentials when http request needs it (#34620)arthmis2024-12-285-49/+351
* Optimize mutex usage in fetch by locking once and using scoped MutexGuard (#3...Wulan Seruniati Salim2024-12-221-11/+5
* Save http response reason instead of inferring it from status code (#34694)Simon Wülker2024-12-181-9/+12
* websocket: Revert use of h2 in websocket ALPN. (#34634)Josh Matthews2024-12-161-1/+1
* build: upgrade rustc to 1.81.0 (#34270)Mukilan Thiyagarajan2024-12-122-4/+2
* Update response handling in main_fetch (#34570)shanehandley2024-12-112-17/+11