Bug 1369801 - move devtools.inspector.enabled to devtools-startup-prefs;r=ochameau

MozReview-Commit-ID: BojshjPhVGe

--HG--
extra : rebase_source : c1d82bfd8bd0108ea3f30c7573a4c4d597b6979f
This commit is contained in:
Julian Descottes 2017-07-25 22:09:01 +02:00
Родитель b188e49fd4
Коммит e7a8569efe
2 изменённых файлов: 3 добавлений и 2 удалений

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

@ -47,8 +47,6 @@ pref("devtools.command-button-measure.enabled", false);
pref("devtools.command-button-noautohide.enabled", false);
// Inspector preferences
// Enable the Inspector
pref("devtools.inspector.enabled", true);
// What was the last active sidebar in the inspector
pref("devtools.inspector.activeSidebar", "ruleview");
pref("devtools.inspector.remote", false);

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

@ -11,6 +11,9 @@
// Enable the JSON View tool (an inspector for application/json documents).
pref("devtools.jsonview.enabled", true);
// Enable the Inspector, this preference is used from mozilla-central.
pref("devtools.inspector.enabled", true);
// Default theme ("dark" or "light")
#ifdef MOZ_DEV_EDITION
sticky_pref("devtools.theme", "dark");