Backed out changeset 191d6836bc82 (bug 1615622) for dt failures at browser_dbg-asyncstacks.js. CLOSED TREE

This commit is contained in:
Brindusan Cristian 2020-03-04 23:48:43 +02:00
Родитель 044353354e
Коммит 494c2936fb
2 изменённых файлов: 1 добавлений и 6 удалений

Просмотреть файл

@ -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);