mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Backed out changeset 58075bcbdcef (bug 1588050) for dt failures on browser_aboutdebugging_process_main.js . CLOSED TREE
This commit is contained in:
parent
0313ebae43
commit
d79d5e6906
@ -1905,14 +1905,11 @@ pref("devtools.toolbox.splitconsoleEnabled", false);
|
||||
pref("devtools.toolbox.splitconsoleHeight", 100);
|
||||
pref("devtools.toolbox.tabsOrder", "");
|
||||
|
||||
// The fission pref for enabling the "Multiprocess Browser Toolbox", which will
|
||||
// The fission pref for enabling the "Omniscient Browser Toolbox", which will
|
||||
// make it possible to debug anything in Firefox (See Bug 1570639 for more
|
||||
// information).
|
||||
#if defined(NIGHTLY_BUILD)
|
||||
pref("devtools.browsertoolbox.fission", true);
|
||||
#else
|
||||
// ⚠ This is a work in progress. Expect weirdness when the pref is enabled. ⚠
|
||||
pref("devtools.browsertoolbox.fission", false);
|
||||
#endif
|
||||
|
||||
// The fission pref for enabling Fission frame debugging directly from the
|
||||
// regular web/content toolbox.
|
||||
|
Loading…
Reference in New Issue
Block a user