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

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

Issue 1305353008: DevTools: make console the second tab. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 5 years, 3 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": 100,
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 "LayerPaintProfilerView.js", 19 "LayerPaintProfilerView.js",
20 "LayersPanel.js" 20 "LayersPanel.js"
21 ] 21 ]
22 } 22 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/elements/module.json ('k') | Source/devtools/front_end/network/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698