author | Sean Lee <selee@mozilla.com> |
Wed, 07 Jun 2017 17:21:37 +0800 | |
changeset 362794 | 60afe5db03953126ca3f6a40e7a3aab81e425556 |
parent 362793 | 72d59502362b52b49cfa141703d7e82d4180bff6 |
child 362795 | 0498a3f9d548b986ed103bc8bd0d32dbfa975f8c |
push id | 31988 |
push user | cbook@mozilla.com |
push date | Thu, 08 Jun 2017 12:43:02 +0000 |
treeherder | mozilla-central@f223e1fd2044 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | MattN |
bugs | 1368872 |
milestone | 55.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -1658,17 +1658,17 @@ pref("browser.crashReports.unsubmittedCh // Preferences for the form autofill system extension #ifdef NIGHTLY_BUILD pref("extensions.formautofill.experimental", true); #else pref("extensions.formautofill.experimental", false); #endif pref("extensions.formautofill.addresses.enabled", true); -pref("extensions.formautofill.heuristics.enabled", false); +pref("extensions.formautofill.heuristics.enabled", true); pref("extensions.formautofill.loglevel", "Warn"); // Whether or not to restore a session with lazy-browser tabs. pref("browser.sessionstore.restore_tabs_lazily", true); // Enable safebrowsing v4 tables (suffixed by "-proto") update. #ifdef NIGHTLY_BUILD pref("urlclassifier.malwareTable", "goog-malware-shavar,goog-unwanted-shavar,goog-malware-proto,goog-unwanted-proto,test-malware-simple,test-unwanted-simple");