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

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

Issue 2384783003: DevTools: split Sources tree into Network and Filesystem trees. (Closed)
Patch Set: Created 4 years, 2 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": "@WebInspector.Panel", 4 "type": "@WebInspector.Panel",
5 "name": "sources", 5 "name": "sources",
6 "title": "Sources", 6 "title": "Sources",
7 "order": 30, 7 "order": 30,
8 "className": "WebInspector.SourcesPanel" 8 "className": "WebInspector.SourcesPanel"
9 }, 9 },
10 { 10 {
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 "type": "@WebInspector.SourcesView.EditorAction", 208 "type": "@WebInspector.SourcesView.EditorAction",
209 "className": "WebInspector.InplaceFormatterEditorAction" 209 "className": "WebInspector.InplaceFormatterEditorAction"
210 }, 210 },
211 { 211 {
212 "type": "@WebInspector.SourcesView.EditorAction", 212 "type": "@WebInspector.SourcesView.EditorAction",
213 "className": "WebInspector.ScriptFormatterEditorAction" 213 "className": "WebInspector.ScriptFormatterEditorAction"
214 }, 214 },
215 { 215 {
216 "type": "view", 216 "type": "view",
217 "location": "navigator-view", 217 "location": "navigator-view",
218 "id": "sources", 218 "id": "navigator-sources",
219 "title": "Sources", 219 "title": "Sources",
220 "order": 1, 220 "order": 1,
221 "persistence": "permanent", 221 "persistence": "permanent",
222 "className": "WebInspector.SourcesNavigatorView" 222 "className": "WebInspector.SourcesNavigatorView",
223 "experiment": "!persistence2"
223 }, 224 },
224 { 225 {
225 "type": "view", 226 "type": "view",
226 "location": "navigator-view", 227 "location": "navigator-view",
227 "id": "contentScripts", 228 "id": "navigator-network",
229 "title": "Network",
230 "order": 2,
231 "persistence": "permanent",
232 "className": "WebInspector.NetworkNavigatorView",
233 "experiment": "persistence2"
234 },
235 {
236 "type": "view",
237 "location": "navigator-view",
238 "id": "navigator-files",
239 "title": "Filesystem",
240 "order": 3,
241 "persistence": "permanent",
242 "className": "WebInspector.FilesNavigatorView",
243 "experiment": "persistence2"
244 },
245 {
246 "type": "view",
247 "location": "navigator-view",
248 "id": "navigator-contentScripts",
228 "title": "Content scripts", 249 "title": "Content scripts",
229 "order": 2, 250 "order": 4,
230 "persistence": "permanent", 251 "persistence": "permanent",
231 "className": "WebInspector.ContentScriptsNavigatorView" 252 "className": "WebInspector.ContentScriptsNavigatorView"
232 }, 253 },
233 { 254 {
234 "type": "view", 255 "type": "view",
235 "location": "navigator-view", 256 "location": "navigator-view",
236 "id": "snippets", 257 "id": "navigator-snippets",
237 "title": "Snippets", 258 "title": "Snippets",
238 "order": 3, 259 "order": 5,
239 "persistence": "permanent", 260 "persistence": "permanent",
240 "className": "WebInspector.SnippetsNavigatorView" 261 "className": "WebInspector.SnippetsNavigatorView"
241 }, 262 },
242 { 263 {
243 "type": "@WebInspector.NavigatorView", 264 "type": "@WebInspector.NavigatorView",
244 "viewId": "sources", 265 "viewId": "navigator-source",
dgozman 2016/10/01 01:09:21 navigator-sources
245 "className": "WebInspector.SourcesNavigatorView" 266 "className": "WebInspector.SourceNavigatorView",
dgozman 2016/10/01 01:09:21 Sources (plural)
267 "experiment": "!persistence2"
246 }, 268 },
247 { 269 {
248 "type": "@WebInspector.NavigatorView", 270 "type": "@WebInspector.NavigatorView",
249 "viewId": "contentScripts", 271 "viewId": "navigator-network",
272 "className": "WebInspector.NetworkNavigatorView",
273 "experiment": "persistence2"
274 },
275 {
276 "type": "@WebInspector.NavigatorView",
277 "viewId": "navigator-files",
278 "className": "WebInspector.FilesNavigatorView",
279 "experiment": "persistence2"
280 },
281 {
282 "type": "@WebInspector.NavigatorView",
283 "viewId": "navigator-contentScripts",
250 "className": "WebInspector.ContentScriptsNavigatorView" 284 "className": "WebInspector.ContentScriptsNavigatorView"
251 }, 285 },
252 { 286 {
253 "type": "@WebInspector.NavigatorView", 287 "type": "@WebInspector.NavigatorView",
254 "viewId": "snippets", 288 "viewId": "navigator-snippets",
255 "className": "WebInspector.SnippetsNavigatorView" 289 "className": "WebInspector.SnippetsNavigatorView"
256 }, 290 },
257 { 291 {
258 "type": "@WebInspector.ActionDelegate", 292 "type": "@WebInspector.ActionDelegate",
259 "actionId": "sources.go-to-source", 293 "actionId": "sources.go-to-source",
260 "title": "Go to file...", 294 "title": "Go to file...",
261 "className": "WebInspector.SourcesPanel.RevealingActionDelegate", 295 "className": "WebInspector.SourcesPanel.RevealingActionDelegate",
262 "order": 100, 296 "order": 100,
263 "bindings": [ 297 "bindings": [
264 { 298 {
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 "eventListenerBreakpoints.css", 586 "eventListenerBreakpoints.css",
553 "fileBasedSearchResultsPane.css", 587 "fileBasedSearchResultsPane.css",
554 "navigatorView.css", 588 "navigatorView.css",
555 "revisionHistory.css", 589 "revisionHistory.css",
556 "serviceWorkersSidebar.css", 590 "serviceWorkersSidebar.css",
557 "sourcesPanel.css", 591 "sourcesPanel.css",
558 "sourcesSearch.css", 592 "sourcesSearch.css",
559 "sourcesView.css" 593 "sourcesView.css"
560 ] 594 ]
561 } 595 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698