Closed
Bug 1619325
Opened 3 years ago
Closed 3 years ago
IDB: Proper storage initialization before idle maintenance
Categories
(Core :: Storage: IndexedDB, task, P2)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
People
(Reporter: janv, Assigned: janv)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
EnsureStorageAndOriginIsInitialized is currently called during a directory scan which may interfere with the scan because EnsureStorageAndOriginIsInitialized may do a similar scan too (possibly delete some underlying files and directories).
Idle maintenance also doesn't properly call GetDirectoryMetadata2WithRestore and EnsurePersistentOriginIsInitialized before an origin directory is accessed.
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Keywords: leave-open
Pushed by jvarga@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a0fe488e525c IDB: Proper storage initialization before idle maintenance; r=dom-workers-and-storage-reviewers,ttung,sg
Comment 3•3 years ago
|
||
bugherder |
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•