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 1f16c0d43ebdad9d9ce9a3b6a2823a1b899ef951..7670eeba54f1196cd26e23f34637860a32481826 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/timeline/module.json |
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/module.json |
@@ -37,11 +37,19 @@ |
"iconClass": "largeicon-start-recording", |
"toggledIconClass": "largeicon-stop-recording", |
"toggleWithRedColor": true, |
- "contextTypes": ["Timeline.TimelinePanel"], |
+ "contextTypes": [ |
+ "Timeline.TimelinePanel" |
+ ], |
"className": "Timeline.TimelinePanel.ActionDelegate", |
"options": [ |
- { "value": true, "title": "Record" }, |
- { "value": false, "title": "Stop" } |
+ { |
+ "value": true, |
+ "title": "Record" |
+ }, |
+ { |
+ "value": false, |
+ "title": "Stop" |
+ } |
], |
"bindings": [ |
{ |
@@ -58,7 +66,9 @@ |
"type": "@UI.ActionDelegate", |
"category": "Timeline", |
"actionId": "timeline.save-to-file", |
- "contextTypes": ["Timeline.TimelinePanel"], |
+ "contextTypes": [ |
+ "Timeline.TimelinePanel" |
+ ], |
"className": "Timeline.TimelinePanel.ActionDelegate", |
"title": "Save profile\u2026", |
"bindings": [ |
@@ -76,7 +86,9 @@ |
"type": "@UI.ActionDelegate", |
"category": "Timeline", |
"actionId": "timeline.load-from-file", |
- "contextTypes": ["Timeline.TimelinePanel"], |
+ "contextTypes": [ |
+ "Timeline.TimelinePanel" |
+ ], |
"order": "10", |
"className": "Timeline.TimelinePanel.ActionDelegate", |
"title": "Load profile\u2026", |
@@ -94,7 +106,9 @@ |
{ |
"type": "@UI.ActionDelegate", |
"actionId": "timeline.jump-to-previous-frame", |
- "contextTypes": ["Timeline.TimelinePanel"], |
+ "contextTypes": [ |
+ "Timeline.TimelinePanel" |
+ ], |
"className": "Timeline.TimelinePanel.ActionDelegate", |
"bindings": [ |
{ |
@@ -105,7 +119,9 @@ |
{ |
"type": "@UI.ActionDelegate", |
"actionId": "timeline.jump-to-next-frame", |
- "contextTypes": ["Timeline.TimelinePanel"], |
+ "contextTypes": [ |
+ "Timeline.TimelinePanel" |
+ ], |
"className": "Timeline.TimelinePanel.ActionDelegate", |
"bindings": [ |
{ |
@@ -119,7 +135,9 @@ |
"components_lazy", |
"layer_viewer", |
"timeline_model", |
- "ui_lazy" |
+ "ui_lazy", |
+ "perf_ui", |
+ "extensions" |
], |
"scripts": [ |
"CountersGraph.js", |