1
0
Fork 0
mirror of https://github.com/servo/servo.git synced 2025-08-12 00:45:33 +01:00
servo/components/shared/net
Ashwin Naren ed9a79f3f4
Initial IndexedDB Support ()
Adds indexeddb support to servo. At the moment heed is being used as the
backend, although this can be swapped out by implementing `KvsEngine`.
This PR adds a thread + a thread pool for Indexeddb related operations.
Also `database_access_task_source` is added for Indexeddb related
operations.

This is a partial rewrite of . (Reopened due to branching issue)

Fixes 

---------

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
Co-authored-by: Rasmus Viitanen <rasviitanen@gmail.com>
Co-authored-by: Josh Matthews <josh@joshmatthews.net>
2025-06-19 05:19:07 +00:00
..
fetch Use spec compliant content-type extraction in more places and enable a <stylesheet> quirk () 2025-05-19 11:38:01 +00:00
tests Implement basics of link preloading () 2025-05-29 11:26:27 +00:00
blob_url_store.rs Fix more clippy warnings in components/shared/net () 2024-03-10 17:47:38 +00:00
Cargo.toml Add support for static SVG images using resvg crate () 2025-05-27 11:02:40 +00:00
filemanager_thread.rs Don't slice a sliced blob () 2025-05-06 07:25:11 +00:00
http_status.rs Update to rust 1.85 () 2025-02-24 17:44:35 +00:00
image_cache.rs Add support for static SVG images using resvg crate () 2025-05-27 11:02:40 +00:00
indexeddb_thread.rs Initial IndexedDB Support () 2025-06-19 05:19:07 +00:00
lib.rs Initial IndexedDB Support () 2025-06-19 05:19:07 +00:00
mime_classifier.rs Implement basics of link preloading () 2025-05-29 11:26:27 +00:00
policy_container.rs Remove referrer policy from document () 2024-11-19 12:45:10 +00:00
pub_domains.rs Add memory reporting for public suffix list () 2025-05-19 18:50:22 +00:00
quality.rs Fixes for HTTP header compliance. () 2024-04-11 21:51:23 +00:00
request.rs Report URI with POST fetch request () 2025-06-08 18:44:55 +00:00
response.rs Use spec compliant content-type extraction in more places and enable a <stylesheet> quirk () 2025-05-19 11:38:01 +00:00
storage_thread.rs net: Measure memory usage of storage thread. () 2025-05-20 14:50:02 +00:00