Closed
Bug 1831039
Opened 3 years ago
Closed 3 years ago
Fix clearing of private file managers in FileManagerInfo::InvalidateAllFileManagers
Categories
(Core :: Storage: IndexedDB, defect, P2)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
114 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox112 | --- | unaffected |
| firefox113 | --- | unaffected |
| firefox114 | --- | fixed |
People
(Reporter: janv, Assigned: janv)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
This is a copy and paste error. We take the length of mPrivateStorageFileManagers, but we try to iterate over mDefaultStorageFileManagers. See https://searchfox.org/mozilla-central/rev/e6cb503ac22402421186e7488d4250cc1c5fecab/dom/indexedDB/IndexedDatabaseManager.cpp#686-688
| Assignee | ||
Comment 1•3 years ago
|
||
Depends on D176880
Comment 2•3 years ago
|
||
Set release status flags based on info from the regressing bug 1827377
status-firefox112:
--- → unaffected
status-firefox113:
--- → unaffected
status-firefox114:
--- → affected
status-firefox-esr102:
--- → unaffected
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/37aede27e09d
Fix clearing of private file managers in FileManagerInfo::InvalidateAllFileManagers; r=hsingh
Comment 4•3 years ago
|
||
Backed out along with Bug 1781201, Bug 1831046, Bug 1829814, Bug 1831040, Bug 1830887 (due to conflicts) for failures on test_upgrade_add_index.html.
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/53b9227f3231
Fix clearing of private file managers in FileManagerInfo::InvalidateAllFileManagers; r=hsingh
Comment 6•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•