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

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

Issue 2412023002: DevTools: migrate InspectorView to tabbed view location. (Closed)
Patch Set: made layers panel closeable. Created 4 years, 2 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.Panel", 4 "type": "view",
5 "name": "elements", 5 "location": "panel",
6 "id": "elements",
6 "title": "Elements", 7 "title": "Elements",
7 "order": 10, 8 "order": 10,
8 "className": "WebInspector.ElementsPanel" 9 "className": "WebInspector.ElementsPanel"
9 }, 10 },
10 { 11 {
11 "type": "@WebInspector.ContextMenu.Provider", 12 "type": "@WebInspector.ContextMenu.Provider",
12 "contextTypes": ["WebInspector.RemoteObject", "WebInspector.DOMNode" , "WebInspector.DeferredDOMNode"], 13 "contextTypes": ["WebInspector.RemoteObject", "WebInspector.DOMNode" , "WebInspector.DeferredDOMNode"],
13 "className": "WebInspector.ElementsPanel.ContextMenuProvider" 14 "className": "WebInspector.ElementsPanel.ContextMenuProvider"
14 }, 15 },
15 { 16 {
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 ], 235 ],
235 "resources": [ 236 "resources": [
236 "breadcrumbs.css", 237 "breadcrumbs.css",
237 "computedStyleSidebarPane.css", 238 "computedStyleSidebarPane.css",
238 "elementsPanel.css", 239 "elementsPanel.css",
239 "elementsTreeOutline.css", 240 "elementsTreeOutline.css",
240 "platformFontsWidget.css", 241 "platformFontsWidget.css",
241 "stylesSectionTree.css" 242 "stylesSectionTree.css"
242 ] 243 ]
243 } 244 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698