Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Side by Side Diff: Source/devtools/front_end/elements/module.json

Issue 620783002: Devtools Animations: Basic animation inspection & control in Styles pane (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.PanelFactory", 4 "type": "@WebInspector.PanelFactory",
5 "name": "elements", 5 "name": "elements",
6 "title": "Elements", 6 "title": "Elements",
7 "order": 0, 7 "order": 0,
8 "className": "WebInspector.ElementsPanelFactory" 8 "className": "WebInspector.ElementsPanelFactory"
9 }, 9 },
10 { 10 {
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "components" 68 "components"
69 ], 69 ],
70 "scripts": [ 70 "scripts": [
71 "Spectrum.js", 71 "Spectrum.js",
72 "ElementsTreeOutline.js", 72 "ElementsTreeOutline.js",
73 "EventListenersSidebarPane.js", 73 "EventListenersSidebarPane.js",
74 "MetricsSidebarPane.js", 74 "MetricsSidebarPane.js",
75 "PlatformFontsSidebarPane.js", 75 "PlatformFontsSidebarPane.js",
76 "PropertiesSidebarPane.js", 76 "PropertiesSidebarPane.js",
77 "StylesSidebarPane.js", 77 "StylesSidebarPane.js",
78 "ElementsPanel.js" 78 "ElementsPanel.js",
79 "AnimationsSidebarPane.js"
79 ] 80 ]
80 } 81 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/elements/ElementsPanel.js ('k') | Source/devtools/front_end/elementsPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698