| 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 27 matching lines...) Expand all Loading... |
| 38 "factoryName": "Components.DOMBreakpointsSidebarPane" | 38 "factoryName": "Components.DOMBreakpointsSidebarPane" |
| 39 } | 39 } |
| 40 ], | 40 ], |
| 41 "dependencies": [ | 41 "dependencies": [ |
| 42 "bindings", | 42 "bindings", |
| 43 "platform", | 43 "platform", |
| 44 "ui", | 44 "ui", |
| 45 "network_log" | 45 "network_log" |
| 46 ], | 46 ], |
| 47 "scripts": [ | 47 "scripts": [ |
| 48 "BreakpointsSidebarPaneBase.js", | |
| 49 "CPUThrottlingManager.js", | 48 "CPUThrottlingManager.js", |
| 50 "DataSaverInfobar.js", | 49 "DataSaverInfobar.js", |
| 51 "DOMBreakpointsSidebarPane.js", | 50 "DOMBreakpointsSidebarPane.js", |
| 52 "DOMPresentationUtils.js", | 51 "DOMPresentationUtils.js", |
| 53 "DockController.js", | 52 "DockController.js", |
| 54 "Linkifier.js", | 53 "Linkifier.js", |
| 55 "Reload.js" | 54 "Reload.js" |
| 56 ], | 55 ], |
| 57 "resources": [ | 56 "resources": [ |
| 58 "breakpointsList.css", | 57 "breakpointsList.css", |
| 58 "domBreakpointsSidebarPane.css", |
| 59 "domUtils.css", | 59 "domUtils.css", |
| 60 "imagePreview.css" | 60 "imagePreview.css" |
| 61 ] | 61 ] |
| 62 } | 62 } |
| OLD | NEW |