Bug 1466304 - Add preferences required after bug 1464454. Remove deprecated browser.urlbar.restrict.openpage. rs=bustage-fix DONTBUILD

This commit is contained in:
Jorg K 2018-06-02 09:40:30 +02:00
Родитель 04fbc6e40a
Коммит 2fd5e8f0a5
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -697,7 +697,8 @@ pref("places.frecency.defaultVisitBonus", 0);
pref("places.frecency.unvisitedBookmarkBonus", 140); pref("places.frecency.unvisitedBookmarkBonus", 140);
pref("places.frecency.unvisitedTypedBonus", 200); pref("places.frecency.unvisitedTypedBonus", 200);
pref("browser.urlbar.restrict.openpage", "%"); pref("browser.urlbar.autoFill", true); // See bug 1466304.
pref("browser.urlbar.maxRichResults", 10); // See bug 1466304.
// The default for this pref reflects whether the build is capable of IPC. // The default for this pref reflects whether the build is capable of IPC.
// (Turning it on in a no-IPC build will have no effect.) // (Turning it on in a no-IPC build will have no effect.)