diff --git a/mozilla/browser/app/profile/firefox.js b/mozilla/browser/app/profile/firefox.js index 33475904d63..573d67ded20 100644 --- a/mozilla/browser/app/profile/firefox.js +++ b/mozilla/browser/app/profile/firefox.js @@ -217,7 +217,7 @@ pref("browser.urlbar.matchOnWordBoundary", true); pref("browser.urlbar.filter.javascript", true); // the maximum number of results to show in autocomplete when doing richResults -pref("browser.urlbar.maxRichResults", 25); +pref("browser.urlbar.maxRichResults", 12); // Size of "chunks" affects the number of places to process between each search // timeout (ms). Too big and the UI will be unresponsive; too small and we'll // be waiting on the timeout too often without many results. diff --git a/mozilla/browser/base/content/browser.xul b/mozilla/browser/base/content/browser.xul index 02c6c472a2a..fcb6fe16d01 100644 --- a/mozilla/browser/base/content/browser.xul +++ b/mozilla/browser/base/content/browser.xul @@ -312,7 +312,7 @@ showimagecolumn="true" enablehistory="true" timeout="100" - maxrows="10" + maxrows="6" newlines="stripsurroundingwhitespace" oninput="URLBarOnInput(event);" ontextentered="return handleURLBarCommand(param);"