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

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

Issue 2217783002: DevTools: use view locations in the elements and sources sidebars. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for landing Created 4 years, 4 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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 "title": "Search", 335 "title": "Search",
336 "persistence": "closeable", 336 "persistence": "closeable",
337 "order": 100, 337 "order": 100,
338 "className": "WebInspector.AdvancedSearchView" 338 "className": "WebInspector.AdvancedSearchView"
339 }, 339 },
340 { 340 {
341 "type": "view", 341 "type": "view",
342 "location": "drawer-view", 342 "location": "drawer-view",
343 "id": "sources.history", 343 "id": "sources.history",
344 "title": "History", 344 "title": "History",
345 "persistence": "temporary", 345 "persistence": "transient",
346 "className": "WebInspector.RevisionHistoryView" 346 "className": "WebInspector.RevisionHistoryView"
347 }, 347 },
348 { 348 {
349 "type": "view", 349 "type": "view",
350 "location": "drawer-view", 350 "location": "drawer-view",
351 "id": "sources.quick", 351 "id": "sources.quick",
352 "title": "Quick source", 352 "title": "Quick source",
353 "persistence": "closeable", 353 "persistence": "closeable",
354 "order": 1000, 354 "order": 1000,
355 "className": "WebInspector.SourcesPanel.WrapperView" 355 "className": "WebInspector.SourcesPanel.WrapperView"
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 "addSourceMapURLDialog.css", 416 "addSourceMapURLDialog.css",
417 "uiList.css", 417 "uiList.css",
418 "navigatorView.css", 418 "navigatorView.css",
419 "revisionHistory.css", 419 "revisionHistory.css",
420 "serviceWorkersSidebar.css", 420 "serviceWorkersSidebar.css",
421 "sourcesPanel.css", 421 "sourcesPanel.css",
422 "sourcesSearch.css", 422 "sourcesSearch.css",
423 "sourcesView.css" 423 "sourcesView.css"
424 ] 424 ]
425 } 425 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698