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

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

Issue 1159163005: Add a minimal Security panel to DevTools (behind a hidden experiment). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address final comments. Created 5 years, 6 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
(Empty)
1 {
2 "extensions": [
3 {
4 "type": "@WebInspector.PanelFactory",
5 "name": "security",
6 "title": "Security",
7 "order": 7,
8 "className": "WebInspector.SecurityPanelFactory"
9 }
10 ],
11 "dependencies": ["platform", "ui", "sdk"],
12 "experiment": "securityPanel",
13 "scripts": [
14 "SecurityModel.js",
15 "SecurityPanel.js"
16 ],
17 "resources": [
18 "securityPanel.css"
19 ]
20 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/security/SecurityPanel.js ('k') | Source/devtools/front_end/security/securityPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698