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

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

Issue 1325713004: Devtools: Move custom formatters out of experiments (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@custom-formatters
Patch Set: Created 5 years, 3 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 | Source/devtools/front_end/main/Main.js » ('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", 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 "experiment": "customObjectFormatters"
11 }, 10 },
12 { 11 {
13 "type": "@WebInspector.DOMPresentationUtils.MarkerDecorator", 12 "type": "@WebInspector.DOMPresentationUtils.MarkerDecorator",
14 "className": "WebInspector.DOMBreakpointsSidebarPane.MarkerDecorator ", 13 "className": "WebInspector.DOMBreakpointsSidebarPane.MarkerDecorator ",
15 "marker": "breakpoint-marker" 14 "marker": "breakpoint-marker"
16 }, 15 },
17 { 16 {
18 "type": "setting", 17 "type": "setting",
19 "settingName": "networkConditionsCustomProfiles", 18 "settingName": "networkConditionsCustomProfiles",
20 "settingType": "array", 19 "settingType": "array",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "breakpointsList.css", 61 "breakpointsList.css",
63 "customPreviewSection.css", 62 "customPreviewSection.css",
64 "eventListenersView.css", 63 "eventListenersView.css",
65 "domUtils.css", 64 "domUtils.css",
66 "inspectorViewTabbedPane.css", 65 "inspectorViewTabbedPane.css",
67 "networkConditionsSettingsTab.css", 66 "networkConditionsSettingsTab.css",
68 "objectPropertiesSection.css", 67 "objectPropertiesSection.css",
69 "objectValue.css" 68 "objectValue.css"
70 ] 69 ]
71 } 70 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/main/Main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698