Background Page LocalStorage is cleared along with site storage
Categories
(WebExtensions :: Storage, defect, P3)
Tracking
(firefox59 affected)
Tracking | Status | |
---|---|---|
firefox59 | --- | affected |
People
(Reporter: mozbz, Assigned: rpl)
References
Details
(Keywords: dev-doc-complete, Whiteboard: triaged)
Attachments
(2 files)
619 bytes,
application/x-zip-compressed
|
Details | |
Bug 1313401 - Add test to ensure run offlineApps Sanitizer does not affect extensions. r?mixedpuppy!
47 bytes,
text/x-phabricator-request
|
Details | Review |
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
Comment 4•8 years ago
|
||
Comment 5•8 years ago
|
||
Comment 7•8 years ago
|
||
Comment 8•8 years ago
|
||
Comment 9•7 years ago
|
||
Comment 10•7 years ago
|
||
Comment 12•7 years ago
|
||
Comment 13•7 years ago
|
||
Comment 14•7 years ago
|
||
Comment 16•7 years ago
|
||
Comment 17•7 years ago
|
||
Comment 18•7 years ago
|
||
Comment 19•7 years ago
|
||
Comment 20•7 years ago
|
||
Comment 21•7 years ago
|
||
Updated•7 years ago
|
Comment 22•7 years ago
|
||
Updated•7 years ago
|
Comment 23•7 years ago
|
||
Assignee | ||
Comment 24•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Updated•6 years ago
|
Comment 26•6 years ago
|
||
Comment 27•6 years ago
|
||
Comment 29•6 years ago
|
||
Assignee | ||
Comment 30•5 years ago
|
||
This bug may be actually fixed when LSNG is enabled by default, if that is the case we should reverse the dependency and make this bug to be blocked on enabling LSNG by default.
Added needinfo to double-check that.
Assignee | ||
Comment 31•5 years ago
|
||
Assignee | ||
Comment 32•5 years ago
|
||
The attached patch adds a new test case to verify that running the offlineApps Sanitizer doesn't clear the extension's localStorage and IndexedDB data. The test passes with LSNG enabled (as expected) but fails with the previous localStorage implementation (and so that test case is currently skipped in the patch if LSNG is disabled using its related pref).
Changed issue dependencies to reflect that this issue is going to be fixed on release once LSNG is being enabled by default on all channels (tracked by Bug 1599979).
Assignee | ||
Comment 34•5 years ago
|
||
As mentioned in comment 32 this issue is going to be fixed once LSNG becomes the default on the release channels.
In the meantime I'm going to land the test case attached to this issue, to prevent the behavior from regressing on LSNG, but I'm adding the leave-open keyword to keep this issue open until Bug 1599979 is being marked as fixed.
Comment 35•5 years ago
|
||
Comment 36•5 years ago
|
||
bugherder |
Comment 37•4 years ago
|
||
Hi,
any update about this bug?
Assignee | ||
Comment 38•4 years ago
|
||
(In reply to Nedo from comment #37)
Hi,
any update about this bug?
This bug depends on Bug 1599979, which is about LSNG (nextgen localStorage) being enabled by default on release, the patch attached to this bug is making sure that when LSNG is enabled the offlineApps Sanitizer doesn't clear the localStorage data for the extensions.
Updated•3 years ago
|
Assignee | ||
Comment 40•3 years ago
|
||
As mentioned in comment 38 this bug is meant to be closed once LSNG has been enabled on all channels (Bug 1599979).
Bug 1599979 doesn't have a priority set, but Bug 1711922 is tracking a staged rollout and its priority is set to P3.
In the meantime, I'm clearing the assignment (to reflect that none of us is actively working on this anymore, and it is just waiting for the fix to reach release) and changing the priority to P3.
Updated•3 years ago
|
Comment 42•3 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:mixedpuppy, maybe it's time to close this bug?
For more information, please visit auto_nag documentation.
Comment 43•3 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 7 duplicates, 16 votes and 51 CCs.
:mixedpuppy, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 44•3 years ago
|
||
I'm marking this issue as fixed, LSNG has been enabled on release channel and we landed an automated test (attached to this bug) which make sure that this issue isn't reproducible when NextGen LocalStorage is in use.
Updated•3 years ago
|
Updated•3 years ago
|
Updated•2 years ago
|
Description
•