Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
|
pfeldman
2017/01/05 20:27:53
single quote these?
chenwilliam
2017/01/05 22:40:25
JSON spec requires double quotes :(
pfeldman
2017/01/06 00:07:09
Ah! Maybe leave 4 spaces then? :) I still can't se
alancutter (OOO until 2018)
2017/01/06 00:26:43
The side-by-side diff accounts for the change in i
| |
| 3 { | 3 { |
| 4 "type": "setting", | 4 "type": "setting", |
| 5 "category": "Console", | 5 "category": "Console", |
| 6 "title": "Enable custom formatters", | 6 "title": "Enable custom formatters", |
| 7 "settingName": "customFormatters", | 7 "settingName": "customFormatters", |
| 8 "settingType": "boolean", | 8 "settingType": "boolean", |
| 9 "defaultValue": false | 9 "defaultValue": false |
| 10 }, | 10 }, |
| 11 { | 11 { |
| 12 "type": "@Components.DOMPresentationUtils.MarkerDecorator", | 12 "type": "@Components.DOMPresentationUtils.MarkerDecorator", |
| 13 "factoryName": "Components.DOMPresentationUtils.GenericDecorator", | 13 "factoryName": "Components.DOMPresentationUtils.GenericDecorator", |
| 14 "marker": "breakpoint-marker", | 14 "marker": "breakpoint-marker", |
| 15 "title": "DOM Breakpoint", | 15 "title": "DOM Breakpoint", |
| 16 "color": "rgb(105, 140, 254)" | 16 "color": "rgb(105, 140, 254)" |
| 17 }, | 17 }, |
| 18 { | 18 { |
| 19 "type": "setting", | 19 "type": "setting", |
| 20 "settingName": "customNetworkConditions", | 20 "settingName": "customNetworkConditions", |
| 21 "settingType": "array", | 21 "settingType": "array", |
| 22 "defaultValue": [] | 22 "defaultValue": [] |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "type": "@UI.ActionDelegate", | 25 "type": "@UI.ActionDelegate", |
| 26 "actionId": "components.network-offline", | 26 "actionId": "components.network-offline", |
| 27 "category": "Network", | 27 "category": "Network", |
| 28 "title": "Go offline", | 28 "title": "Go offline", |
| 29 "className": "Components.NetworkConditionsActionDelegate", | 29 "className": "Components.NetworkConditionsActionDelegate", |
| 30 "tags": "device" | 30 "tags": "device" |
| 31 }, | 31 }, |
| 32 { | 32 { |
| 33 "type": "@UI.ActionDelegate", | 33 "type": "@UI.ActionDelegate", |
| 34 "actionId": "components.network-online", | 34 "actionId": "components.network-online", |
| 35 "category": "Network", | 35 "category": "Network", |
| 36 "title": "Go online", | 36 "title": "Go online", |
| 37 "className": "Components.NetworkConditionsActionDelegate", | 37 "className": "Components.NetworkConditionsActionDelegate", |
| 38 "tags": "device" | 38 "tags": "device" |
| 39 }, | 39 }, |
| 40 { | 40 { |
| 41 "type": "view", | 41 "type": "view", |
| 42 "location": "settings-view", | 42 "location": "settings-view", |
| 43 "id": "network-conditions", | 43 "id": "network-conditions", |
| 44 "title": "Throttling", | 44 "title": "Throttling", |
| 45 "order": "35", | 45 "order": "35", |
| 46 "className": "Components.NetworkConditionsSettingsTab", | 46 "className": "Components.NetworkConditionsSettingsTab", |
| 47 "settings": [ | 47 "settings": [ |
| 48 "customNetworkConditions" | 48 "customNetworkConditions" |
| 49 ] | 49 ] |
| 50 }, | 50 } |
| 51 { | 51 ], |
| 52 "type": "@UI.ActionDelegate", | 52 "dependencies": [ |
| 53 "category": "Mobile", | 53 "bindings", |
| 54 "actionId": "components.request-app-banner", | 54 "platform", |
| 55 "className": "Components.RequestAppBannerActionDelegate", | 55 "ui" |
| 56 "title": "Add to homescreen" | 56 ], |
| 57 } | 57 "scripts": [ |
| 58 ], | 58 "BreakpointsSidebarPaneBase.js", |
| 59 "dependencies": [ | 59 "CustomPreviewSection.js", |
| 60 "bindings", | 60 "DOMBreakpointsSidebarPane.js", |
| 61 "platform", | 61 "DOMPresentationUtils.js", |
| 62 "ui" | 62 "DockController.js", |
| 63 ], | 63 "JavaScriptAutocomplete.js", |
| 64 "scripts": [ | 64 "Linkifier.js", |
| 65 "BreakpointsSidebarPaneBase.js", | 65 "NetworkConditionsSelector.js", |
| 66 "CustomPreviewSection.js", | 66 "ObjectPopoverHelper.js", |
| 67 "DataSaverInfobar.js", | 67 "ObjectPropertiesSection.js", |
| 68 "DOMBreakpointsSidebarPane.js", | 68 "RemoteObjectPreviewFormatter.js", |
| 69 "DOMPresentationUtils.js", | 69 "FilmStripView.js" |
| 70 "DockController.js", | 70 ], |
| 71 "ExecutionContextSelector.js", | 71 "resources": [ |
| 72 "JavaScriptAutocomplete.js", | 72 "breakpointsList.css", |
| 73 "Linkifier.js", | 73 "customPreviewSection.css", |
| 74 "NetworkConditionsSelector.js", | 74 "domUtils.css", |
| 75 "ObjectPopoverHelper.js", | 75 "networkConditionsSettingsTab.css", |
| 76 "ObjectPropertiesSection.js", | 76 "objectPropertiesSection.css", |
| 77 "RemoteObjectPreviewFormatter.js", | 77 "objectValue.css", |
| 78 "RequestAppBannerActionDelegate.js", | 78 "filmStripView.css", |
| 79 "ShortcutsScreen.js", | 79 "filmStripDialog.css" |
| 80 "Spectrum.js", | 80 ] |
| 81 "EventListenersUtils.js", | 81 } |
| 82 "EventListenersView.js", | |
| 83 "Reload.js" | |
| 84 ], | |
| 85 "resources": [ | |
| 86 "breakpointsList.css", | |
| 87 "customPreviewSection.css", | |
| 88 "eventListenersView.css", | |
| 89 "domUtils.css", | |
| 90 "networkConditionsSettingsTab.css", | |
| 91 "objectPropertiesSection.css", | |
| 92 "objectValue.css", | |
| 93 "spectrum.css" | |
| 94 ] | |
| 95 } | |
| OLD | NEW |