mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 1592126 - Disable the megabar redesign until the next design iteration. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D50864 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
7a3f50f068
commit
abe6482b65
@ -330,13 +330,8 @@ pref("browser.urlbar.usepreloadedtopurls.enabled", false);
|
||||
pref("browser.urlbar.usepreloadedtopurls.expire_days", 14);
|
||||
|
||||
// Whether the quantum bar displays the major design update.
|
||||
#ifdef NIGHTLY_BUILD
|
||||
pref("browser.urlbar.megabar", true);
|
||||
pref("browser.urlbar.view.stripHttps", true);
|
||||
#else
|
||||
pref("browser.urlbar.megabar", false);
|
||||
pref("browser.urlbar.view.stripHttps", false);
|
||||
#endif
|
||||
pref("browser.urlbar.megabar", false);
|
||||
pref("browser.urlbar.view.stripHttps", false);
|
||||
|
||||
pref("browser.urlbar.openViewOnFocus", false);
|
||||
pref("browser.urlbar.eventTelemetry.enabled", false);
|
||||
|
Loading…
Reference in New Issue
Block a user