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

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

Issue 2712043002: [DevTools] Separate frames and resources handling (Closed)
Patch Set: [DevTools] Separate frames and resources handling 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 22 matching lines...) Expand all
33 "StorageItemsView.js", 33 "StorageItemsView.js",
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 "ResourcesSection.js",
43 "ServiceWorkerCacheViews.js", 44 "ServiceWorkerCacheViews.js",
44 "ServiceWorkersView.js" 45 "ServiceWorkersView.js"
45 ], 46 ],
46 "resources": [ 47 "resources": [
47 "appManifestView.css", 48 "appManifestView.css",
48 "clearStorageView.css", 49 "clearStorageView.css",
49 "indexedDBViews.css", 50 "indexedDBViews.css",
50 "resourcesPanel.css", 51 "resourcesPanel.css",
51 "resourcesSidebar.css", 52 "resourcesSidebar.css",
52 "serviceWorkerCacheViews.css", 53 "serviceWorkerCacheViews.css",
53 "serviceWorkersView.css" 54 "serviceWorkersView.css"
54 ] 55 ]
55 } 56 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698