☠☠ backed out by 394644a72c8e ☠ ☠ | |
author | Nicolas Chevobbe <nchevobbe@mozilla.com> |
Fri, 27 Apr 2018 16:29:55 +0200 | |
changeset 416071 | fd07ca1a922fc89838ba3aac345d843d5e3fa082 |
parent 416070 | 31104079416b1f4a0db7cb08505000314fa8062f |
child 416072 | a9bd9695b7e0741b5b0d1b73397b57a7cced77f8 |
push id | 63366 |
push user | nchevobbe@mozilla.com |
push date | Fri, 27 Apr 2018 16:15:54 +0000 |
treeherder | autoland@fd07ca1a922f [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | bgrins |
bugs | 1447235, 1419292 |
milestone | 61.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-client.js +++ b/devtools/client/preferences/devtools-client.js @@ -280,18 +280,22 @@ pref("devtools.netmonitor.persistlog", f // in the Web Console to display a timestamp, or |false| to not display // 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 webconsole sidebar toggle +// Enable the webconsole sidebar toggle in Nightly builds. +#if defined(NIGHTLY_BUILD) +pref("devtools.webconsole.sidebarToggle", true); +#else pref("devtools.webconsole.sidebarToggle", false); +#endif // Disable the new performance recording panel by default pref("devtools.performance.new-panel-enabled", false); // 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.