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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/security/module.json
diff --git a/Source/devtools/front_end/security/module.json b/Source/devtools/front_end/security/module.json
new file mode 100644
index 0000000000000000000000000000000000000000..8a0b047d87f15f88cc022d4adee6b57f1e2525a0
--- /dev/null
+++ b/Source/devtools/front_end/security/module.json
@@ -0,0 +1,20 @@
+{
+ "extensions": [
+ {
+ "type": "@WebInspector.PanelFactory",
+ "name": "security",
+ "title": "Security",
+ "order": 7,
+ "className": "WebInspector.SecurityPanelFactory"
+ }
+ ],
+ "dependencies": ["platform", "ui", "sdk"],
+ "experiment": "securityPanel",
+ "scripts": [
+ "SecurityModel.js",
+ "SecurityPanel.js"
+ ],
+ "resources": [
+ "securityPanel.css"
+ ]
+}
« 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