Closed
Bug 1829819
Opened 3 years ago
Closed 3 years ago
IDB: Store data for private browsing in the private repository
Categories
(Core :: Storage: IndexedDB, task, P2)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
114 Branch
| Tracking | Status | |
|---|---|---|
| firefox114 | --- | fixed |
People
(Reporter: janv, Assigned: hsingh)
References
Details
Attachments
(1 file)
IndexedDB should store data for private browsing in the private repository for better performance. For example, when a private browsing session ends, we won't need to traverse the default repository and just clear entire private repository. Less origin directories in the default repository will help with mitigatiom of performance problems related to storage initialization.
| Reporter | ||
Updated•3 years ago
|
Summary: IDB: Store data for private browsing in separate repository → IDB: Store data for private browsing in the private repository
| Assignee | ||
Comment 1•3 years ago
|
||
Depends on D175915
Updated•3 years ago
|
Attachment #9330128 -
Attachment description: Bug 1827376: Use persistenceType 'private' for private origins.r=#dom-storage,janv → Bug 1829819: Use persistenceType 'private' for private origins.r=#dom-storage,janv
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1a3dbef50207
Use persistenceType 'private' for private origins.r=janv,dom-storage-reviewers
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/246e1fde3be5
Use persistenceType 'private' for private origins.r=janv,dom-storage-reviewers
Comment 4•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox114:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•