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

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

Issue 2144923002: DevTools: remove the ComputedStyles -> Styles pane dependency. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaselined Created 4 years, 5 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: third_party/WebKit/Source/devtools/front_end/elements/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/module.json b/third_party/WebKit/Source/devtools/front_end/elements/module.json
index 076d8bee87b5208c14f48d3c89e1deb369bce7c7..63fd0cb35e12bbbd6ca5f2a9ab4274df14c6c843 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/elements/module.json
@@ -21,6 +21,11 @@
"type": "@WebInspector.Revealer",
"contextTypes": ["WebInspector.DOMNode", "WebInspector.DeferredDOMNode", "WebInspector.RemoteObject" ],
"className": "WebInspector.ElementsPanel.DOMNodeRevealer"
+ },
+ {
+ "type": "@WebInspector.Revealer",
+ "contextTypes": ["WebInspector.CSSProperty" ],
+ "className": "WebInspector.ElementsPanel.CSSPropertyRevealer"
},
{
"type": "setting",
@@ -160,12 +165,12 @@
"BezierUI.js",
"StylesPopoverHelper.js",
"BezierEditor.js",
+ "ComputedStyleModel.js",
"ElementsBreadcrumbs.js",
"ElementsSidebarPane.js",
"ElementsSidebarView.js",
"ElementsTreeElement.js",
"ElementsTreeOutline.js",
- "SharedSidebarModel.js",
"EventListenersWidget.js",
"MetricsSidebarPane.js",
"PlatformFontsWidget.js",

Powered by Google App Engine
This is Rietveld 408576698