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

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

Issue 1273313002: DevTools: introduce dom markers, decorate hidden, forced state and breakpoint elements using marker… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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/elements/module.json
diff --git a/Source/devtools/front_end/elements/module.json b/Source/devtools/front_end/elements/module.json
index 96fb7dc299f44a2b6731cfd2e27218749cfe2f9f..04fbc69b051247c34bda2e8aa7a7c518ba6aa56a 100644
--- a/Source/devtools/front_end/elements/module.json
+++ b/Source/devtools/front_end/elements/module.json
@@ -99,6 +99,16 @@
"shortcut": "F2"
}
]
+ },
+ {
+ "type": "@WebInspector.DOMPresentationUtils.MarkerDecorator",
+ "className": "WebInspector.ElementsPanel.PseudoStateMarkerDecorator",
+ "marker": "pseudo-state"
+ },
+ {
+ "type": "@WebInspector.DOMPresentationUtils.MarkerDecorator",
+ "className": "WebInspector.ElementsPanel.HiddenMarkerDecorator",
+ "marker": "hidden"
}
],
"dependencies": [

Powered by Google App Engine
This is Rietveld 408576698