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

Side by Side Diff: Source/devtools/scripts/frontend_modules.json

Issue 104523002: [DevTools] Add power profiler and power overview in timeline panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 { 2 {
3 "name": "common", 3 "name": "common",
4 "dependencies": [], 4 "dependencies": [],
5 "sources": [ 5 "sources": [
6 "modules.js", 6 "modules.js",
7 "Color.js", 7 "Color.js",
8 "DOMExtension.js", 8 "DOMExtension.js",
9 "Geometry.js", 9 "Geometry.js",
10 "ModuleManager.js", 10 "ModuleManager.js",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 "HAREntry.js", 50 "HAREntry.js",
51 "IndexedDBModel.js", 51 "IndexedDBModel.js",
52 "InspectorBackend.js", 52 "InspectorBackend.js",
53 "IsolatedFileSystemManager.js", 53 "IsolatedFileSystemManager.js",
54 "IsolatedFileSystem.js", 54 "IsolatedFileSystem.js",
55 "Linkifier.js", 55 "Linkifier.js",
56 "NetworkLog.js", 56 "NetworkLog.js",
57 "NetworkUISourceCodeProvider.js", 57 "NetworkUISourceCodeProvider.js",
58 "NotificationService.js", 58 "NotificationService.js",
59 "OverridesSupport.js", 59 "OverridesSupport.js",
60 "PowerProfiler.js",
60 "PresentationConsoleMessageHelper.js", 61 "PresentationConsoleMessageHelper.js",
61 "WorkerManager.js", 62 "WorkerManager.js",
62 "RuntimeModel.js", 63 "RuntimeModel.js",
63 "SASSSourceMapping.js", 64 "SASSSourceMapping.js",
64 "Script.js", 65 "Script.js",
65 "ScriptSnippetModel.js", 66 "ScriptSnippetModel.js",
66 "SimpleWorkspaceProvider.js", 67 "SimpleWorkspaceProvider.js",
67 "SnippetStorage.js", 68 "SnippetStorage.js",
68 "SourceMapping.js", 69 "SourceMapping.js",
69 "StylesSourceMapping.js", 70 "StylesSourceMapping.js",
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 { 294 {
294 "name": "timeline", 295 "name": "timeline",
295 "dependencies": ["components"], 296 "dependencies": ["components"],
296 "sources": [ 297 "sources": [
297 "CountersGraph.js", 298 "CountersGraph.js",
298 "MemoryStatistics.js", 299 "MemoryStatistics.js",
299 "TimelineEventOverview.js", 300 "TimelineEventOverview.js",
300 "TimelineFrameModel.js", 301 "TimelineFrameModel.js",
301 "TimelineFrameOverview.js", 302 "TimelineFrameOverview.js",
302 "TimelineMemoryOverview.js", 303 "TimelineMemoryOverview.js",
304 "TimelinePowerOverview.js",
303 "TimelineModel.js", 305 "TimelineModel.js",
304 "TimelineOverviewPane.js", 306 "TimelineOverviewPane.js",
305 "TimelineFlameChart.js", 307 "TimelineFlameChart.js",
306 "TimelinePanel.js", 308 "TimelinePanel.js",
307 "TimelinePresentationModel.js", 309 "TimelinePresentationModel.js",
308 "TimelineUIUtils.js", 310 "TimelineUIUtils.js",
309 "TimelineView.js" 311 "TimelineView.js"
310 ] 312 ]
311 }, 313 },
312 { 314 {
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 "extensions", 451 "extensions",
450 "settings", 452 "settings",
451 "tests", 453 "tests",
452 "profiler", 454 "profiler",
453 "host_stub", 455 "host_stub",
454 "screencast" 456 "screencast"
455 ], 457 ],
456 "sources": [] 458 "sources": []
457 } 459 }
458 ] 460 ]
OLDNEW
« Source/devtools/front_end/timelinePanel.css ('K') | « Source/devtools/front_end/timelinePanel.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698