aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared/net
Commit message (Expand)AuthorAgeFilesLines
* fix many clippy warnings (#33510)Gae242024-09-212-3/+3
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* Improve spec conformance around request header validation (#33418)shanehandley2024-09-141-2/+170
* Stop using `time@0.1` in Servo (#33394)Martin Robinson2024-09-111-1/+2
* Initial support for `<link rel="prefetch">` (#33345)Simon Wülker2024-09-091-0/+2
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-052-83/+98
* Basic tab strip for the minibrowser (#33100)webbeef2024-08-271-0/+4
* Replace the lazy_static crate with `std::sync::LazyLock` in components/shared...Hayashi Mikihiro2024-08-153-9/+5
* clippy: Fix warnings in `shared` and `config`, `fonts`, `layout`, and `layout...Martin Robinson2024-07-041-5/+6
* Add a directory listing feature for `file` URLs (#32580)Martin Robinson2024-06-261-0/+6
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-5/+5
* clippy fixes regarding clone_from (#32482)Peter Mikola2024-06-121-3/+3
* 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-205-206/+5
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-173-3/+3
* Fixes for HTTP header compliance. (#32024)Philip Lamb2024-04-111-3/+3
* clippy: Fix warnings in `components/shared` (#31627)eri2024-03-121-0/+1
* Fix more clippy warnings in `components/shared/net` (#31548)Mucha Naibei2024-03-101-7/+11
* clippy: fix warnings in components/shared (#31565)eri2024-03-087-61/+43
* Fix rustdoc errors in `components/shared` (#31582)Aarya Khandelwal2024-03-081-1/+1
* Fix clippy warnings in components/shared/net/request.rs (#31551)zawz2024-03-081-35/+32
* Fix clippy warnings in `components/rand` (#31549)sandeep2024-03-071-1/+1
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-2/+2
* deps: Stop vendoring WebRender (#31212)Martin Robinson2024-01-301-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Replace time with std::time in components/metrics & components/shared (#31020)Taym Haddadi2024-01-102-13/+19
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-0316-0/+3255