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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/audits/module.json

Issue 2342193002: [DevTools] Migrate AuditsPanel away from SidebarTree. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/audits/auditsSidebarTree.css ('k') | no next file » | 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.Panel", 4 "type": "@WebInspector.Panel",
5 "name": "audits", 5 "name": "audits",
6 "title": "Audits", 6 "title": "Audits",
7 "order": 90, 7 "order": 90,
8 "className": "WebInspector.AuditsPanel" 8 "className": "WebInspector.AuditsPanel"
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 "auditsSidebarTree.css",
28 "auditResultTree.css" 29 "auditResultTree.css"
29 ] 30 ]
30 } 31 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/audits/auditsSidebarTree.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698