зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1576219 - Enable DOM Mutation Breakpoints r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D43273 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
21f80e5c3a
Коммит
b08f3b6b26
|
@ -2041,7 +2041,7 @@ pref("devtools.markup.collapseAttributeLength", 120);
|
|||
pref("devtools.markup.beautifyOnCopy", false);
|
||||
// Whether or not the DOM mutation breakpoints context menu are enabled in the
|
||||
// markup view.
|
||||
pref("devtools.markup.mutationBreakpoints.enabled", false);
|
||||
pref("devtools.markup.mutationBreakpoints.enabled", true);
|
||||
|
||||
// DevTools default color unit
|
||||
pref("devtools.defaultColorUnit", "authored");
|
||||
|
|
|
@ -80,7 +80,7 @@ pref("devtools.debugger.features.map-expression-bindings", true);
|
|||
pref("devtools.debugger.features.xhr-breakpoints", true);
|
||||
pref("devtools.debugger.features.original-blackbox", true);
|
||||
pref("devtools.debugger.features.event-listeners-breakpoints", true);
|
||||
pref("devtools.debugger.features.dom-mutation-breakpoints", false);
|
||||
pref("devtools.debugger.features.dom-mutation-breakpoints", true);
|
||||
pref("devtools.debugger.features.log-points", true);
|
||||
pref("devtools.debugger.features.overlay-step-buttons", false);
|
||||
pref("devtools.debugger.features.inline-preview", false);
|
||||
|
|
Загрузка…
Ссылка в новой задаче