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

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

Issue 2842843003: DevTools: Display product information in ConsoleContextSelector (Closed)
Patch Set: f Created 3 years, 7 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
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "view", 4 "type": "view",
5 "location": "panel", 5 "location": "panel",
6 "id": "console", 6 "id": "console",
7 "title": "Console", 7 "title": "Console",
8 "order": 20, 8 "order": 20,
9 "className": "Console.ConsolePanel" 9 "className": "Console.ConsolePanel"
10 }, 10 },
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "value": false, 119 "value": false,
120 "title": "Do not autocomplete from history" 120 "title": "Do not autocomplete from history"
121 } 121 }
122 ] 122 ]
123 } 123 }
124 ], 124 ],
125 "dependencies": [ 125 "dependencies": [
126 "components", 126 "components",
127 "data_grid", 127 "data_grid",
128 "object_ui", 128 "object_ui",
129 "console_model" 129 "console_model",
130 "product_registry"
130 ], 131 ],
131 "scripts": [ 132 "scripts": [
132 "ConsoleContextSelector.js", 133 "ConsoleContextSelector.js",
133 "ConsoleViewport.js", 134 "ConsoleViewport.js",
134 "ConsoleViewMessage.js", 135 "ConsoleViewMessage.js",
135 "ConsolePrompt.js", 136 "ConsolePrompt.js",
136 "ConsoleView.js", 137 "ConsoleView.js",
137 "ConsolePanel.js" 138 "ConsolePanel.js"
138 ], 139 ],
139 "resources": [ 140 "resources": [
141 "consoleContextSelector.css",
142 "consoleContextSelectorButton.css",
140 "consoleView.css" 143 "consoleView.css"
141 ] 144 ]
142 } 145 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698