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

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

Issue 1963803002: DevTools: rename Resources panel into Application. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/clearStorageView.css ('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": "@WebInspector.PanelFactory", 4 "type": "@WebInspector.PanelFactory",
5 "name": "resources", 5 "name": "resources",
6 "title": "Resources", 6 "title": "Application",
7 "order": 70, 7 "order": 70,
8 "className": "WebInspector.ResourcesPanelFactory" 8 "className": "WebInspector.ResourcesPanelFactory"
9 }, 9 },
10 { 10 {
11 "type": "@WebInspector.Revealer", 11 "type": "@WebInspector.Revealer",
12 "contextTypes": ["WebInspector.Resource"], 12 "contextTypes": ["WebInspector.Resource"],
13 "className": "WebInspector.ResourcesPanel.ResourceRevealer" 13 "className": "WebInspector.ResourcesPanel.ResourceRevealer"
14 } 14 }
15 ], 15 ],
16 "dependencies": ["source_frame", "ui_lazy", "components_lazy"], 16 "dependencies": ["source_frame", "ui_lazy", "components_lazy"],
(...skipping 16 matching lines...) Expand all
33 "resources": [ 33 "resources": [
34 "appManifestView.css", 34 "appManifestView.css",
35 "clearStorageView.css", 35 "clearStorageView.css",
36 "indexedDBViews.css", 36 "indexedDBViews.css",
37 "resourcesPanel.css", 37 "resourcesPanel.css",
38 "resourcesSidebar.css", 38 "resourcesSidebar.css",
39 "serviceWorkerCacheViews.css", 39 "serviceWorkerCacheViews.css",
40 "serviceWorkersView.css" 40 "serviceWorkersView.css"
41 ] 41 ]
42 } 42 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/resources/clearStorageView.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698