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

Side by Side Diff: Source/devtools/front_end/sources/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": "sources", 5 "name": "sources",
6 "title": "Sources", 6 "title": "Sources",
7 "order": 2, 7 "order": 30,
8 "className": "WebInspector.SourcesPanelFactory" 8 "className": "WebInspector.SourcesPanelFactory"
9 }, 9 },
10 { 10 {
11 "type": "@WebInspector.ContextMenu.Provider", 11 "type": "@WebInspector.ContextMenu.Provider",
12 "contextTypes": ["WebInspector.UISourceCode", "WebInspector.UILocati on", "WebInspector.RemoteObject", "WebInspector.NetworkRequest"], 12 "contextTypes": ["WebInspector.UISourceCode", "WebInspector.UILocati on", "WebInspector.RemoteObject", "WebInspector.NetworkRequest"],
13 "className": "WebInspector.SourcesPanel.ContextMenuProvider" 13 "className": "WebInspector.SourcesPanel.ContextMenuProvider"
14 }, 14 },
15 { 15 {
16 "type": "@WebInspector.ActionDelegate", 16 "type": "@WebInspector.ActionDelegate",
17 "actionId": "debugger.toggle-pause", 17 "actionId": "debugger.toggle-pause",
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 "filteredItemSelectionDialog.css", 350 "filteredItemSelectionDialog.css",
351 "uiList.css", 351 "uiList.css",
352 "navigatorView.css", 352 "navigatorView.css",
353 "revisionHistory.css", 353 "revisionHistory.css",
354 "serviceWorkersSidebar.css", 354 "serviceWorkersSidebar.css",
355 "sourcesPanel.css", 355 "sourcesPanel.css",
356 "sourcesSearch.css", 356 "sourcesSearch.css",
357 "sourcesView.css" 357 "sourcesView.css"
358 ] 358 ]
359 } 359 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/security/module.json ('k') | Source/devtools/front_end/timeline/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698