Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@WebInspector.ToolbarItem.Provider", | |
| 5 "className": "WebInspector.AnimationTimeline.ButtonProvider", | |
|
dgozman
2016/07/09 01:12:15
What happened to this?
pfeldman
2016/07/09 01:37:03
Got removed!
| |
| 6 "order": 2, | |
| 7 "location": "styles-sidebarpane-toolbar" | |
| 8 }, | |
| 9 { | |
| 10 "type": "drawer-view", | 4 "type": "drawer-view", |
| 11 "name": "animations", | 5 "name": "animations", |
| 12 "title": "Animations", | 6 "title": "Animations", |
| 13 "persistence": "closeable", | 7 "persistence": "closeable", |
| 14 "order": 0, | 8 "order": 0, |
| 15 "className": "WebInspector.AnimationTimeline" | 9 "className": "WebInspector.AnimationTimeline" |
| 16 } | 10 } |
| 17 ], | 11 ], |
| 18 "dependencies": [ | 12 "dependencies": [ |
| 19 "elements" | 13 "elements" |
| 20 ], | 14 ], |
| 21 "scripts": [ | 15 "scripts": [ |
| 22 "AnimationModel.js", | 16 "AnimationModel.js", |
| 23 "AnimationGroupPreviewUI.js", | 17 "AnimationGroupPreviewUI.js", |
| 24 "AnimationScreenshotPopover.js", | 18 "AnimationScreenshotPopover.js", |
| 25 "AnimationTimeline.js", | 19 "AnimationTimeline.js", |
| 26 "AnimationUI.js" | 20 "AnimationUI.js" |
| 27 ], | 21 ], |
| 28 "resources": [ | 22 "resources": [ |
| 29 "animationScreenshotPopover.css", | 23 "animationScreenshotPopover.css", |
| 30 "animationTimeline.css" | 24 "animationTimeline.css" |
| 31 ] | 25 ] |
| 32 } | 26 } |
| OLD | NEW |