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

Unified Diff: third_party/WebKit/Source/devtools/front_end/elements/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/elements/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/module.json b/third_party/WebKit/Source/devtools/front_end/elements/module.json
index 79370c13e7d3d2ae13e2b91f487e08ed71db2627..4108da101d1d7f5725dbf8f4852934ca9680a876 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/elements/module.json
@@ -6,27 +6,27 @@
"id": "elements",
"title": "Elements",
"order": 10,
- "className": "WebInspector.ElementsPanel"
+ "className": "Elements.ElementsPanel"
},
{
- "type": "@WebInspector.ContextMenu.Provider",
- "contextTypes": ["WebInspector.RemoteObject", "WebInspector.DOMNode", "WebInspector.DeferredDOMNode"],
- "className": "WebInspector.ElementsPanel.ContextMenuProvider"
+ "type": "@UI.ContextMenu.Provider",
+ "contextTypes": ["SDK.RemoteObject", "SDK.DOMNode", "SDK.DeferredDOMNode"],
+ "className": "Elements.ElementsPanel.ContextMenuProvider"
},
{
- "type": "@WebInspector.Renderer",
- "contextTypes": ["WebInspector.DOMNode", "WebInspector.RemoteObject"],
- "className": "WebInspector.ElementsTreeOutline.Renderer"
+ "type": "@Common.Renderer",
+ "contextTypes": ["SDK.DOMNode", "SDK.RemoteObject"],
+ "className": "Elements.ElementsTreeOutline.Renderer"
},
{
- "type": "@WebInspector.Revealer",
- "contextTypes": ["WebInspector.DOMNode", "WebInspector.DeferredDOMNode", "WebInspector.RemoteObject" ],
- "className": "WebInspector.ElementsPanel.DOMNodeRevealer"
+ "type": "@Common.Revealer",
+ "contextTypes": ["SDK.DOMNode", "SDK.DeferredDOMNode", "SDK.RemoteObject" ],
+ "className": "Elements.ElementsPanel.DOMNodeRevealer"
},
{
- "type": "@WebInspector.Revealer",
- "contextTypes": ["WebInspector.CSSProperty" ],
- "className": "WebInspector.ElementsPanel.CSSPropertyRevealer"
+ "type": "@Common.Revealer",
+ "contextTypes": ["SDK.CSSProperty" ],
+ "className": "Elements.ElementsPanel.CSSPropertyRevealer"
},
{
"type": "setting",
@@ -94,28 +94,28 @@
"defaultValue": true
},
{
- "type": "@WebInspector.ToolbarItem.Provider",
- "className": "WebInspector.ElementStatePaneWidget.ButtonProvider",
+ "type": "@UI.ToolbarItem.Provider",
+ "className": "Elements.ElementStatePaneWidget.ButtonProvider",
"order": 1,
"location": "styles-sidebarpane-toolbar"
},
{
- "type": "@WebInspector.ToolbarItem.Provider",
- "className": "WebInspector.ClassesPaneWidget.ButtonProvider",
+ "type": "@UI.ToolbarItem.Provider",
+ "className": "Elements.ClassesPaneWidget.ButtonProvider",
"order": 2,
"location": "styles-sidebarpane-toolbar"
},
{
- "type": "@WebInspector.ToolbarItem.Provider",
- "className": "WebInspector.StylesSidebarPane.ButtonProvider",
+ "type": "@UI.ToolbarItem.Provider",
+ "className": "Elements.StylesSidebarPane.ButtonProvider",
"order": 100,
"location": "styles-sidebarpane-toolbar"
},
{
- "type": "@WebInspector.ActionDelegate",
+ "type": "@UI.ActionDelegate",
"actionId": "elements.hide-element",
- "contextTypes": ["WebInspector.ElementsPanel"],
- "className": "WebInspector.ElementsActionDelegate",
+ "contextTypes": ["Elements.ElementsPanel"],
+ "className": "Elements.ElementsActionDelegate",
"bindings": [
{
"shortcut": "H"
@@ -123,10 +123,10 @@
]
},
{
- "type": "@WebInspector.ActionDelegate",
+ "type": "@UI.ActionDelegate",
"actionId": "elements.edit-as-html",
- "contextTypes": ["WebInspector.ElementsPanel"],
- "className": "WebInspector.ElementsActionDelegate",
+ "contextTypes": ["Elements.ElementsPanel"],
+ "className": "Elements.ElementsActionDelegate",
"bindings": [
{
"shortcut": "F2"
@@ -134,21 +134,21 @@
]
},
{
- "type": "@WebInspector.DOMPresentationUtils.MarkerDecorator",
- "className": "WebInspector.ElementsPanel.PseudoStateMarkerDecorator",
+ "type": "@Components.DOMPresentationUtils.MarkerDecorator",
+ "className": "Elements.ElementsPanel.PseudoStateMarkerDecorator",
"marker": "pseudo-state-marker"
},
{
- "type": "@WebInspector.DOMPresentationUtils.MarkerDecorator",
- "factoryName": "WebInspector.DOMPresentationUtils.GenericDecorator",
+ "type": "@Components.DOMPresentationUtils.MarkerDecorator",
+ "factoryName": "Components.DOMPresentationUtils.GenericDecorator",
"marker": "hidden-marker",
"title": "Element is hidden",
"color": "#555"
},
{
- "type": "@WebInspector.ActionDelegate",
+ "type": "@UI.ActionDelegate",
"actionId": "elements.toggle-element-search",
- "className": "WebInspector.InspectElementModeController.ToggleSearchActionDelegate",
+ "className": "Elements.InspectElementModeController.ToggleSearchActionDelegate",
"title": "Select an element in the page to inspect it",
"iconClass": "largeicon-node-search",
"bindings": [
@@ -163,22 +163,22 @@
]
},
{
- "type": "@WebInspector.ToolbarItem.Provider",
+ "type": "@UI.ToolbarItem.Provider",
"actionId": "elements.toggle-element-search",
"location": "main-toolbar-left",
"order": 0
},
{
- "type": "@WebInspector.ToolbarItem.Provider",
- "className": "WebInspector.InspectElementModeController.LayoutEditorButtonProvider",
+ "type": "@UI.ToolbarItem.Provider",
+ "className": "Elements.InspectElementModeController.LayoutEditorButtonProvider",
"order": 4,
"location": "styles-sidebarpane-toolbar",
"experiment": "layoutEditor"
},
{
- "type": "@WebInspector.ViewLocationResolver",
+ "type": "@UI.ViewLocationResolver",
"name": "elements-sidebar",
- "className": "WebInspector.ElementsPanel"
+ "className": "Elements.ElementsPanel"
},
{
"type": "view",
@@ -188,7 +188,7 @@
"order": 5,
"hasToolbar": true,
"persistence": "permanent",
- "className": "WebInspector.EventListenersWidget"
+ "className": "Elements.EventListenersWidget"
},
{
"type": "view",
@@ -197,7 +197,7 @@
"title": "DOM Breakpoints",
"order": 6,
"persistence": "permanent",
- "factoryName": "WebInspector.DOMBreakpointsSidebarPane.Proxy"
+ "factoryName": "Components.DOMBreakpointsSidebarPane.Proxy"
},
{
"type": "view",
@@ -206,7 +206,7 @@
"title": "Properties",
"order": 7,
"persistence": "permanent",
- "className": "WebInspector.PropertiesWidget"
+ "className": "Elements.PropertiesWidget"
}
],
"dependencies": [

Powered by Google App Engine
This is Rietveld 408576698