| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@WebInspector.ToolbarItem.Provider", |
| 5 "className": "WebInspector.AnimationTimeline.ButtonProvider", |
| 6 "order": 2, |
| 7 "location": "styles-sidebarpane-toolbar" |
| 8 }, |
| 9 { |
| 4 "type": "drawer-view", | 10 "type": "drawer-view", |
| 5 "name": "animations", | 11 "name": "animations", |
| 6 "title": "Animations", | 12 "title": "Animations", |
| 7 "persistence": "closeable", | 13 "persistence": "closeable", |
| 8 "order": 0, | 14 "order": 0, |
| 9 "className": "WebInspector.AnimationTimeline" | 15 "className": "WebInspector.AnimationTimeline" |
| 10 } | 16 } |
| 11 ], | 17 ], |
| 12 "dependencies": [ | 18 "dependencies": [ |
| 13 "elements" | 19 "elements" |
| 14 ], | 20 ], |
| 15 "scripts": [ | 21 "scripts": [ |
| 16 "AnimationModel.js", | 22 "AnimationModel.js", |
| 17 "AnimationGroupPreviewUI.js", | 23 "AnimationGroupPreviewUI.js", |
| 18 "AnimationScreenshotPopover.js", | 24 "AnimationScreenshotPopover.js", |
| 19 "AnimationTimeline.js", | 25 "AnimationTimeline.js", |
| 20 "AnimationUI.js" | 26 "AnimationUI.js" |
| 21 ], | 27 ], |
| 22 "resources": [ | 28 "resources": [ |
| 23 "animationScreenshotPopover.css", | 29 "animationScreenshotPopover.css", |
| 24 "animationTimeline.css" | 30 "animationTimeline.css" |
| 25 ] | 31 ] |
| 26 } | 32 } |
| OLD | NEW |