author | Ricky Rosario <rickyrosario@gmail.com> |
Fri, 08 Feb 2019 18:15:52 +0000 | |
changeset 458288 | 5a7505f349c91e9693c60bf196824341933534e6 |
parent 458287 | 7168320522bb4ba749c89007972513b53e00c469 |
child 458289 | dec5ea7cb93f0cbd9db782d5b70db44651e88056 |
push id | 77779 |
push user | rrosario@mozilla.com |
push date | Fri, 08 Feb 2019 18:39:15 +0000 |
treeherder | autoland@5a7505f349c9 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | nanj |
bugs | 1526366 |
milestone | 67.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 @@ -964,21 +964,17 @@ pref("browser.security.newcerterrorpage. pref("browser.security.newcerterrorpage.mitm.enabled", true); pref("security.certerrors.recordEventTelemetry", true); pref("security.certerrors.permanentOverride", true); // Whether to start the private browsing mode at application startup pref("browser.privatebrowsing.autostart", false); // Whether to show the new private browsing UI with in-content search box. -#ifdef EARLY_BETA_OR_EARLIER pref("browser.privatebrowsing.searchUI", true); -#else -pref("browser.privatebrowsing.searchUI", false); -#endif // Whether the bookmark panel should be shown when bookmarking a page. pref("browser.bookmarks.editDialog.showForNewBookmarks", true); // Don't try to alter this pref, it'll be reset the next time you use the // bookmarking dialog pref("browser.bookmarks.editDialog.firstEditField", "namePicker");