Bug 720792 (part 1.5) - Disable inline autocomplete till part 2 lands.

This commit is contained in:
Marco Bonardo 2012-01-31 11:29:25 +01:00
parent 7857cfe044
commit b366cdcdcd

View File

@ -280,7 +280,7 @@ pref("browser.urlbar.doubleClickSelectsAll", true);
#else
pref("browser.urlbar.doubleClickSelectsAll", false);
#endif
pref("browser.urlbar.autoFill", true);
pref("browser.urlbar.autoFill", false);
// 0: Match anywhere (e.g., middle of words)
// 1: Match on word boundaries and then try matching anywhere
// 2: Match only on word boundaries (e.g., after / or .)