зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 191d6836bc82 (bug 1615622) for dt failures at browser_dbg-asyncstacks.js. CLOSED TREE
This commit is contained in:
Родитель
044353354e
Коммит
494c2936fb
|
@ -2272,13 +2272,7 @@ pref("devtools.aboutdebugging.collapsibilities.temporaryExtension", false);
|
|||
// Map top-level await expressions in the console
|
||||
pref("devtools.debugger.features.map-await-expression", true);
|
||||
|
||||
#if defined(NIGHTLY_BUILD) || defined(MOZ_DEV_EDITION)
|
||||
pref("devtools.debugger.features.async-captured-stacks", true);
|
||||
pref("devtools.debugger.features.async-live-stacks", false);
|
||||
#else
|
||||
pref("devtools.debugger.features.async-live-stacks", true);
|
||||
pref("devtools.debugger.features.async-captured-stacks", false);
|
||||
#endif
|
||||
|
||||
// Disable autohide for DevTools popups and tooltips.
|
||||
// This is currently not exposed by any UI to avoid making
|
||||
|
|
|
@ -62,6 +62,7 @@ pref("devtools.debugger.map-scopes-enabled", false);
|
|||
pref("devtools.debugger.log-actions", false);
|
||||
pref("devtools.debugger.log-event-breakpoints", false);
|
||||
|
||||
pref("devtools.debugger.features.async-captured-stacks", false);
|
||||
pref("devtools.debugger.features.wasm", true);
|
||||
pref("devtools.debugger.features.shortcuts", true);
|
||||
pref("devtools.debugger.features.root", true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче