mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1854112 - Make HTMLSelectElement showPicker method Nightly-only. r=emilio
When I landed this initially, it looked to me like the spec PR was about to land, but now there is an ongoing discussion about the behavior in uncomposed documents and even concerns with the previous <input> showPicker method. Differential Revision: https://phabricator.services.mozilla.com/D192747
This commit is contained in:
parent
7c3192b444
commit
0eed0d93ba
@ -1,5 +1,5 @@
|
||||
[DEFAULT]
|
||||
prefs = ["gfx.font_loader.delay=0"]
|
||||
prefs = ["gfx.font_loader.delay=0", "dom.select.showPicker.enabled=true"]
|
||||
support-files = ["head.js"]
|
||||
|
||||
["browser_selectpopup.js"]
|
||||
|
@ -3776,7 +3776,7 @@
|
||||
|
||||
- name: dom.select.showPicker.enabled
|
||||
type: bool
|
||||
value: true
|
||||
value: @IS_NIGHTLY_BUILD@
|
||||
mirror: always
|
||||
|
||||
- name: dom.separate_event_queue_for_post_message.enabled
|
||||
|
@ -0,0 +1 @@
|
||||
prefs: [dom.select.showPicker.enabled:true]
|
Loading…
Reference in New Issue
Block a user