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

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 dgozman's 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": [],
12 "experiment": "securityPanel",
13 "scripts": [
14 "SecurityPanel.js"
15 ],
16 "resources": [
17 "securityPanel.css"
18 ]
19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698