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

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: rebaseline 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
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..d6ba108c740e9272b6b01f833592addfd2e8f0d0 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,10 @@
"className": "WebInspector.LoadTimelineHandler"
},
{
+ "type": "line-marker-decorator-performance",
+ "className": "WebInspector.TimelineUIUtils.PerformanceLineMarkerDecorator"
+ },
+ {
"type": "@WebInspector.ActionDelegate",
"actionId": "timeline.toggle-recording",
"iconClass": "record-toolbar-item",

Powered by Google App Engine
This is Rietveld 408576698