| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@Components.DOMPresentationUtils.MarkerDecorator", | 4 "type": "@Components.DOMPresentationUtils.MarkerDecorator", |
| 5 "factoryName": "Components.DOMPresentationUtils.GenericDecorator", | 5 "factoryName": "Components.DOMPresentationUtils.GenericDecorator", |
| 6 "marker": "breakpoint-marker", | 6 "marker": "breakpoint-marker", |
| 7 "title": "DOM Breakpoint", | 7 "title": "DOM Breakpoint", |
| 8 "color": "rgb(105, 140, 254)" | 8 "color": "rgb(105, 140, 254)" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 "factoryName": "Components.DOMBreakpointsSidebarPane" | 40 "factoryName": "Components.DOMBreakpointsSidebarPane" |
| 41 } | 41 } |
| 42 ], | 42 ], |
| 43 "dependencies": [ | 43 "dependencies": [ |
| 44 "bindings", | 44 "bindings", |
| 45 "platform", | 45 "platform", |
| 46 "ui", | 46 "ui", |
| 47 "network_log" | 47 "network_log" |
| 48 ], | 48 ], |
| 49 "scripts": [ | 49 "scripts": [ |
| 50 "BreakpointsSidebarPaneBase.js", | |
| 51 "DataSaverInfobar.js", | 50 "DataSaverInfobar.js", |
| 52 "DOMBreakpointsSidebarPane.js", | 51 "DOMBreakpointsSidebarPane.js", |
| 53 "DOMPresentationUtils.js", | 52 "DOMPresentationUtils.js", |
| 54 "DockController.js", | 53 "DockController.js", |
| 55 "Linkifier.js", | 54 "Linkifier.js", |
| 56 "Reload.js" | 55 "Reload.js" |
| 57 ], | 56 ], |
| 58 "resources": [ | 57 "resources": [ |
| 59 "breakpointsList.css", | 58 "domBreakpointsSidebarPane.css", |
| 60 "domUtils.css", | 59 "domUtils.css", |
| 61 "imagePreview.css" | 60 "imagePreview.css" |
| 62 ] | 61 ] |
| 63 } | 62 } |
| OLD | NEW |