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

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

Issue 659403003: Timeline: add layer tree outline to layer details view (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: removed layersPanel.css altogether 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.PanelFactory", 4 "type": "@WebInspector.PanelFactory",
5 "name": "layers", 5 "name": "layers",
6 "title": "Layers", 6 "title": "Layers",
7 "order": 7, 7 "order": 7,
8 "className": "WebInspector.LayersPanelFactory" 8 "className": "WebInspector.LayersPanelFactory"
9 }, 9 },
10 { 10 {
11 "type": "@WebInspector.Revealer", 11 "type": "@WebInspector.Revealer",
12 "contextTypes": ["WebInspector.DeferredLayerTree"], 12 "contextTypes": ["WebInspector.DeferredLayerTree"],
13 "className": "WebInspector.LayersPanel.LayerTreeRevealer" 13 "className": "WebInspector.LayersPanel.LayerTreeRevealer"
14 } 14 }
15 ], 15 ],
16 "dependencies": ["timeline"], 16 "dependencies": ["timeline"],
17 "experiment": "layersPanel", 17 "experiment": "layersPanel",
18 "scripts": [ 18 "scripts": [
19 "LayerTreeOutline.js",
20 "LayerDetailsView.js", 19 "LayerDetailsView.js",
21 "LayerPaintProfilerView.js", 20 "LayerPaintProfilerView.js",
22 "LayersPanel.js" 21 "LayersPanel.js"
23 ] 22 ]
24 } 23 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/layers/LayersPanel.js ('k') | Source/devtools/front_end/layersPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698