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

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

Issue 2626313002: DevTools: split ProfilesPanel into multiple files. (Closed)
Patch Set: rebaselined Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/profiler/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/module.json b/third_party/WebKit/Source/devtools/front_end/profiler/module.json
index a980c235b14fc926e99f2dbe3ac3e9951359dcc9..c5abce337c1da266db2f6bdeac7b46abf324bd3e 100644
--- a/third_party/WebKit/Source/devtools/front_end/profiler/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/profiler/module.json
@@ -15,7 +15,7 @@
"id": "profiles",
"title": "Memory",
"order": 60,
- "className": "Profiler.ProfilesPanel",
+ "className": "Profiler.MemoryProfilerPanel",
"condition": "!v8only"
},
{
@@ -23,7 +23,7 @@
"contextTypes": [
"SDK.RemoteObject"
],
- "className": "Profiler.ProfilesPanel.ContextMenuProvider"
+ "className": "Profiler.MemoryProfilerPanel"
},
{
"type": "setting",
@@ -56,9 +56,9 @@
"toggledIconClass": "largeicon-stop-recording",
"toggleWithRedColor": true,
"contextTypes": [
- "Profiler.ProfilesPanel"
+ "Profiler.MemoryProfilerPanel"
],
- "className": "Profiler.ProfilesPanel.RecordActionDelegate",
+ "className": "Profiler.MemoryProfilerPanel",
"bindings": [
{
"platform": "windows,linux",
@@ -78,6 +78,8 @@
"heap_snapshot_model"
],
"scripts": [
+ "ProfileType.js",
+ "ProfileHeader.js",
"ProfilesPanel.js",
"ProfileView.js",
"ProfileDataGrid.js",
@@ -90,6 +92,7 @@
"HeapSnapshotDataGrids.js",
"HeapSnapshotGridNodes.js",
"HeapSnapshotView.js",
+ "MemoryProfilerPanel.js",
"ProfileLauncherView.js",
"ProfileTypeRegistry.js",
"TargetsComboBoxController.js"
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698