| OLD | NEW |
| 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": 30, | 7 "order": 30, |
| 8 "className": "WebInspector.SourcesPanelFactory" | 8 "className": "WebInspector.SourcesPanelFactory" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 "shortcut": "Ctrl+F8" | 140 "shortcut": "Ctrl+F8" |
| 141 }, | 141 }, |
| 142 { | 142 { |
| 143 "platform": "mac", | 143 "platform": "mac", |
| 144 "shortcut": "Meta+F8" | 144 "shortcut": "Meta+F8" |
| 145 } | 145 } |
| 146 ] | 146 ] |
| 147 }, | 147 }, |
| 148 { | 148 { |
| 149 "type": "context-menu-item", | 149 "type": "context-menu-item", |
| 150 "location": "mainMenu/navigate", | |
| 151 "actionId": "sources.search.toggle" | |
| 152 }, | |
| 153 { | |
| 154 "type": "context-menu-item", | |
| 155 "location": "navigatorMenu/navigate", | 150 "location": "navigatorMenu/navigate", |
| 156 "actionId": "sources.go-to-source" | 151 "actionId": "sources.go-to-source" |
| 157 }, | 152 }, |
| 158 { | 153 { |
| 159 "type": "@WebInspector.Revealer", | 154 "type": "@WebInspector.Revealer", |
| 160 "contextTypes": ["WebInspector.UILocation"], | 155 "contextTypes": ["WebInspector.UILocation"], |
| 161 "className": "WebInspector.SourcesPanel.UILocationRevealer" | 156 "className": "WebInspector.SourcesPanel.UILocationRevealer" |
| 162 }, | 157 }, |
| 163 { | 158 { |
| 164 "type": "@WebInspector.Revealer", | 159 "type": "@WebInspector.Revealer", |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 "addSourceMapURLDialog.css", | 385 "addSourceMapURLDialog.css", |
| 391 "uiList.css", | 386 "uiList.css", |
| 392 "navigatorView.css", | 387 "navigatorView.css", |
| 393 "revisionHistory.css", | 388 "revisionHistory.css", |
| 394 "serviceWorkersSidebar.css", | 389 "serviceWorkersSidebar.css", |
| 395 "sourcesPanel.css", | 390 "sourcesPanel.css", |
| 396 "sourcesSearch.css", | 391 "sourcesSearch.css", |
| 397 "sourcesView.css" | 392 "sourcesView.css" |
| 398 ] | 393 ] |
| 399 } | 394 } |
| OLD | NEW |