Closed
Bug 1925832
Opened 1 year ago
Closed 1 year ago
LSNG: Avoid ensuring origin initialization for datastore preloading
Categories
(Core :: Storage: localStorage & sessionStorage, defect, P2)
Core
Storage: localStorage & sessionStorage
Tracking
()
RESOLVED
FIXED
133 Branch
| Tracking | Status | |
|---|---|---|
| firefox133 | --- | fixed |
People
(Reporter: janv, Assigned: janv)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
As described in bug 1925813, datastore preloading is currently causing creation of OriginInfo for all visited pages. We can avoid that, now that migration is disabled and there's a new option for calling OpenClientDirectory.
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dd5db037d017
LSNG: Cache the pref value for enabling migration; r=dom-storage-reviewers,jari
https://hg.mozilla.org/integration/autoland/rev/7722d8deaafc
LSNG: Avoid ensuring origin initialization for datastore preloading; r=dom-storage-reviewers,jari
Comment 4•1 year ago
|
||
Backed out for causing dt failure on browser_storage_dfpi.js
Flags: needinfo?(jvarga)
| Assignee | ||
Comment 5•1 year ago
|
||
Patch updated, waiting for an extra review.
Flags: needinfo?(jvarga)
| Assignee | ||
Updated•1 year ago
|
Keywords: leave-open
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7c0daaf6f0bd
LSNG: Cache the pref value for enabling migration; r=dom-storage-reviewers,jari
| Assignee | ||
Updated•1 year ago
|
Keywords: leave-open
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/11882c42b404
LSNG: Avoid ensuring origin initialization for datastore preloading; r=dom-storage-reviewers,jari,devtools-reviewers,nchevobbe
Comment 9•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox133:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•