From b8deeabac0dddb66c287af83d42eb38d8fa33d28 Mon Sep 17 00:00:00 2001 From: Marco Bonardo Date: Fri, 9 Nov 2018 21:07:13 +0000 Subject: [PATCH] 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 --- mobile/android/app/mobile.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mobile/android/app/mobile.js b/mobile/android/app/mobile.js index 558f7cf5d429..25c8bd0416e8 100644 --- a/mobile/android/app/mobile.js +++ b/mobile/android/app/mobile.js @@ -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);