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

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

Issue 1327593005: Link to the mixed content filter from security panel (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase 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
« no previous file with comments | « Source/devtools/front_end/security/mainView.css ('k') | no next file » | 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": "@WebInspector.PanelFactory", 4 "type": "@WebInspector.PanelFactory",
5 "name": "security", 5 "name": "security",
6 "title": "Security", 6 "title": "Security",
7 "order": 80, 7 "order": 80,
8 "className": "WebInspector.SecurityPanelFactory" 8 "className": "WebInspector.SecurityPanelFactory"
9 } 9 }
10 ], 10 ],
11 "dependencies": ["platform", "ui", "sdk"], 11 "dependencies": ["network", "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 "mainView.css",
20 "originView.css", 20 "originView.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') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698