aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared/net
Commit message (Expand)AuthorAgeFilesLines
* Report URI with POST fetch request (#37209)Tim van der Lippe3 days1-0/+20
* Implement basics of link preloading (#37036)Tim van der Lippe13 days110-0/+2415
* Add support for static SVG images using `resvg` crate (#36721)Mukilan Thiyagarajan2025-05-272-18/+99
* net: Measure memory usage of storage thread. (#37053)Josh Matthews2025-05-201-0/+4
* Add memory reporting for public suffix list (#37049)Sebastian C2025-05-191-1/+7
* Use spec compliant content-type extraction in more places and enable a `<styl...Vincent Ricard2025-05-193-9/+95
* Remove `CoreResourceMsg::Synchronize` (#37019)Simon Wülker2025-05-151-2/+0
* fix: `ReadableStream::get_in_memory_bytes` too large (#36914)Ngo Iok Ui (Wu Yu Wei)2025-05-121-2/+2
* Don't slice a sliced blob (#36866)Simon Wülker2025-05-061-1/+1
* Create new image cache per document (#36832)Tim van der Lippe2025-05-041-0/+6
* Refactor common infrastructure for creating memory reports. (#36579)Josh Matthews2025-04-181-1/+2
* resources: Remove baked in resources (#36042)Jonathan Schwender2025-04-171-0/+3
* net: Report memory usage for image cache. (#36556)Josh Matthews2025-04-163-4/+8
* Update FetchTaskTarget to propagate CSP violations. (#36409)Tim van der Lippe2025-04-131-1/+18
* `compositing`: Combine `webrender_traits` and `compositing_traits` (#36372)Martin Robinson2025-04-062-2/+2
* Check all ancestor navigable trustworthiness for mixed content (#36157)Sebastian C2025-04-051-0/+13
* Webdriver delete cookie (#36306)Euclid Ye2025-04-041-0/+1
* Refuse to provide partial response from earlier ranged request to API that di...Simon Wülker2025-03-311-0/+5
* Organize component Cargo.toml dependencies (#36224)Alex Touchet2025-03-301-1/+1
* 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-034-6/+6
* Update to rust 1.85 (#35628)Simon Wülker2025-02-242-4/+4
* script: add skeleton implementation of `FontFace` API (#35262)Mukilan Thiyagarajan2025-02-191-2/+2
* deps: Remove some unused `Cargo.toml` (#35466)Martin Robinson2025-02-141-1/+0
* 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
* servoshell: Migrate to egui-file-dialog from tinyfiledialogs (#34823)chickenleaf2025-02-041-2/+2
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-302-15/+11
* script: Do not set up an IPC route for every image load (#35041)Martin Robinson2025-01-251-21/+18
* [#34767] - Range header is missing from CORS header safelist (#35138)Domenico Rizzo2025-01-242-0/+46
* Add Content Range Header and add one for blob end range (#34797)TIN TUN AUNG2025-01-141-0/+10
* net: Raed RippyPNG resource once at startup. (#34954)Josh Matthews2025-01-121-1/+1
* net: Use `RequestId` to cancel fetches instead of creating an IPC channel (#3...Martin Robinson2025-01-112-30/+32
* script: Move navigation fetching to the `ScriptThread` (#34919)Martin Robinson2025-01-101-10/+56
* Add http2 feature for hyper-util (#34920)Oriol Brufau2025-01-091-1/+1
* Update all network-related dependencies to the latest versions (#34630)Josh Matthews2025-01-082-5/+6
* 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
* Upgrade Rust to 1.82.0 (#34592)Jonathan Schwender2024-12-121-0/+6
* Remove some unused dependencies (#34355)Jonathan Schwender2024-11-251-2/+0
* Remove referrer policy from document (#34263)shanehandley2024-11-194-31/+43
* Implement PolicyContainer and update the default ReferrerPolicy (#33977)shanehandley2024-11-083-19/+66
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-181-3/+3
* 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-163-60/+204
* compositor: Create a single cross-process compositor API (#33619) (#33660)Martin Robinson2024-10-091-2/+2
* Revert "compositor: Create a single cross-process compositor API (#33619)" (#...Martin Robinson2024-10-041-2/+2
* compositor: Create a single cross-process compositor API (#33619)Martin Robinson2024-10-031-2/+2
* Create HttpStatus to safely deal with HTTP responses status. (#33581)webbeef2024-09-293-18/+130
* fetch: header tweaks to improve compliance with fetch spec (#33562)shanehandley2024-09-271-1/+1