Closed
Bug 1577919
Opened 5 years ago
Closed 5 years ago
Add an IS_NOT_ANDROID constant to StaticPrefList.yaml
Categories
(Core :: Preferences: Backend, task)
Core
Preferences: Backend
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: KrisWright, Assigned: KrisWright)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
There are several prefs that could use an IS_NOT_ANDROID constant in the static prefs file:
apz.keyboard.enabled
dom.enable_window_print
dom.storageManager.enabled
dom.w3c_pointer_events.enabled
dom.webkitBlink.dirPicker.enabled
dom.webkitBlink.filesystem.enabled
javascript.options.gc_on_memory_pressure
security.webauth.u2f
webgl.default-antialias
And possibly more after all duplicates are removed from all.js
. Additionally, there are some prefs that could use the existing IS_ANDROID.
Assignee | ||
Comment 1•5 years ago
|
||
Adds an IS_NOT_ANDROID value to static prefs and updates prefs that can use the value. Also cleans up prefs that should be using IS_ANDROID.
Pushed by kwright@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c07f576373d6
add an IS_NOT_ANDROID value to static prefs r=njn
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Updated•5 years ago
|
Assignee: nobody → kwright
You need to log in
before you can comment on or make changes to this bug.
Description
•