diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 1560d1217f1e..19dc4101560c 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -1636,12 +1636,7 @@ pref("browser.crashReports.unsubmittedCheck.chancesUntilSuppress", 4); pref("browser.crashReports.unsubmittedCheck.autoSubmit", false); // Preferences for the form autofill system extension -#ifdef NIGHTLY_BUILD -pref("browser.formautofill.experimental", true); -pref("dom.forms.autocomplete.experimental", true); -#else pref("browser.formautofill.experimental", false); -#endif pref("browser.formautofill.enabled", true); pref("browser.formautofill.loglevel", "Warn"); diff --git a/browser/extensions/formautofill/content/manageProfiles.xhtml b/browser/extensions/formautofill/content/manageProfiles.xhtml index 8f162ab2bab2..ffc7fed734f5 100644 --- a/browser/extensions/formautofill/content/manageProfiles.xhtml +++ b/browser/extensions/formautofill/content/manageProfiles.xhtml @@ -5,19 +5,14 @@ - Form Autofill - Manage Addresses + Profile Autofill - Manage Profiles -

- Autofill of addresses is only ready for testing in en-US on <input>s which specify field types - using the autocomplete attribute. - Demo page -

- Addresses + Profiles