servo/components/shared/profile
Ashwin Naren ed9a79f3f4
Initial IndexedDB Support (#33044)
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 #25214. (Reopened due to branching issue)

Fixes #6963

---------

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
..
Cargo.toml Removing unused dependencies in crates. (#37096) 2025-05-23 12:58:00 +00:00
ipc.rs Plumb time profiler output into tracing (#34238) 2024-11-15 09:10:01 +00:00
lib.rs Plumb URL into interval profiler tracing events (#34337) 2024-11-22 13:31:00 +00:00
mem.rs Refactor the memory profiler code to return the struct. (#37155) 2025-05-28 00:58:05 +00:00
time.rs Initial IndexedDB Support (#33044) 2025-06-19 05:19:07 +00:00