Bug 334863: add browser.urlbar.autoFill to firefox.js, so that it shows up in about:config, patch by Peter Kasting <pkasting@google.com>, r=mconnor

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195071 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com
2006-04-21 17:00:30 +00:00
parent 8be7234c6c
commit 10d4e4ddc2

View File

@@ -182,6 +182,7 @@ pref("browser.startup.homepage", "resource:/browserconfig.properties")
pref("browser.cache.disk.capacity", 50000);
pref("browser.enable_automatic_image_resizing", true);
pref("browser.urlbar.autoFill", false);
pref("browser.urlbar.matchOnlyTyped", false);
pref("browser.chrome.site_icons", true);
pref("browser.chrome.favicons", true);