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

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

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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 bd025437aa6fbf4878aa64ca5c8e6630a084d8aa..08e93e3752c7ec33b5e356e3e337b832c3be1092 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/module.json
@@ -6,7 +6,7 @@
"id": "timeline",
"title": "Timeline",
"order": 50,
- "className": "WebInspector.TimelinePanel"
+ "className": "Timeline.TimelinePanel"
},
{
"type": "setting",
@@ -17,9 +17,9 @@
"defaultValue": false
},
{
- "type": "@WebInspector.QueryParamHandler",
+ "type": "@Common.QueryParamHandler",
"name": "loadTimelineFromURL",
- "className": "WebInspector.LoadTimelineHandler"
+ "className": "Timeline.LoadTimelineHandler"
},
{
"type": "context-menu-item",
@@ -32,13 +32,13 @@
"actionId": "timeline.save-to-file"
},
{
- "type": "@WebInspector.ActionDelegate",
+ "type": "@UI.ActionDelegate",
"actionId": "timeline.toggle-recording",
"iconClass": "largeicon-start-recording",
"toggledIconClass": "largeicon-stop-recording",
"toggleWithRedColor": true,
- "contextTypes": ["WebInspector.TimelinePanel"],
- "className": "WebInspector.TimelinePanel.ActionDelegate",
+ "contextTypes": ["Timeline.TimelinePanel"],
+ "className": "Timeline.TimelinePanel.ActionDelegate",
"options": [
{ "value": true, "title": "Record" },
{ "value": false, "title": "Stop" }
@@ -55,11 +55,11 @@
]
},
{
- "type": "@WebInspector.ActionDelegate",
+ "type": "@UI.ActionDelegate",
"category": "Timeline",
"actionId": "timeline.save-to-file",
- "contextTypes": ["WebInspector.TimelinePanel"],
- "className": "WebInspector.TimelinePanel.ActionDelegate",
+ "contextTypes": ["Timeline.TimelinePanel"],
+ "className": "Timeline.TimelinePanel.ActionDelegate",
"title": "Save Timeline data\u2026",
"bindings": [
{
@@ -73,12 +73,12 @@
]
},
{
- "type": "@WebInspector.ActionDelegate",
+ "type": "@UI.ActionDelegate",
"category": "Timeline",
"actionId": "timeline.load-from-file",
- "contextTypes": ["WebInspector.TimelinePanel"],
+ "contextTypes": ["Timeline.TimelinePanel"],
"order": "10",
- "className": "WebInspector.TimelinePanel.ActionDelegate",
+ "className": "Timeline.TimelinePanel.ActionDelegate",
"title": "Load Timeline data\u2026",
"bindings": [
{
@@ -92,10 +92,10 @@
]
},
{
- "type": "@WebInspector.ActionDelegate",
+ "type": "@UI.ActionDelegate",
"actionId": "timeline.jump-to-previous-frame",
- "contextTypes": ["WebInspector.TimelinePanel"],
- "className": "WebInspector.TimelinePanel.ActionDelegate",
+ "contextTypes": ["Timeline.TimelinePanel"],
+ "className": "Timeline.TimelinePanel.ActionDelegate",
"bindings": [
{
"shortcut": "["
@@ -103,10 +103,10 @@
]
},
{
- "type": "@WebInspector.ActionDelegate",
+ "type": "@UI.ActionDelegate",
"actionId": "timeline.jump-to-next-frame",
- "contextTypes": ["WebInspector.TimelinePanel"],
- "className": "WebInspector.TimelinePanel.ActionDelegate",
+ "contextTypes": ["Timeline.TimelinePanel"],
+ "className": "Timeline.TimelinePanel.ActionDelegate",
"bindings": [
{
"shortcut": "]"

Powered by Google App Engine
This is Rietveld 408576698