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

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

Issue 1316853002: Organize security panel main view. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove experiment toggle. 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
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.PanelFactory", 4 "type": "@WebInspector.PanelFactory",
5 "name": "security", 5 "name": "security",
6 "title": "Security", 6 "title": "Security",
7 "order": 7, 7 "order": 7,
8 "className": "WebInspector.SecurityPanelFactory" 8 "className": "WebInspector.SecurityPanelFactory"
9 } 9 }
10 ], 10 ],
11 "dependencies": ["platform", "ui", "sdk"], 11 "dependencies": ["platform", "ui", "sdk"],
12 "experiment": "securityPanel", 12 "experiment": "securityPanel",
13 "scripts": [ 13 "scripts": [
14 "SecurityModel.js", 14 "SecurityModel.js",
15 "SecurityPanel.js" 15 "SecurityPanel.js"
16 ], 16 ],
17 "resources": [ 17 "resources": [
18 "lockIcon.css", 18 "lockIcon.css",
19 "mainView.css",
19 "originView.css", 20 "originView.css",
20 "securityPanel.css",
21 "sidebar.css" 21 "sidebar.css"
22 ] 22 ]
23 } 23 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/security/mainView.css ('k') | Source/devtools/front_end/security/securityPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698