| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "view", | 4 "type": "view", |
| 5 "location": "panel", | 5 "location": "panel", |
| 6 "id": "sources", | 6 "id": "sources", |
| 7 "title": "Sources", | 7 "title": "Sources", |
| 8 "order": 30, | 8 "order": 30, |
| 9 "className": "Sources.SourcesPanel" | 9 "className": "Sources.SourcesPanel" |
| 10 }, | 10 }, |
| (...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 512 "id": "sources.xhrBreakpoints", | 512 "id": "sources.xhrBreakpoints", |
| 513 "title": "XHR Breakpoints", | 513 "title": "XHR Breakpoints", |
| 514 "order": 5, | 514 "order": 5, |
| 515 "hasToolbar": "true", | 515 "hasToolbar": "true", |
| 516 "persistence": "permanent", | 516 "persistence": "permanent", |
| 517 "className": "Sources.XHRBreakpointsSidebarPane" | 517 "className": "Sources.XHRBreakpointsSidebarPane" |
| 518 }, | 518 }, |
| 519 { | 519 { |
| 520 "type": "view", | 520 "type": "view", |
| 521 "location": "sources-sidebar", | 521 "location": "sources-sidebar", |
| 522 "id": "sources.domBreakpoints", | |
| 523 "title": "DOM Breakpoints", | |
| 524 "order": 7, | |
| 525 "persistence": "permanent", | |
| 526 "factoryName": "Components.DOMBreakpointsSidebarPane.Proxy" | |
| 527 }, | |
| 528 { | |
| 529 "type": "view", | |
| 530 "location": "sources-sidebar", | |
| 531 "id": "sources.globalListeners", | 522 "id": "sources.globalListeners", |
| 532 "title": "Global Listeners", | 523 "title": "Global Listeners", |
| 533 "order": 8, | 524 "order": 8, |
| 534 "hasToolbar": "true", | 525 "hasToolbar": "true", |
| 535 "persistence": "permanent", | 526 "persistence": "permanent", |
| 536 "className": "Sources.ObjectEventListenersSidebarPane" | 527 "className": "Sources.ObjectEventListenersSidebarPane" |
| 537 }, | 528 }, |
| 538 { | 529 { |
| 539 "type": "view", | 530 "type": "view", |
| 540 "location": "sources-sidebar", | 531 "location": "sources-sidebar", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 585 "contextTypes": [ | 576 "contextTypes": [ |
| 586 "SDK.DebuggerPausedDetails" | 577 "SDK.DebuggerPausedDetails" |
| 587 ], | 578 ], |
| 588 "className": "Sources.XHRBreakpointsSidebarPane" | 579 "className": "Sources.XHRBreakpointsSidebarPane" |
| 589 }, | 580 }, |
| 590 { | 581 { |
| 591 "type": "@UI.ContextFlavorListener", | 582 "type": "@UI.ContextFlavorListener", |
| 592 "contextTypes": [ | 583 "contextTypes": [ |
| 593 "SDK.DebuggerPausedDetails" | 584 "SDK.DebuggerPausedDetails" |
| 594 ], | 585 ], |
| 595 "className": "Components.DOMBreakpointsSidebarPane" | |
| 596 }, | |
| 597 { | |
| 598 "type": "@UI.ContextFlavorListener", | |
| 599 "contextTypes": [ | |
| 600 "SDK.DebuggerPausedDetails" | |
| 601 ], | |
| 602 "className": "Sources.CallStackSidebarPane" | 586 "className": "Sources.CallStackSidebarPane" |
| 603 }, | 587 }, |
| 604 { | 588 { |
| 605 "type": "@UI.ContextFlavorListener", | 589 "type": "@UI.ContextFlavorListener", |
| 606 "contextTypes": [ | 590 "contextTypes": [ |
| 607 "SDK.DebuggerModel.CallFrame" | 591 "SDK.DebuggerModel.CallFrame" |
| 608 ], | 592 ], |
| 609 "className": "Sources.ScopeChainSidebarPane" | 593 "className": "Sources.ScopeChainSidebarPane" |
| 610 } | 594 } |
| 611 ], | 595 ], |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 667 "navigatorView.css", | 651 "navigatorView.css", |
| 668 "revisionHistory.css", | 652 "revisionHistory.css", |
| 669 "serviceWorkersSidebar.css", | 653 "serviceWorkersSidebar.css", |
| 670 "sourcesPanel.css", | 654 "sourcesPanel.css", |
| 671 "sourcesSearch.css", | 655 "sourcesSearch.css", |
| 672 "sourcesView.css", | 656 "sourcesView.css", |
| 673 "threadsSidebarPane.css", | 657 "threadsSidebarPane.css", |
| 674 "dialog.css" | 658 "dialog.css" |
| 675 ] | 659 ] |
| 676 } | 660 } |
| OLD | NEW |