OPFS is shipping in Firefox 111 on desktop and Android. That is bug 1811001. For some reason, StaticPrefList.yaml disables OPFS on Android but then geckoview-prefs.js re-enables it. We should just let StaticPrefList.yaml enable OPFS by default on desktop and Android. 1. Change `value: @IS_NOT_ANDROID@` to `value: true` in https://searchfox.org/mozilla-central/rev/edccfac5746704da49c1551aed8b79f57003bd68/modules/libpref/init/StaticPrefList.yaml#3990 2. Remove `pref("dom.storageManager.enabled", true)` in https://searchfox.org/mozilla-central/rev/edccfac5746704da49c1551aed8b79f57003bd68/mobile/android/app/geckoview-prefs.js#45-46
Bug 1818579 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
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. 1. Change `value: @IS_NOT_ANDROID@` to `value: true` in https://searchfox.org/mozilla-central/rev/edccfac5746704da49c1551aed8b79f57003bd68/modules/libpref/init/StaticPrefList.yaml#3990 2. Remove `pref("dom.storageManager.enabled", true)` in https://searchfox.org/mozilla-central/rev/edccfac5746704da49c1551aed8b79f57003bd68/mobile/android/app/geckoview-prefs.js#45-46