зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1583446 - Enabling Search in all channels r=Harald
Differential Revision: https://phabricator.services.mozilla.com/D52334 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
d32bcc377c
Коммит
9cdd87b0eb
|
@ -2134,12 +2134,7 @@ pref("devtools.serviceWorkers.testing.enabled", false);
|
||||||
// Enable the Network Monitor
|
// Enable the Network Monitor
|
||||||
pref("devtools.netmonitor.enabled", true);
|
pref("devtools.netmonitor.enabled", true);
|
||||||
|
|
||||||
// Enable Network Search in Nightly builds.
|
|
||||||
#if defined(NIGHTLY_BUILD) || defined(MOZ_DEV_EDITION)
|
|
||||||
pref("devtools.netmonitor.features.search", true);
|
pref("devtools.netmonitor.features.search", true);
|
||||||
#else
|
|
||||||
pref("devtools.netmonitor.features.search", false);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(NIGHTLY_BUILD) || defined(MOZ_DEV_EDITION)
|
#if defined(NIGHTLY_BUILD) || defined(MOZ_DEV_EDITION)
|
||||||
pref("devtools.netmonitor.features.requestBlocking", true);
|
pref("devtools.netmonitor.features.requestBlocking", true);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче