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

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: for landing 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 4b54ffae7ae543e0bc262cff661beac878cfec60..7880a3607d433f46fd819b7c9fa6b4ff1fe9a59c 100644
--- a/Source/devtools/front_end/elements/module.json
+++ b/Source/devtools/front_end/elements/module.json
@@ -108,6 +108,16 @@
"shortcut": "F2"
}
]
+ },
+ {
+ "type": "@WebInspector.DOMPresentationUtils.MarkerDecorator",
+ "className": "WebInspector.ElementsPanel.PseudoStateMarkerDecorator",
+ "marker": "pseudo-state-marker"
+ },
+ {
+ "type": "@WebInspector.DOMPresentationUtils.MarkerDecorator",
+ "className": "WebInspector.ElementsPanel.HiddenMarkerDecorator",
+ "marker": "hidden-marker"
}
],
"dependencies": [
« no previous file with comments | « Source/devtools/front_end/elements/ElementsTreeOutline.js ('k') | Source/devtools/front_end/sdk/CSSStyleModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698