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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/resources/module.json

Issue 2773583002: [DevTools] Introduce a sidebar with a drop-down
Patch Set: [DevTools] Introduce a sidebar with a drop-down Created 3 years, 9 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
OLDNEW
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 },
(...skipping 23 matching lines...) Expand all
34 "CookieItemsView.js", 34 "CookieItemsView.js",
35 "DatabaseModel.js", 35 "DatabaseModel.js",
36 "DOMStorageModel.js", 36 "DOMStorageModel.js",
37 "DOMStorageItemsView.js", 37 "DOMStorageItemsView.js",
38 "DatabaseQueryView.js", 38 "DatabaseQueryView.js",
39 "DatabaseTableView.js", 39 "DatabaseTableView.js",
40 "IndexedDBModel.js", 40 "IndexedDBModel.js",
41 "IndexedDBViews.js", 41 "IndexedDBViews.js",
42 "ResourcesPanel.js", 42 "ResourcesPanel.js",
43 "ApplicationPanelSidebar.js", 43 "ApplicationPanelSidebar.js",
44 "ApplicationPanelSidebarWithFramesSelector.js",
45 "FrameSelector.js",
44 "ResourcesSection.js", 46 "ResourcesSection.js",
45 "ServiceWorkerCacheViews.js", 47 "ServiceWorkerCacheViews.js",
46 "ServiceWorkersView.js" 48 "ServiceWorkersView.js"
47 ], 49 ],
48 "resources": [ 50 "resources": [
49 "appManifestView.css", 51 "appManifestView.css",
50 "clearStorageView.css", 52 "clearStorageView.css",
51 "indexedDBViews.css", 53 "indexedDBViews.css",
54 "frameSelector.css",
52 "resourcesPanel.css", 55 "resourcesPanel.css",
53 "resourcesSidebar.css", 56 "resourcesSidebar.css",
54 "serviceWorkerCacheViews.css", 57 "serviceWorkerCacheViews.css",
55 "serviceWorkersView.css" 58 "serviceWorkersView.css"
56 ] 59 ]
57 } 60 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698