зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1506096 - Restore browser.urlbar.autocomplete.enabled for Android. r=JanH
Differential Revision: https://phabricator.services.mozilla.com/D11504 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
993a88ccc2
Коммит
b8deeabac0
|
@ -708,6 +708,9 @@ pref("layers.enable-tiles", true);
|
|||
// Enable the dynamic toolbar
|
||||
pref("browser.chrome.dynamictoolbar", true);
|
||||
|
||||
// Location Bar AutoComplete.
|
||||
pref("browser.urlbar.autocomplete.enabled", true);
|
||||
|
||||
// Hide common parts of URLs like "www." or "http://"
|
||||
pref("browser.urlbar.trimURLs", true);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче