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

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

Issue 2469363003: [DevTools] Show blackbox tab in settings always (Closed)
Patch Set: Created 4 years, 1 month 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 | no next file » | 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": "@WebInspector.ActionDelegate", 4 "type": "@WebInspector.ActionDelegate",
5 "category": "Settings", 5 "category": "Settings",
6 "actionId": "settings.show", 6 "actionId": "settings.show",
7 "title": "Settings", 7 "title": "Settings",
8 "className": "WebInspector.SettingsScreen.ActionDelegate", 8 "className": "WebInspector.SettingsScreen.ActionDelegate",
9 "bindings": [ 9 "bindings": [
10 { 10 {
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "order": "2", 73 "order": "2",
74 "experiment": "*", 74 "experiment": "*",
75 "className": "WebInspector.ExperimentsSettingsTab" 75 "className": "WebInspector.ExperimentsSettingsTab"
76 }, 76 },
77 { 77 {
78 "type": "view", 78 "type": "view",
79 "location": "settings-view", 79 "location": "settings-view",
80 "id": "blackbox", 80 "id": "blackbox",
81 "title": "Blackboxing", 81 "title": "Blackboxing",
82 "order": "3", 82 "order": "3",
83 "experiment": "*",
84 "className": "WebInspector.FrameworkBlackboxSettingsTab" 83 "className": "WebInspector.FrameworkBlackboxSettingsTab"
85 }, 84 },
86 { 85 {
87 "type": "@WebInspector.ViewLocationResolver", 86 "type": "@WebInspector.ViewLocationResolver",
88 "name": "settings-view", 87 "name": "settings-view",
89 "className": "WebInspector.SettingsScreen" 88 "className": "WebInspector.SettingsScreen"
90 } 89 }
91 ], 90 ],
92 "dependencies": [ 91 "dependencies": [
93 "components" 92 "components"
94 ], 93 ],
95 "scripts": [ 94 "scripts": [
96 "EditFileSystemView.js", 95 "EditFileSystemView.js",
97 "SettingsScreen.js", 96 "SettingsScreen.js",
98 "FrameworkBlackboxSettingsTab.js" 97 "FrameworkBlackboxSettingsTab.js"
99 ], 98 ],
100 "resources": [ 99 "resources": [
101 "editFileSystemView.css", 100 "editFileSystemView.css",
102 "frameworkBlackboxSettingsTab.css", 101 "frameworkBlackboxSettingsTab.css",
103 "settingsScreen.css" 102 "settingsScreen.css"
104 ] 103 ]
105 } 104 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698