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

Unified Diff: third_party/WebKit/Source/devtools/front_end/components/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/components/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/components/module.json b/third_party/WebKit/Source/devtools/front_end/components/module.json
index c6d715a9d8c10f2f825d8b64714e2d2b44b8c27d..65fa560b6e3fe7ef15200fc1723c221049e48bcc 100644
--- a/third_party/WebKit/Source/devtools/front_end/components/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/components/module.json
@@ -9,8 +9,8 @@
"defaultValue": false
},
{
- "type": "@WebInspector.DOMPresentationUtils.MarkerDecorator",
- "factoryName": "WebInspector.DOMPresentationUtils.GenericDecorator",
+ "type": "@Components.DOMPresentationUtils.MarkerDecorator",
+ "factoryName": "Components.DOMPresentationUtils.GenericDecorator",
"marker": "breakpoint-marker",
"title": "DOM Breakpoint",
"color": "rgb(105, 140, 254)"
@@ -22,19 +22,19 @@
"defaultValue": []
},
{
- "type": "@WebInspector.ActionDelegate",
+ "type": "@UI.ActionDelegate",
"actionId": "components.network-offline",
"category": "Network",
"title": "Go offline",
- "className": "WebInspector.NetworkConditionsActionDelegate",
+ "className": "Components.NetworkConditionsActionDelegate",
"tags": "device"
},
{
- "type": "@WebInspector.ActionDelegate",
+ "type": "@UI.ActionDelegate",
"actionId": "components.network-online",
"category": "Network",
"title": "Go online",
- "className": "WebInspector.NetworkConditionsActionDelegate",
+ "className": "Components.NetworkConditionsActionDelegate",
"tags": "device"
},
{
@@ -43,16 +43,16 @@
"id": "network-conditions",
"title": "Throttling",
"order": "35",
- "className": "WebInspector.NetworkConditionsSettingsTab",
+ "className": "Components.NetworkConditionsSettingsTab",
"settings": [
"customNetworkConditions"
]
},
{
- "type": "@WebInspector.ActionDelegate",
+ "type": "@UI.ActionDelegate",
"category": "Mobile",
"actionId": "components.request-app-banner",
- "className": "WebInspector.RequestAppBannerActionDelegate",
+ "className": "Components.RequestAppBannerActionDelegate",
"title": "Add to homescreen"
}
],

Powered by Google App Engine
This is Rietveld 408576698