servo/components/shared/net
Ashwin Naren f766b66a97
storage: Move shared functionality to base (#39419)
Part of #39418. See that PR for a full description.

Moves:
- `read_json_from_file`
- `write_json_to_file`
- `IpcSendResult`
- `IpcSend`

Renames:
- `CoreResourceThreadPool` to `ThreadPool` (shorter and more
descriptive, as we use it for more than the core resource thread now)

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
2025-09-22 13:59:36 +00:00
..
fetch Use spec compliant content-type extraction in more places and enable a <stylesheet> quirk (#28321) 2025-05-19 11:38:01 +00:00
tests Hookup mime classifier to main document loader (#39109) 2025-09-04 08:30:55 +00:00
blob_url_store.rs Fix more clippy warnings in components/shared/net (#31548) 2024-03-10 17:47:38 +00:00
Cargo.toml Cargo.toml cleanup (#39403) 2025-09-20 03:09:37 +00:00
filemanager_thread.rs Don't slice a sliced blob (#36866) 2025-05-06 07:25:11 +00:00
http_status.rs Update to rust 1.85 (#35628) 2025-02-24 17:44:35 +00:00
image_cache.rs Add a basic caching mechanism for ImageKeys. (#37369) 2025-07-03 13:16:43 +00:00
indexeddb_thread.rs indexeddb: Implement openCursor and openKeyCursor for object store (#39080) 2025-09-12 16:54:07 +00:00
lib.rs storage: Move shared functionality to base (#39419) 2025-09-22 13:59:36 +00:00
mime_classifier.rs Refactor loading methods to align with specification (#39146) 2025-09-05 07:57:36 +00:00
policy_container.rs Add resource header for mime sniffing (#39167) 2025-09-07 12:31:57 +00:00
pub_domains.rs Add memory reporting for public suffix list (#37049) 2025-05-19 18:50:22 +00:00
quality.rs tidy: Add a rule ensuring that // comments are followed by a space in Rust (#38698) 2025-08-18 12:09:09 +00:00
request.rs net: Add spec comments to "cors_preflight_fetch" (#39246) 2025-09-11 01:31:51 +00:00
response.rs Use spec compliant content-type extraction in more places and enable a <stylesheet> quirk (#28321) 2025-05-19 11:38:01 +00:00
storage_thread.rs storage: Port Reply senders to GenericSender (#38999) 2025-08-28 17:51:00 +00:00