Disable LSNG in 68
Categories
(Core :: Storage: localStorage & sessionStorage, task, P1)
Tracking
()
People
(Reporter: janv, Assigned: janv)
References
Details
Attachments
(2 files)
(deleted),
text/x-phabricator-request
|
jcristau
:
approval-mozilla-release+
jcristau
:
approval-mozilla-esr68+
|
Details |
(deleted),
text/x-phabricator-request
|
Details |
We've decided to disable LSNG in 68 due to bug 1560697. Any fixes/changes at this point (one week till release) would be too risky.
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Comment 2•5 years ago
|
||
Comment on attachment 9075448 [details]
Bug 1562942 - Disable LSNG in 68; r=asuth
sorry, wrong bug.
Updated•5 years ago
|
Comment 3•5 years ago
|
||
Jan, care to request release and esr68 approval on this patch?
Assignee | ||
Comment 4•5 years ago
|
||
Comment on attachment 9075448 [details]
Bug 1562942 - Disable LSNG in 68; r=asuth
Beta/Release Uplift Approval Request
- User impact if declined: If LSNG is enabled, quota manager storage initialization time is increased by ~30%
We don't want to ship LSNG until this regression is fixed. - Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This patch just disables LSNG, so the old implementation of LocalStorage will be used in FF 68. We fully support downgrading of LocalStorage data, so if some users already tried a release build, they should be safe. We actually disabled LSNG in previous beta cycle and there were no problems reported after the switch.
- String changes made/needed: None
ESR Uplift Approval Request
- If this is not a sec:{high,crit} bug, please state case for ESR consideration: If LSNG is enabled, quota manager storage initialization time is increased by ~30%
We don't want to ship LSNG until this regression is fixed. - User impact if declined: See above.
- Fix Landed on Version:
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This patch just disables LSNG, so the old implementation of LocalStorage will be used in ESR 68. We fully support downgrading of LocalStorage data, so if some users already tried an ESR build, they should be safe. We actually disabled LSNG in previous beta cycle and there were no problems reported after the switch.
- String or UUID changes made by this patch: None
Comment 5•5 years ago
|
||
Comment on attachment 9075448 [details]
Bug 1562942 - Disable LSNG in 68; r=asuth
flip a pref to disable a feature we're not ready to ship; approved for 68 rc2.
Comment 6•5 years ago
|
||
bugherder uplift |
Comment 7•5 years ago
|
||
bugherder uplift |
Updated•5 years ago
|
Comment 8•5 years ago
|
||
This breaks dom/localstorage/test/unit/test_uri_encoding_edge_cases.js, see e.g. https://taskcluster-artifacts.net/bAR_Ti8dSWePpUazKti-Ig/0/public/logs/live_backing.log
Assignee | ||
Comment 10•5 years ago
|
||
Comment 11•5 years ago
|
||
bugherder uplift |
Comment 12•5 years ago
|
||
bugherder uplift |
Comment 13•5 years ago
|
||
Actually should I have left this bug open, and have the patch land on 69 at least until 1560697 is fixed? Or is the plan to uplift a fix for 1560697 to beta69?
Assignee | ||
Comment 14•5 years ago
|
||
(In reply to Julien Cristau [:jcristau] from comment #13)
Actually should I have left this bug open, and have the patch land on 69 at least until 1560697 is fixed? Or is the plan to uplift a fix for 1560697 to beta69?
I'm working on bug 1563023. We think it can be uplifted to beta69.
Comment 15•5 years ago
|
||
Comment 16•5 years ago
|
||
bugherder |
Comment 17•5 years ago
|
||
If I'm understanding, we want to disable LSNG on 69 as well now? Please nominate this patch for Beta approval if that's the case.
Updated•5 years ago
|
Description
•