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

Unified Diff: third_party/WebKit/Source/devtools/front_end/console/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/console/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/console/module.json b/third_party/WebKit/Source/devtools/front_end/console/module.json
index 9584a90f69f49c05868d013c3dd3b3ec632825d8..deac0c66024448565edf5243f9a35929ecbfa451 100644
--- a/third_party/WebKit/Source/devtools/front_end/console/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/console/module.json
@@ -6,7 +6,7 @@
"id": "console",
"title": "Console",
"order": 20,
- "className": "WebInspector.ConsolePanel"
+ "className": "Console.ConsolePanel"
},
{
"type": "view",
@@ -15,17 +15,17 @@
"title": "Console",
"persistence": "permanent",
"order": 0,
- "className": "WebInspector.ConsolePanel.WrapperView"
+ "className": "Console.ConsolePanel.WrapperView"
},
{
- "type": "@WebInspector.Revealer",
- "contextTypes": ["WebInspector.Console"],
- "className": "WebInspector.ConsolePanel.ConsoleRevealer"
+ "type": "@Common.Revealer",
+ "contextTypes": ["Common.Console"],
+ "className": "Console.ConsolePanel.ConsoleRevealer"
},
{
- "type": "@WebInspector.ActionDelegate",
+ "type": "@UI.ActionDelegate",
"actionId": "console.show",
- "className": "WebInspector.ConsoleView.ActionDelegate",
+ "className": "Console.ConsoleView.ActionDelegate",
"bindings": [
{
"shortcut": "Ctrl+`"
@@ -33,12 +33,12 @@
]
},
{
- "type": "@WebInspector.ActionDelegate",
+ "type": "@UI.ActionDelegate",
"category": "Console",
"actionId": "console.clear",
"title": "Clear console",
"iconClass": "largeicon-clear",
- "className": "WebInspector.ConsoleView.ActionDelegate",
+ "className": "Console.ConsoleView.ActionDelegate",
"bindings": [
{
"platform": "windows,linux",
@@ -51,11 +51,11 @@
]
},
{
- "type": "@WebInspector.ActionDelegate",
+ "type": "@UI.ActionDelegate",
"category": "Console",
"actionId": "console.clear.history",
"title": "Clear console history",
- "className": "WebInspector.ConsoleView.ActionDelegate"
+ "className": "Console.ConsoleView.ActionDelegate"
},
{
"type": "setting",

Powered by Google App Engine
This is Rietveld 408576698