зеркало из https://github.com/mozilla/pjs.git
Bug 515452: default bookmarks should appear in the awesomebar on first run, r=mfinkle
--HG-- extra : rebase_source : 3e367630332543d8bbf311110751a67eee434580
This commit is contained in:
Родитель
76e8ef5cd9
Коммит
523d4d3a17
|
@ -228,6 +228,10 @@ pref("browser.search.suggest.enabled", true);
|
|||
// enable xul error pages
|
||||
pref("browser.xul.error_pages.enabled", true);
|
||||
|
||||
// Specify emptySearch = 0 so that bookmarks appear in the list by default
|
||||
pref("browser.urlbar.default.behavior", 0);
|
||||
pref("browser.urlbar.default.behavior.emptyRestriction", 0);
|
||||
|
||||
// various and sundry awesomebar prefs (should remove/re-evaluate
|
||||
// these once bug 447900 is fixed)
|
||||
pref("browser.urlbar.clickSelectsAll", true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче