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

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

Issue 2412023002: DevTools: migrate InspectorView to tabbed view location. (Closed)
Patch Set: made layers panel closeable. Created 4 years, 2 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": "@WebInspector.Panel", 4 "type": "view",
5 "name": "profiles", 5 "location": "panel",
6 "id": "profiles",
6 "title": "Profiles", 7 "title": "Profiles",
7 "order": 60, 8 "order": 60,
8 "className": "WebInspector.ProfilesPanel" 9 "className": "WebInspector.ProfilesPanel"
9 }, 10 },
10 { 11 {
11 "type": "@WebInspector.ContextMenu.Provider", 12 "type": "@WebInspector.ContextMenu.Provider",
12 "contextTypes": ["WebInspector.RemoteObject"], 13 "contextTypes": ["WebInspector.RemoteObject"],
13 "className": "WebInspector.ProfilesPanel.ContextMenuProvider" 14 "className": "WebInspector.ProfilesPanel.ContextMenuProvider"
14 }, 15 },
15 { 16 {
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "ProfileLauncherView.js", 77 "ProfileLauncherView.js",
77 "ProfileTypeRegistry.js", 78 "ProfileTypeRegistry.js",
78 "TargetsComboBoxController.js" 79 "TargetsComboBoxController.js"
79 ], 80 ],
80 "resources": [ 81 "resources": [
81 "heapProfiler.css", 82 "heapProfiler.css",
82 "profilesPanel.css", 83 "profilesPanel.css",
83 "profilesSidebarTree.css" 84 "profilesSidebarTree.css"
84 ] 85 ]
85 } 86 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698