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

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

Issue 826713005: DevTools: Highlight changed scope variables as they change (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: addressing feedback. settings label. Created 5 years, 11 months 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/sources/module.json
diff --git a/Source/devtools/front_end/sources/module.json b/Source/devtools/front_end/sources/module.json
index 37f571a6e33d9aee3c5235492a9e754142fcb77c..3e92bb285d019d2422d71edff6a92a293b0046d4 100644
--- a/Source/devtools/front_end/sources/module.json
+++ b/Source/devtools/front_end/sources/module.json
@@ -171,6 +171,13 @@
{
"type": "ui-setting",
"section": "Sources",
+ "title": "Highlight changed properties",
+ "settingName": "highlightChangedProperties",
+ "settingType": "checkbox"
+ },
+ {
+ "type": "ui-setting",
+ "section": "Sources",
"title": "Enable CSS source maps",
"settingName": "cssSourceMapsEnabled",
"settingType": "checkbox"

Powered by Google App Engine
This is Rietveld 408576698