255394 - default search query parameter generation, r+sr=brendan@mozilla.org

This commit is contained in:
ben%bengoodger.com 2006-07-29 08:48:08 +00:00
Родитель c01777dd2a
Коммит d1b78925f1
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -106,6 +106,9 @@ pref("browser.urlbar.clickSelectsAll", true);
// when clickSelectsAll=true, does it also apply when the click is past end of text?
pref("browser.urlbar.clickAtEndSelects", true);
pref("browser.search.param.Google.1.name", "chrome://navigator/content/searchconfig.properties");
pref("browser.search.param.Google.1.custom", "chrome://navigator/content/searchconfig.properties");
pref("browser.search.param.Google.1.default", "chrome://navigator/content/searchconfig.properties");
pref("browser.history.grouping", "day");
pref("browser.sessionhistory.max_entries", 50);