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

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

Issue 2608043002: DevTools: extract modules (with extensions) (Closed)
Patch Set: fix externs (PerfUI) Created 3 years, 11 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 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",

Powered by Google App Engine
This is Rietveld 408576698