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:
Tom Schuster 2023-11-03 20:15:25 +00:00
parent 7c3192b444
commit 0eed0d93ba
3 changed files with 3 additions and 2 deletions

View File

@ -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"]

View File

@ -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

View File

@ -0,0 +1 @@
prefs: [dom.select.showPicker.enabled:true]