Bug 1105456 - Temporarily disable Unified Complete due to recent regressions. r=post-facto a=ryanVM for pushing on a CLOSED TREE central

--HG--
extra : histedit_source : 040465fdd50a2b6a310a8e2169ddad9b7d1d4500
This commit is contained in:
Marco Bonardo 2014-11-26 21:13:18 +01:00
Родитель d1357bcbc6
Коммит 24bd6339dd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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