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

Side by Side Diff: Source/devtools/front_end/audits/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
« no previous file with comments | « no previous file | Source/devtools/front_end/elements/module.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.PanelFactory", 4 "type": "@WebInspector.PanelFactory",
5 "name": "audits", 5 "name": "audits",
6 "title": "Audits", 6 "title": "Audits",
7 "order": 6, 7 "order": 90,
8 "className": "WebInspector.AuditsPanelFactory" 8 "className": "WebInspector.AuditsPanelFactory"
9 } 9 }
10 ], 10 ],
11 "dependencies": [ 11 "dependencies": [
12 "components", 12 "components",
13 "extensions" 13 "extensions"
14 ], 14 ],
15 "scripts": [ 15 "scripts": [
16 "AuditsPanel.js", 16 "AuditsPanel.js",
17 "AuditCategory.js", 17 "AuditCategory.js",
18 "AuditCategories.js", 18 "AuditCategories.js",
19 "AuditController.js", 19 "AuditController.js",
20 "AuditFormatters.js", 20 "AuditFormatters.js",
21 "AuditLauncherView.js", 21 "AuditLauncherView.js",
22 "AuditResultView.js", 22 "AuditResultView.js",
23 "AuditRules.js", 23 "AuditRules.js",
24 "AuditExtensionCategory.js" 24 "AuditExtensionCategory.js"
25 ], 25 ],
26 "resources": [ 26 "resources": [
27 "auditsPanel.css", 27 "auditsPanel.css",
28 "auditResultTree.css" 28 "auditResultTree.css"
29 ] 29 ]
30 } 30 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/elements/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698