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

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: Fix tests (for ETO not wired to DOMModel) 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
« no previous file with comments | « Source/devtools/front_end/elements/elementsTreeOutline.css ('k') | Source/devtools/front_end/externs.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 235b1e46116b8a4857385afa933599cfd2804158..f67949b8811bed862a0bf7966aadd1134a5151d3 100644
--- a/Source/devtools/front_end/elements/module.json
+++ b/Source/devtools/front_end/elements/module.json
@@ -94,6 +94,13 @@
"title": "Show rulers",
"settingName": "showMetricsRulers",
"settingType": "checkbox"
+ },
+ {
+ "type": "ui-setting",
+ "section": "Elements",
+ "title": "Highlight DOM updates",
+ "settingName": "highlightDOMUpdates",
+ "settingType": "checkbox"
}
],
"dependencies": [
« no previous file with comments | « Source/devtools/front_end/elements/elementsTreeOutline.css ('k') | Source/devtools/front_end/externs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698