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

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

Issue 1416793005: Devtools: API To set the red/yellow squiggles for a file via DI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.PanelFactory", 4 "type": "@WebInspector.PanelFactory",
5 "name": "sources", 5 "name": "sources",
6 "title": "Sources", 6 "title": "Sources",
7 "order": 30, 7 "order": 30,
8 "className": "WebInspector.SourcesPanelFactory" 8 "className": "WebInspector.SourcesPanelFactory"
9 }, 9 },
10 { 10 {
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 "contextTypes": ["WebInspector.DebuggerModel.Location"], 166 "contextTypes": ["WebInspector.DebuggerModel.Location"],
167 "className": "WebInspector.SourcesPanel.DebuggerLocationRevealer" 167 "className": "WebInspector.SourcesPanel.DebuggerLocationRevealer"
168 }, 168 },
169 { 169 {
170 "type": "@WebInspector.Revealer", 170 "type": "@WebInspector.Revealer",
171 "contextTypes": ["WebInspector.UISourceCode"], 171 "contextTypes": ["WebInspector.UISourceCode"],
172 "className": "WebInspector.SourcesPanel.UISourceCodeRevealer" 172 "className": "WebInspector.SourcesPanel.UISourceCodeRevealer"
173 }, 173 },
174 { 174 {
175 "type": "@WebInspector.Revealer", 175 "type": "@WebInspector.Revealer",
176 "contextTypes": ["WebInspector.UISourceCodeMessages"],
177 "className": "WebInspector.SourcesPanel.LineMessageRevealer"
178 },
179 {
180 "type": "@WebInspector.Revealer",
176 "contextTypes": ["WebInspector.DebuggerPausedDetails"], 181 "contextTypes": ["WebInspector.DebuggerPausedDetails"],
177 "className": "WebInspector.SourcesPanel.DebuggerPausedDetailsReveale r" 182 "className": "WebInspector.SourcesPanel.DebuggerPausedDetailsReveale r"
178 }, 183 },
179 { 184 {
180 "type": "@WebInspector.SourcesView.EditorAction", 185 "type": "@WebInspector.SourcesView.EditorAction",
181 "className": "WebInspector.InplaceFormatterEditorAction" 186 "className": "WebInspector.InplaceFormatterEditorAction"
182 }, 187 },
183 { 188 {
184 "type": "@WebInspector.SourcesView.EditorAction", 189 "type": "@WebInspector.SourcesView.EditorAction",
185 "className": "WebInspector.ScriptFormatterEditorAction" 190 "className": "WebInspector.ScriptFormatterEditorAction"
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 "filteredItemSelectionDialog.css", 363 "filteredItemSelectionDialog.css",
359 "uiList.css", 364 "uiList.css",
360 "navigatorView.css", 365 "navigatorView.css",
361 "revisionHistory.css", 366 "revisionHistory.css",
362 "serviceWorkersSidebar.css", 367 "serviceWorkersSidebar.css",
363 "sourcesPanel.css", 368 "sourcesPanel.css",
364 "sourcesSearch.css", 369 "sourcesSearch.css",
365 "sourcesView.css" 370 "sourcesView.css"
366 ] 371 ]
367 } 372 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698