Backed out changeset 58075bcbdcef (bug 1588050) for dt failures on browser_aboutdebugging_process_main.js . CLOSED TREE

This commit is contained in:
Narcis Beleuzu 2019-12-18 10:58:56 +02:00
parent 0313ebae43
commit d79d5e6906

View File

@ -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.