Backout f5bd25c789b6 "Bug 1245121 - Enable JSON Viewer on RELEASE_BUILD" for Talos regressions.

This commit is contained in:
J. Ryan Stinnett 2016-02-16 09:15:06 -06:00
Родитель 84f50654a3
Коммит 0e31ff0cab
1 изменённых файлов: 4 добавлений и 5 удалений

Просмотреть файл

@ -332,12 +332,11 @@ pref("devtools.fontinspector.enabled", true);
// 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_BUILD
pref("devtools.jsonview.enabled", false);
// Enable the JSON View tool (an inspector for application/json documents)
#ifdef MOZ_DEV_EDITION
pref("devtools.jsonview.enabled", true);
#else
pref("devtools.jsonview.enabled", true);
pref("devtools.jsonview.enabled", false);
#endif
// Disable the HTML responsive design tool by default. Currently disabled until