Bug 1168811 - Enable Unified AutoComplete. r=Mossop

This commit is contained in:
Marco Bonardo 2015-05-28 21:27:43 +02:00
parent 0af9fb4894
commit 2a69a5785b

View File

@ -316,7 +316,7 @@ pref("browser.urlbar.autoFill", true);
pref("browser.urlbar.autoFill.typed", true);
// Use the new unifiedComplete component
pref("browser.urlbar.unifiedcomplete", false);
pref("browser.urlbar.unifiedcomplete", true);
// 0: Match anywhere (e.g., middle of words)
// 1: Match on word boundaries and then try matching anywhere