Closed
Bug 735415
Opened 13 years ago
Closed 6 years ago
IndexedDB: Support non-permanent databases
Categories
(Core :: Storage: IndexedDB, defect, P5)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
People
(Reporter: sicking, Unassigned)
References
(Depends on 1 open bug)
Details
We should allow using IndexedDB as a "optimistic" storage area. So we wouldn't put up a prompt, but instead store the data in a "pool" which is limited to X MB total for all websites. When we reach that X MB ceiling we'd throw out the oldest data (or the data belonging to the website the user least recently visited or some such).
Reporter | ||
Updated•13 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Component: DOM → DOM: IndexedDB
Version: Trunk → unspecified
Updated•7 years ago
|
Priority: -- → P5
Comment 1•6 years ago
|
||
This was fixed long time ago by introducing default (temporary) storage.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•