OLD | NEW |
| (Empty) |
1 { | |
2 "extensions": [ | |
3 { | |
4 "type": "@Components.DOMPresentationUtils.MarkerDecorator", | |
5 "factoryName": "Components.DOMPresentationUtils.GenericDecorator", | |
6 "marker": "breakpoint-marker", | |
7 "title": "DOM Breakpoint", | |
8 "color": "rgb(105, 140, 254)" | |
9 }, | |
10 { | |
11 "type": "@UI.ContextMenu.Provider", | |
12 "contextTypes": [ "SDK.DOMNode" ], | |
13 "className": "Components.DOMBreakpointsSidebarPane.ContextMenuProvid
er" | |
14 }, | |
15 { | |
16 "type": "@UI.ContextFlavorListener", | |
17 "contextTypes": [ | |
18 "SDK.DebuggerPausedDetails" | |
19 ], | |
20 "className": "Components.DOMBreakpointsSidebarPane" | |
21 }, | |
22 { | |
23 "type": "view", | |
24 "location": "sources-sidebar", | |
25 "id": "sources.domBreakpoints", | |
26 "title": "DOM Breakpoints", | |
27 "order": 7, | |
28 "persistence": "permanent", | |
29 "factoryName": "Components.DOMBreakpointsSidebarPane" | |
30 }, | |
31 { | |
32 "type": "view", | |
33 "location": "elements-sidebar", | |
34 "id": "elements.domBreakpoints", | |
35 "title": "DOM Breakpoints", | |
36 "order": 6, | |
37 "persistence": "permanent", | |
38 "factoryName": "Components.DOMBreakpointsSidebarPane" | |
39 } | |
40 ], | |
41 "dependencies": [ | |
42 "bindings", | |
43 "platform", | |
44 "ui", | |
45 "network_log" | |
46 ], | |
47 "scripts": [ | |
48 "BreakpointsSidebarPaneBase.js", | |
49 "CPUThrottlingManager.js", | |
50 "DataSaverInfobar.js", | |
51 "DOMBreakpointsSidebarPane.js", | |
52 "DOMPresentationUtils.js", | |
53 "DockController.js", | |
54 "Linkifier.js", | |
55 "Reload.js" | |
56 ], | |
57 "resources": [ | |
58 "breakpointsList.css", | |
59 "domUtils.css", | |
60 "imagePreview.css" | |
61 ] | |
62 } | |
OLD | NEW |