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

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

Issue 2868583003: DevTools: make audits 2 a proper experiment that can be enabled by default. (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | third_party/WebKit/Source/devtools/front_end/audits2/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": "view", 4 "type": "view",
5 "location": "panel", 5 "location": "panel",
6 "id": "audits", 6 "id": "audits",
7 "title": "Audits",
8 "order": 90,
9 "className": "Audits.AuditsPanel",
10 "experiment": "!audits2"
11 },
12 {
13 "type": "view",
14 "location": "panel",
15 "id": "audits",
7 "title": "Legacy Audits", 16 "title": "Legacy Audits",
8 "order": 90, 17 "order": 90,
9 "persistence": "closeable", 18 "persistence": "closeable",
10 "className": "Audits.AuditsPanel" 19 "className": "Audits.AuditsPanel",
20 "experiment": "audits2"
11 } 21 }
12 ], 22 ],
13 "dependencies": [ 23 "dependencies": [
14 "components", 24 "components",
15 "extensions", 25 "extensions",
16 "network_log", 26 "network_log",
17 "object_ui" 27 "object_ui"
18 ], 28 ],
19 "scripts": [ 29 "scripts": [
20 "AuditsPanel.js", 30 "AuditsPanel.js",
21 "AuditCategory.js", 31 "AuditCategory.js",
22 "AuditCategories.js", 32 "AuditCategories.js",
23 "AuditController.js", 33 "AuditController.js",
24 "AuditFormatters.js", 34 "AuditFormatters.js",
25 "AuditLauncherView.js", 35 "AuditLauncherView.js",
26 "AuditResultView.js", 36 "AuditResultView.js",
27 "AuditRules.js", 37 "AuditRules.js",
28 "AuditExtensionCategory.js" 38 "AuditExtensionCategory.js"
29 ], 39 ],
30 "resources": [ 40 "resources": [
31 "auditsPanel.css", 41 "auditsPanel.css",
32 "auditsSidebarTree.css", 42 "auditsSidebarTree.css",
33 "auditResultTree.css" 43 "auditResultTree.css"
34 ] 44 ]
35 } 45 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/audits2/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698