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

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

Issue 1105643002: Devtools: Introduce WI.ExtensibleToolbar (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use common styles Created 5 years, 8 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.AppProvider", 4 "type": "@WebInspector.AppProvider",
5 "condition": "can_dock", 5 "condition": "can_dock",
6 "className": "WebInspector.AdvancedAppProvider", 6 "className": "WebInspector.AdvancedAppProvider",
7 "order": 0 7 "order": 0
8 }, 8 },
9 { 9 {
10 "type": "@WebInspector.AppProvider", 10 "type": "@WebInspector.AppProvider",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 { 161 {
162 "type": "drawer-view", 162 "type": "drawer-view",
163 "name": "rendering", 163 "name": "rendering",
164 "title": "Rendering", 164 "title": "Rendering",
165 "order": "11", 165 "order": "11",
166 "className": "WebInspector.RenderingOptions.View" 166 "className": "WebInspector.RenderingOptions.View"
167 }, 167 },
168 { 168 {
169 "type": "@WebInspector.ToolbarItem.Provider", 169 "type": "@WebInspector.ToolbarItem.Provider",
170 "className": "WebInspector.InspectElementModeController.ToggleButton Provider", 170 "className": "WebInspector.InspectElementModeController.ToggleButton Provider",
171 "location": "toolbar-left", 171 "location": "main-toolbar-left",
172 "order": 0, 172 "order": 0,
173 "actionId": "main.toggle-element-search" 173 "actionId": "main.toggle-element-search"
174 }, 174 },
175 { 175 {
176 "type": "@WebInspector.ToolbarItem.Provider", 176 "type": "@WebInspector.ToolbarItem.Provider",
177 "className": "WebInspector.AdvancedApp.EmulationButtonProvider", 177 "className": "WebInspector.AdvancedApp.EmulationButtonProvider",
178 "condition": "can_dock", 178 "condition": "can_dock",
179 "order": 1, 179 "order": 1,
180 "location": "toolbar-left" 180 "location": "main-toolbar-left"
181 }, 181 },
182 { 182 {
183 "type": "@WebInspector.ToolbarItem.Provider", 183 "type": "@WebInspector.ToolbarItem.Provider",
184 "className": "WebInspector.Main.WarningErrorCounter", 184 "className": "WebInspector.Main.WarningErrorCounter",
185 "order": 1, 185 "order": 1,
186 "location": "toolbar-right" 186 "location": "main-toolbar-right"
187 }, 187 },
188 { 188 {
189 "type": "@WebInspector.ToolbarItem.Provider", 189 "type": "@WebInspector.ToolbarItem.Provider",
190 "className": "WebInspector.InspectorView.ToggleDrawerButtonProvider" , 190 "className": "WebInspector.InspectorView.ToggleDrawerButtonProvider" ,
191 "order": 2, 191 "order": 2,
192 "location": "toolbar-right" 192 "location": "main-toolbar-right"
193 }, 193 },
194 { 194 {
195 "type": "@WebInspector.ToolbarItem.Provider", 195 "type": "@WebInspector.ToolbarItem.Provider",
196 "className": "WebInspector.DockController.ButtonProvider", 196 "className": "WebInspector.DockController.ButtonProvider",
197 "order": 4, 197 "order": 4,
198 "location": "toolbar-right" 198 "location": "main-toolbar-right"
199 }, 199 },
200 { 200 {
201 "type": "setting", 201 "type": "setting",
202 "category": "", 202 "category": "",
203 "title": "Disable cache (while DevTools is open)", 203 "title": "Disable cache (while DevTools is open)",
204 "settingName": "cacheDisabled", 204 "settingName": "cacheDisabled",
205 "settingType": "boolean", 205 "settingType": "boolean",
206 "defaultValue": false 206 "defaultValue": false
207 }, 207 },
208 { 208 {
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 "Tests.js", 306 "Tests.js",
307 "OverlayController.js", 307 "OverlayController.js",
308 "Main.js" 308 "Main.js"
309 ], 309 ],
310 "skip_compilation": [ 310 "skip_compilation": [
311 "Tests.js" 311 "Tests.js"
312 ], 312 ],
313 "resources": [ 313 "resources": [
314 ] 314 ]
315 } 315 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/main/Main.js ('k') | Source/devtools/front_end/screencast/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698