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

Unified Diff: Source/devtools/front_end/elements/module.json

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/elements/module.json
diff --git a/Source/devtools/front_end/elements/module.json b/Source/devtools/front_end/elements/module.json
index 683a3178c06ff99d86054e082818e989923a213f..18001341fbbf6575643e39de9c1acd3f74fe504c 100644
--- a/Source/devtools/front_end/elements/module.json
+++ b/Source/devtools/front_end/elements/module.json
@@ -62,6 +62,13 @@
"title": "Show rulers",
"settingName": "showMetricsRulers",
"settingType": "checkbox"
+ },
+ {
+ "type": "ui-setting",
+ "section": "Elements",
+ "title": "Highlight DOM updates",
+ "settingName": "highlightDOMUpdates",
+ "settingType": "checkbox"
}
],
"dependencies": [

Powered by Google App Engine
This is Rietveld 408576698