| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "view", | 4 "type": "view", |
| 5 "location": "panel", | 5 "location": "panel", |
| 6 "id": "resources", | 6 "id": "resources", |
| 7 "title": "Application", | 7 "title": "Application", |
| 8 "order": 70, | 8 "order": 70, |
| 9 "className": "Resources.ResourcesPanel" | 9 "className": "Resources.ResourcesPanel" |
| 10 }, | 10 }, |
| 11 { | 11 { |
| 12 "type": "@Common.Revealer", | 12 "type": "@Common.Revealer", |
| 13 "contextTypes": [ | 13 "contextTypes": [ |
| 14 "SDK.Resource" | 14 "SDK.Resource" |
| 15 ], | 15 ], |
| 16 "className": "Resources.ResourcesPanel.ResourceRevealer" | 16 "className": "Resources.ResourcesPanel.ResourceRevealer" |
| 17 } | 17 } |
| 18 ], | 18 ], |
| 19 "dependencies": [ | 19 "dependencies": [ |
| 20 "source_frame", | 20 "source_frame", |
| 21 "cookie_table", | 21 "cookie_table", |
| 22 "inline_editor", | 22 "inline_editor", |
| 23 "data_grid", | 23 "data_grid", |
| 24 "components", | 24 "components", |
| 25 "network_conditions", | 25 "object_ui", |
| 26 "object_ui" | 26 "mobile_throttling" |
| 27 ], | 27 ], |
| 28 "scripts": [ | 28 "scripts": [ |
| 29 "ApplicationCacheModel.js", | 29 "ApplicationCacheModel.js", |
| 30 "AppManifestView.js", | 30 "AppManifestView.js", |
| 31 "ApplicationCacheItemsView.js", | 31 "ApplicationCacheItemsView.js", |
| 32 "ClearStorageView.js", | 32 "ClearStorageView.js", |
| 33 "StorageItemsView.js", | 33 "StorageItemsView.js", |
| 34 "CookieItemsView.js", | 34 "CookieItemsView.js", |
| 35 "DatabaseModel.js", | 35 "DatabaseModel.js", |
| 36 "DOMStorageModel.js", | 36 "DOMStorageModel.js", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 48 "resources": [ | 48 "resources": [ |
| 49 "appManifestView.css", | 49 "appManifestView.css", |
| 50 "clearStorageView.css", | 50 "clearStorageView.css", |
| 51 "indexedDBViews.css", | 51 "indexedDBViews.css", |
| 52 "resourcesPanel.css", | 52 "resourcesPanel.css", |
| 53 "resourcesSidebar.css", | 53 "resourcesSidebar.css", |
| 54 "serviceWorkerCacheViews.css", | 54 "serviceWorkerCacheViews.css", |
| 55 "serviceWorkersView.css" | 55 "serviceWorkersView.css" |
| 56 ] | 56 ] |
| 57 } | 57 } |
| OLD | NEW |