Closed
Bug 1818579
Opened 2 years ago
Closed 2 years ago
Enable StorageManager by default on Android in StaticPrefList.yaml instead of geckoview-prefs.js
Categories
(GeckoView :: General, task, P2)
Tracking
(firefox110 wontfix, firefox111 wontfix, firefox112 fixed)
RESOLVED
FIXED
112 Branch
People
(Reporter: cpeterson, Assigned: mathew.hodson)
References
Details
(Keywords: good-first-bug)
Attachments
(1 file)
For some reason, StaticPrefList.yaml disables the StorageManager on Android but then geckoview-prefs.js re-enables it. We should just let StaticPrefList.yaml enable StorageManager by default on desktop and Android.
- Change
value: @IS_NOT_ANDROID@
tovalue: true
in https://searchfox.org/mozilla-central/rev/edccfac5746704da49c1551aed8b79f57003bd68/modules/libpref/init/StaticPrefList.yaml#3990 - Remove
pref("dom.storageManager.enabled", true)
in https://searchfox.org/mozilla-central/rev/edccfac5746704da49c1551aed8b79f57003bd68/mobile/android/app/geckoview-prefs.js#45-46
Reporter | ||
Updated•2 years ago
|
Rank: 299
Keywords: good-first-bug
See Also: 1811001 →
Summary: Enable OPFS by default on Android in StaticPrefList.yaml instead of geckoview-prefs.js → Enable StorageManager by default on Android in StaticPrefList.yaml instead of geckoview-prefs.js
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → mathew.hodson
Status: NEW → ASSIGNED
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/autoland/rev/547529bed786
Move Storage API pref to StaticPrefList.yaml on Android. r=geckoview-reviewers,calu
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
Updated•7 months ago
|
Component: Core → General
You need to log in
before you can comment on or make changes to this bug.
Description
•