Open
Bug 1309177
Opened 7 years ago
Updated 5 months ago
Cancel quotaExceed flag in QuotaClients after calling persist()
Categories
(Core :: Storage: Quota Manager, defect, P3)
Core
Storage: Quota Manager
Tracking
()
NEW
People
(Reporter: tt, Unassigned)
References
(Blocks 1 open bug)
Details
Please refer to comment #31 & #32 in bug 1298329. In bug 1182987, we raise the flag to indicate usage is about to full to prevent adding more usage for indexedDB. We may need to reset that flag after calling persist(). Currently, we only know that we need to do this for indexedDB. We may have similar problem in other clients.
Reporter | ||
Updated•7 years ago
|
Assignee: ttung → shuang
Updated•7 years ago
|
Whiteboard: storage-v1
Tom just remind me that I shall also fix the test case after bug 1298329 landed.
Updated•6 years ago
|
Whiteboard: storage-v1 → [storage-v1]
Component: DOM → DOM: Quota Manager
Whiteboard: [storage-v1]
Updated•6 years ago
|
Priority: -- → P2
Updated•5 years ago
|
Assignee: shawnjohnjr → nobody
Priority: P2 → P3
Updated•5 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•