Open
Bug 735865
Opened 13 years ago
Updated 2 years ago
Create low-level API for non-permanent site specific resources
Categories
(Core :: DOM: Core & HTML, defect, P5)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: sicking, Unassigned)
References
(Blocks 1 open bug)
Details
We need an API for storing origin-specific resources in a non-permanent way.
The API should let consumers read and write data to a specific file-name for a given origin. Once we hit a total limit of X MB for all origins, we should use some heuristic to figure out which origin we should toss out the data for, and do so automatically without the API consumer having to worry.
We might also want to enable API consumers to "lock" the data for an origin so that we don't throw out any data while the user is on a given site. For example we could do so when a site opens an IDB database, and unlock when all IDB databases for a given site is closed.
Most likely we should build this API on top of SQLite's virtual file system. That way it'll be easy to get our SQLite backends for IndexedDB and localStorage to use this API and get the behavior we want.
Comment 1•13 years ago
|
||
Is this what FileManager et al are aiming at, or is that something entirely different, or is that what the functionality for this bug is supposed to be built on?
Comment 2•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•