зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1747288 - Fix test pref setup r=tgiles,preferences-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D134519
This commit is contained in:
Родитель
fbf1e796ec
Коммит
87ec07c548
|
@ -12,7 +12,8 @@ prefs =
|
||||||
gfx.canvas.willReadFrequently.enable=true
|
gfx.canvas.willReadFrequently.enable=true
|
||||||
# The form autofill framescript is only used in certain locales if this
|
# The form autofill framescript is only used in certain locales if this
|
||||||
# pref is set to 'detect', which is the default value on non-Nightly.
|
# pref is set to 'detect', which is the default value on non-Nightly.
|
||||||
extensions.formautofill.available='on'
|
extensions.formautofill.addresses.available='on'
|
||||||
|
extensions.formautofill.creditCards.available='on'
|
||||||
browser.urlbar.disableExtendForTests=true
|
browser.urlbar.disableExtendForTests=true
|
||||||
# The Screenshots extension is disabled by default in Mochitests. We re-enable
|
# The Screenshots extension is disabled by default in Mochitests. We re-enable
|
||||||
# it here, since it's a more realistic configuration.
|
# it here, since it's a more realistic configuration.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
prefs =
|
prefs =
|
||||||
extensions.formautofill.available='on'
|
extensions.formautofill.addresses.available='on'
|
||||||
extensions.formautofill.creditCards.available=true
|
extensions.formautofill.creditCards.available='on'
|
||||||
signon.management.page.os-auth.enabled=true
|
signon.management.page.os-auth.enabled=true
|
||||||
support-files =
|
support-files =
|
||||||
head.js
|
head.js
|
||||||
|
|
|
@ -27,4 +27,5 @@ user_pref("dom.forms.datetime-local", true);
|
||||||
user_pref("dom.gamepad.enabled", true);
|
user_pref("dom.gamepad.enabled", true);
|
||||||
user_pref("dom.gamepad.non_standard_events.enabled", true);
|
user_pref("dom.gamepad.non_standard_events.enabled", true);
|
||||||
// Enable form autofill feature testing.
|
// Enable form autofill feature testing.
|
||||||
user_pref("extensions.formautofill.available", "on");
|
user_pref("extensions.formautofill.addresses.available", "on");
|
||||||
|
user_pref("extensions.formautofill.creditCards.available", "on");
|
||||||
|
|
Загрузка…
Ссылка в новой задаче