Bug 1331725 - Use menulist powered <select> dropdown by default for non-e10s. r=jaws

MozReview-Commit-ID: BWiZsQXhObP

--HG--
extra : rebase_source : 214d5321bcfabb48ae5de459545f843b70440bc0
This commit is contained in:
Mike Conley 2017-02-13 07:57:28 -08:00
parent 432dbc939a
commit 98fc5499a5

View File

@ -1596,3 +1596,7 @@ pref("browser.formautofill.loglevel", "Warn");
pref("urlclassifier.malwareTable", "goog-malware-shavar,goog-unwanted-shavar,goog-malware-proto,goog-unwanted-proto,test-malware-simple,test-unwanted-simple");
pref("urlclassifier.phishTable", "goog-phish-shavar,goog-phish-proto,test-phish-simple");
#endif
// Use the menulist powered popup for <select>'s by default
pref("dom.select_popup_in_parent.enabled", true);