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

Side by Side Diff: Source/devtools/front_end/main/module.json

Issue 385173007: DevTools: move UI components to target observers in preparation to early UI initialization. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.ContextMenu.Provider", 4 "type": "@WebInspector.ContextMenu.Provider",
5 "contextTypes": ["WebInspector.UISourceCode", "WebInspector.Resource ", "WebInspector.NetworkRequest", "Node"], 5 "contextTypes": ["WebInspector.UISourceCode", "WebInspector.Resource ", "WebInspector.NetworkRequest", "Node"],
6 "className": "WebInspector.HandlerRegistry.ContextMenuProvider" 6 "className": "WebInspector.HandlerRegistry.ContextMenuProvider"
7 }, 7 },
8 { 8 {
9 "type": "@WebInspector.ActionDelegate", 9 "type": "@WebInspector.ActionDelegate",
10 "actionId": "main.reload", 10 "actionId": "main.reload",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 ] 116 ]
117 }, 117 },
118 { 118 {
119 "type": "drawer-view", 119 "type": "drawer-view",
120 "name": "emulation", 120 "name": "emulation",
121 "title": "Emulation", 121 "title": "Emulation",
122 "order": "10", 122 "order": "10",
123 "className": "WebInspector.OverridesView" 123 "className": "WebInspector.OverridesView"
124 }, 124 },
125 { 125 {
126 "type": "drawer-view",
127 "name": "rendering",
128 "title": "Rendering",
129 "order": "11",
130 "className": "WebInspector.RenderingOptions.View"
131 },
132 {
126 "type": "@WebInspector.Revealer", 133 "type": "@WebInspector.Revealer",
127 "contextTypes": ["WebInspector.OverridesSupport"], 134 "contextTypes": ["WebInspector.OverridesSupport"],
128 "className": "WebInspector.OverridesView.Revealer" 135 "className": "WebInspector.OverridesView.Revealer"
129 }, 136 },
130 { 137 {
131 "type": "@WebInspector.StatusBarButton.Provider", 138 "type": "@WebInspector.StatusBarButton.Provider",
132 "className": "WebInspector.InspectElementModeController.ToggleButton Provider", 139 "className": "WebInspector.InspectElementModeController.ToggleButton Provider",
133 "location": "toolbar-left", 140 "location": "toolbar-left",
134 "order": 0, 141 "order": 0,
135 "actionId": "main.toggle-element-search" 142 "actionId": "main.toggle-element-search"
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 "settingType": "checkbox" 186 "settingType": "checkbox"
180 }, 187 },
181 { 188 {
182 "type": "ui-setting", 189 "type": "ui-setting",
183 "section": "Extensions", 190 "section": "Extensions",
184 "settingType": "custom", 191 "settingType": "custom",
185 "className": "WebInspector.HandlerRegistry.OpenAnchorLocationSetting Delegate" 192 "className": "WebInspector.HandlerRegistry.OpenAnchorLocationSetting Delegate"
186 } 193 }
187 ] 194 ]
188 } 195 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/main/RenderingOptions.js ('k') | Source/devtools/front_end/sdk/OverridesSupport.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698