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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/components/module.json

Issue 2671583003: DevTools: move custom formatter setting to SDK (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/sdk/module.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "setting",
5 "category": "Console",
6 "title": "Enable custom formatters",
7 "settingName": "customFormatters",
8 "settingType": "boolean",
9 "defaultValue": false
10 },
11 {
12 "type": "@Components.DOMPresentationUtils.MarkerDecorator", 4 "type": "@Components.DOMPresentationUtils.MarkerDecorator",
13 "factoryName": "Components.DOMPresentationUtils.GenericDecorator", 5 "factoryName": "Components.DOMPresentationUtils.GenericDecorator",
14 "marker": "breakpoint-marker", 6 "marker": "breakpoint-marker",
15 "title": "DOM Breakpoint", 7 "title": "DOM Breakpoint",
16 "color": "rgb(105, 140, 254)" 8 "color": "rgb(105, 140, 254)"
17 }, 9 },
18 { 10 {
19 "type": "setting", 11 "type": "setting",
20 "settingName": "customNetworkConditions", 12 "settingName": "customNetworkConditions",
21 "settingType": "array", 13 "settingType": "array",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "resources": [ 67 "resources": [
76 "breakpointsList.css", 68 "breakpointsList.css",
77 "customPreviewComponent.css", 69 "customPreviewComponent.css",
78 "eventListenersView.css", 70 "eventListenersView.css",
79 "domUtils.css", 71 "domUtils.css",
80 "networkConditionsSettingsTab.css", 72 "networkConditionsSettingsTab.css",
81 "objectPropertiesSection.css", 73 "objectPropertiesSection.css",
82 "objectValue.css" 74 "objectValue.css"
83 ] 75 ]
84 } 76 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/sdk/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698