mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 1304178 - Pref on the new console frontend in nightly;r=linclark
MozReview-Commit-ID: E8M4YvI81bX
This commit is contained in:
parent
4c4c6f2a4d
commit
9eb03c4dd7
@ -315,7 +315,11 @@ pref("devtools.webconsole.timestampMessages", false);
|
||||
pref("devtools.webconsole.autoMultiline", true);
|
||||
|
||||
// Enable the experimental webconsole frontend (work in progress)
|
||||
#if defined(NIGHTLY_BUILD)
|
||||
pref("devtools.webconsole.new-frontend-enabled", true);
|
||||
#else
|
||||
pref("devtools.webconsole.new-frontend-enabled", false);
|
||||
#endif
|
||||
|
||||
// Enable the experimental support for source maps in console (work in progress)
|
||||
pref("devtools.sourcemap.locations.enabled", false);
|
||||
|
Loading…
Reference in New Issue
Block a user