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

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

Issue 1305353008: DevTools: make console the second tab. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 5 years, 3 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.PanelFactory", 4 "type": "@WebInspector.PanelFactory",
5 "name": "elements", 5 "name": "elements",
6 "title": "Elements", 6 "title": "Elements",
7 "order": 0, 7 "order": 10,
8 "className": "WebInspector.ElementsPanelFactory" 8 "className": "WebInspector.ElementsPanelFactory"
9 }, 9 },
10 { 10 {
11 "type": "@WebInspector.ContextMenu.Provider", 11 "type": "@WebInspector.ContextMenu.Provider",
12 "contextTypes": ["WebInspector.RemoteObject", "WebInspector.DOMNode" , "WebInspector.DeferredDOMNode"], 12 "contextTypes": ["WebInspector.RemoteObject", "WebInspector.DOMNode" , "WebInspector.DeferredDOMNode"],
13 "className": "WebInspector.ElementsPanel.ContextMenuProvider" 13 "className": "WebInspector.ElementsPanel.ContextMenuProvider"
14 }, 14 },
15 { 15 {
16 "type": "@WebInspector.Renderer", 16 "type": "@WebInspector.Renderer",
17 "contextTypes": ["WebInspector.DOMNode", "WebInspector.RemoteObject" ], 17 "contextTypes": ["WebInspector.DOMNode", "WebInspector.RemoteObject" ],
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 ], 131 ],
132 "resources": [ 132 "resources": [
133 "bezierEditor.css", 133 "bezierEditor.css",
134 "breadcrumbs.css", 134 "breadcrumbs.css",
135 "computedStyleSidebarPane.css", 135 "computedStyleSidebarPane.css",
136 "elementsPanel.css", 136 "elementsPanel.css",
137 "elementsTreeOutline.css", 137 "elementsTreeOutline.css",
138 "spectrum.css" 138 "spectrum.css"
139 ] 139 ]
140 } 140 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/audits/module.json ('k') | Source/devtools/front_end/layers/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698