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

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

Issue 1748993002: DevTools: Initial implementation of line-level CPU profile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing comments. Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.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/timeline/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/module.json b/third_party/WebKit/Source/devtools/front_end/timeline/module.json
index 11d544d15fa3777f70b812ffd41db4c4ce5fea70..95d02032de3adb6a360840e75a9172383ad70814 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/module.json
@@ -21,6 +21,11 @@
"className": "WebInspector.LoadTimelineHandler"
},
{
+ "type": "@WebInspector.UISourceCodeFrame.LineDecorator",
+ "className": "WebInspector.TimelineUIUtils.PerformanceLineDecorator",
+ "decoratorType": "performance"
+ },
+ {
"type": "@WebInspector.ActionDelegate",
"actionId": "timeline.toggle-recording",
"iconClass": "record-toolbar-item",
@@ -96,6 +101,8 @@
"dependencies": [
"components",
"components_lazy",
+ "source_frame",
+ "sources",
"ui_lazy"
],
"scripts": [
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698