author | Patrick Brosset <pbrosset@mozilla.com> |
Mon, 04 Jul 2016 09:44:18 +0200 | |
changeset 303530 | 99b859906a9ca1e86c31415f98c1f8094c4f67d5 |
parent 303483 | 4191df8e4b8e1e2dd0593132dac25915f987f797 |
child 303531 | 05cb30a038a27b6ef490bbb453cc3424f836e7dc |
push id | 30393 |
push user | philringnalda@gmail.com |
push date | Mon, 04 Jul 2016 21:48:04 +0000 |
treeherder | mozilla-central@0842107a80e7 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1280121 |
milestone | 50.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/devtools/client/preferences/devtools.js +++ b/devtools/client/preferences/devtools.js @@ -318,17 +318,17 @@ pref("devtools.editor.tabsize", 2); pref("devtools.editor.expandtab", true); pref("devtools.editor.keymap", "default"); pref("devtools.editor.autoclosebrackets", true); pref("devtools.editor.detectindentation", true); pref("devtools.editor.enableCodeFolding", true); pref("devtools.editor.autocomplete", true); // Enable the Font Inspector -pref("devtools.fontinspector.enabled", false); +pref("devtools.fontinspector.enabled", 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.