Bug 1243951 - Enable JSON Viewer for all channels. r=Honza draft
authorJ. Ryan Stinnett <jryans@gmail.com>
Fri, 06 Jan 2017 15:47:40 -0600
changeset 457147 d2c1f5ab63d7274a913e0e3e4c5b6929c5757130
parent 455971 a2741dd43eeae54f4dd7423bd832a761481c56ce
child 541401 38bef4956ad47986eb6b1b2a82b59d4ef2562036
push id40689
push userbmo:jryans@gmail.com
push dateFri, 06 Jan 2017 21:48:30 +0000
reviewersHonza
bugs1243951
milestone53.0a1
Bug 1243951 - Enable JSON Viewer for all channels. r=Honza MozReview-Commit-ID: BGOmZ18P9AL
devtools/client/preferences/devtools.js
--- a/devtools/client/preferences/devtools.js
+++ b/devtools/client/preferences/devtools.js
@@ -353,18 +353,13 @@ pref("devtools.editor.detectindentation"
 pref("devtools.editor.enableCodeFolding", true);
 pref("devtools.editor.autocomplete", true);
 
 // Pref to store the browser version at the time of a telemetry ping for an
 // opened developer tool. This allows us to ping telemetry just once per browser
 // version for each user.
 pref("devtools.telemetry.tools.opened.version", "{}");
 
-// Enable the JSON View tool (an inspector for application/json documents) on
-// Nightly and Dev. Edition.
-#ifdef RELEASE_OR_BETA
-pref("devtools.jsonview.enabled", false);
-#else
+// Enable the JSON View tool (an inspector for application/json documents).
 pref("devtools.jsonview.enabled", true);
-#endif
 
 // Enable the HTML responsive design mode for all channels.
 pref("devtools.responsive.html.enabled", true);