Closed Bug 1671416 Opened 5 years ago Closed 2 years ago

Ensure that IndexedDB private browsing keys are kept throughout a private browsing session

Categories

(Core :: Storage: IndexedDB, task)

task

Tracking

()

RESOLVED FIXED

People

(Reporter: sg, Assigned: hsingh)

References

Details

Currently, keys for private browsing IndexedDB are purged when the IndexedDB busy count drops to 0 (in https://searchfox.org/mozilla-central/search?q=symbol:_ZN7mozilla3dom9indexedDB12_GLOBAL__N_117DecreaseBusyCountEv&redirect=false), i.e. the last tab is closed that makes use of IndexedDB. The private browsing session may last longer though, and later a site may try to access the data again, which will not be possible.

See also https://phabricator.services.mozilla.com/D77020#inline-530009

Summary: Ensure that IndexedDB private browsing keys are kept througout a private browsing session → Ensure that IndexedDB private browsing keys are kept throughout a private browsing session
Assignee: nobody → hsingh

I think this has been fixed already.

yes, I agree. We should probably close this bug.

Changes for this were merged in as part of https://phabricator.services.mozilla.com/D170599.

PBM keys are managed by IndexedDBCipherKeyManager.

Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.