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

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

Issue 212683005: Timeline Trace viewer prototype (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased, extracted model into a file of its own Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « Source/devtools/front_end/inspector.html ('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 { 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "RemoteObject.js", 76 "RemoteObject.js",
77 "Resource.js", 77 "Resource.js",
78 "DefaultScriptMapping.js", 78 "DefaultScriptMapping.js",
79 "ResourceScriptMapping.js", 79 "ResourceScriptMapping.js",
80 "LiveEditSupport.js", 80 "LiveEditSupport.js",
81 "ResourceTreeModel.js", 81 "ResourceTreeModel.js",
82 "ResourceType.js", 82 "ResourceType.js",
83 "ResourceUtils.js", 83 "ResourceUtils.js",
84 "SourceMap.js", 84 "SourceMap.js",
85 "TracingAgent.js", 85 "TracingAgent.js",
86 "TracingModel.js",
86 "NetworkManager.js", 87 "NetworkManager.js",
87 "NetworkRequest.js", 88 "NetworkRequest.js",
88 "UISourceCode.js", 89 "UISourceCode.js",
89 "Workspace.js", 90 "Workspace.js",
90 "WorkspaceController.js", 91 "WorkspaceController.js",
91 "PaintProfiler.js" 92 "PaintProfiler.js"
92 ] 93 ]
93 }, 94 },
94 { 95 {
95 "name": "ui", 96 "name": "ui",
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 "TimelineFrameOverview.js", 306 "TimelineFrameOverview.js",
306 "TimelineMemoryOverview.js", 307 "TimelineMemoryOverview.js",
307 "TimelinePowerGraph.js", 308 "TimelinePowerGraph.js",
308 "TimelinePowerOverview.js", 309 "TimelinePowerOverview.js",
309 "TimelineModel.js", 310 "TimelineModel.js",
310 "TimelineOverviewPane.js", 311 "TimelineOverviewPane.js",
311 "TimelineFlameChart.js", 312 "TimelineFlameChart.js",
312 "TimelinePanel.js", 313 "TimelinePanel.js",
313 "TimelinePresentationModel.js", 314 "TimelinePresentationModel.js",
314 "TimelineUIUtils.js", 315 "TimelineUIUtils.js",
315 "TimelineView.js" 316 "TimelineView.js",
317 "TimelineTracingView.js"
316 ] 318 ]
317 }, 319 },
318 { 320 {
319 "name": "audits", 321 "name": "audits",
320 "dependencies": ["components"], 322 "dependencies": ["components"],
321 "sources": [ 323 "sources": [
322 "AuditCategories.js", 324 "AuditCategories.js",
323 "AuditCategory.js", 325 "AuditCategory.js",
324 "AuditController.js", 326 "AuditController.js",
325 "AuditFormatters.js", 327 "AuditFormatters.js",
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 "settings", 473 "settings",
472 "tests", 474 "tests",
473 "profiler", 475 "profiler",
474 "host_stub", 476 "host_stub",
475 "screencast", 477 "screencast",
476 "main" 478 "main"
477 ], 479 ],
478 "sources": [] 480 "sources": []
479 } 481 }
480 ] 482 ]
OLDNEW
« no previous file with comments | « Source/devtools/front_end/inspector.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698