Bug 735187 - Re-enable inline autocomplete by default. rs=gavin

This commit is contained in:
Marco Bonardo 2012-03-13 11:30:34 +01:00
parent 63ccfeff51
commit f7508dd01e

View File

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