OLD | NEW |
1 { | 1 { |
2 "extensions": [ | 2 "extensions": [ |
3 { | 3 { |
4 "type": "@WebInspector.Panel", | 4 "type": "@WebInspector.Panel", |
5 "name": "sources", | 5 "name": "sources", |
6 "title": "Sources", | 6 "title": "Sources", |
7 "order": 30, | 7 "order": 30, |
8 "className": "WebInspector.SourcesPanel" | 8 "className": "WebInspector.SourcesPanel" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
499 "type": "@WebInspector.ContextFlavorListener", | 499 "type": "@WebInspector.ContextFlavorListener", |
500 "contextTypes": ["WebInspector.DebuggerModel.CallFrame"], | 500 "contextTypes": ["WebInspector.DebuggerModel.CallFrame"], |
501 "className": "WebInspector.ScopeChainSidebarPane" | 501 "className": "WebInspector.ScopeChainSidebarPane" |
502 } | 502 } |
503 ], | 503 ], |
504 "dependencies": [ | 504 "dependencies": [ |
505 "components", | 505 "components", |
506 "source_frame", | 506 "source_frame", |
507 "snippets", | 507 "snippets", |
508 "ui_lazy", | 508 "ui_lazy", |
509 "extensions" | 509 "extensions", |
| 510 "persistence" |
510 ], | 511 ], |
511 "scripts": [ | 512 "scripts": [ |
512 "UIList.js", | 513 "UIList.js", |
513 "AddSourceMapURLDialog.js", | 514 "AddSourceMapURLDialog.js", |
514 "CallStackSidebarPane.js", | 515 "CallStackSidebarPane.js", |
515 "SimpleHistoryManager.js", | 516 "SimpleHistoryManager.js", |
516 "EditingLocationHistoryManager.js", | 517 "EditingLocationHistoryManager.js", |
517 "EventListenerBreakpointsSidebarPane.js", | 518 "EventListenerBreakpointsSidebarPane.js", |
518 "FilePathScoreFunction.js", | 519 "FilePathScoreFunction.js", |
519 "FilteredUISourceCodeListDelegate.js", | 520 "FilteredUISourceCodeListDelegate.js", |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
551 "eventListenerBreakpoints.css", | 552 "eventListenerBreakpoints.css", |
552 "fileBasedSearchResultsPane.css", | 553 "fileBasedSearchResultsPane.css", |
553 "navigatorView.css", | 554 "navigatorView.css", |
554 "revisionHistory.css", | 555 "revisionHistory.css", |
555 "serviceWorkersSidebar.css", | 556 "serviceWorkersSidebar.css", |
556 "sourcesPanel.css", | 557 "sourcesPanel.css", |
557 "sourcesSearch.css", | 558 "sourcesSearch.css", |
558 "sourcesView.css" | 559 "sourcesView.css" |
559 ] | 560 ] |
560 } | 561 } |
OLD | NEW |