Bug 1397425 - Ship the new console frontend on all channels;r=Honza draft
authorBrian Grinstead <bgrinstead@mozilla.com>
Wed, 06 Sep 2017 13:02:18 -0700
changeset 660278 34398e433088ee1e76c72313869dddbdfd5ff8a7
parent 659873 c959327c6b75cd4930a6ea087583c38b805e7524
child 730189 7ecc49099067fc8f14f25c4339590a2fe5b7ae07
push id78350
push userbgrinstead@mozilla.com
push dateWed, 06 Sep 2017 20:02:30 +0000
reviewersHonza
bugs1397425
milestone57.0a1
Bug 1397425 - Ship the new console frontend on all channels;r=Honza MozReview-Commit-ID: 7AQTNbW989k
devtools/client/preferences/devtools.js
--- a/devtools/client/preferences/devtools.js
+++ b/devtools/client/preferences/devtools.js
@@ -298,21 +298,17 @@ pref("devtools.netmonitor.persistlog", f
 // any timestamps.
 pref("devtools.webconsole.timestampMessages", false);
 
 // Web Console automatic multiline mode: |true| if you want incomplete statements
 // to automatically trigger multiline editing (equivalent to shift + enter).
 pref("devtools.webconsole.autoMultiline", true);
 
 // Enable the new webconsole frontend
-#if defined(NIGHTLY_BUILD) || defined(MOZ_DEV_EDITION)
 pref("devtools.webconsole.new-frontend-enabled", true);
-#else
-pref("devtools.webconsole.new-frontend-enabled", false);
-#endif
 
 // Enable client-side mapping service for source maps
 pref("devtools.source-map.client-service.enabled", true);
 
 // The number of lines that are displayed in the web console.
 pref("devtools.hud.loglimit", 10000);
 
 // The number of lines that are displayed in the old web console for the Net,