aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared/net/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Update FetchTaskTarget to propagate CSP violations. (#36409)Tim van der Lippe10 days1-1/+18
* Webdriver delete cookie (#36306)Euclid Ye2025-04-041-0/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-3/+3
* script: add skeleton implementation of `FontFace` API (#35262)Mukilan Thiyagarajan2025-02-191-2/+2
* net: Use `RequestId` to cancel fetches instead of creating an IPC channel (#3...Martin Robinson2025-01-111-21/+23
* script: Move navigation fetching to the `ScriptThread` (#34919)Martin Robinson2025-01-101-10/+56
* Update all network-related dependencies to the latest versions (#34630)Josh Matthews2025-01-081-4/+4
* Upgrade Rust to 1.82.0 (#34592)Jonathan Schwender2024-12-121-0/+6
* Remove referrer policy from document (#34263)shanehandley2024-11-191-15/+21
* Implement PolicyContainer and update the default ReferrerPolicy (#33977)shanehandley2024-11-081-1/+3
* 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-161-60/+178
* Create HttpStatus to safely deal with HTTP responses status. (#33581)webbeef2024-09-291-3/+4
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-051-48/+41
* Replace the lazy_static crate with `std::sync::LazyLock` in components/shared...Hayashi Mikihiro2024-08-151-4/+3
* clippy: Fix warnings in `shared` and `config`, `fonts`, `layout`, and `layout...Martin Robinson2024-07-041-5/+6
* fonts: Store web fonts in the per-Layout `FontContext` (#32303)Martin Robinson2024-05-201-1/+1
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-201-43/+0
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* clippy: fix warnings in components/shared (#31565)eri2024-03-081-10/+10
* Fix clippy warnings in `components/rand` (#31549)sandeep2024-03-071-1/+1
* Replace time with std::time in components/metrics & components/shared (#31020)Taym Haddadi2024-01-101-12/+19
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-0/+859