Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(984)

Unified Diff: Source/devtools/front_end/common/Settings.js

Issue 701153002: DevTools: [Elements] Highlight DOM updates (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments, add setting Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/common/Settings.js
diff --git a/Source/devtools/front_end/common/Settings.js b/Source/devtools/front_end/common/Settings.js
index 671289d4b0921e020ff96792bef0aa8634999af0..5a520566dbba11e86f026fd7dfd5516c118b1297 100644
--- a/Source/devtools/front_end/common/Settings.js
+++ b/Source/devtools/front_end/common/Settings.js
@@ -91,6 +91,7 @@ WebInspector.Settings = function()
this.disableOverridesWarning = this.createSetting("disableOverridesWarning", false);
this.testPath = this.createSetting("testPath", "");
this.frameViewerHideChromeWindow = this.createSetting("frameViewerHideChromeWindow", false);
+ this.highlightDOMUpdates = this.createSetting("highlightDOMUpdates", true);
// Rendering options
this.showPaintRects = this.createSetting("showPaintRects", false);

Powered by Google App Engine
This is Rietveld 408576698