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

Side by Side Diff: chrome/browser/resources/plugin_metadata/plugins_linux.json

Issue 10544003: Infobar all unknown unsandboxed plug-ins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "google-talk": {
3 "mime_types": [
4 ],
5 "versions": [
6 {
7 "version": "0",
8 "status": "up_to_date",
9 "comment": "'Google Talk Plugin' and 'Google Talk Plugin Video Accelerat or' use two completely different versioning schemes, so we can't define a minimu m version."
10 }
11 ],
12 "name": "Google Talk"
13 },
2 "java-runtime-environment": { 14 "java-runtime-environment": {
3 "mime_types": [ 15 "mime_types": [
4 "application/x-java-applet", 16 "application/x-java-applet",
5 "application/x-java-applet,version=1.1", 17 "application/x-java-applet,version=1.1",
6 "application/x-java-applet,version=1.1.1", 18 "application/x-java-applet,version=1.1.1",
7 "application/x-java-applet,version=1.1.2", 19 "application/x-java-applet,version=1.1.2",
8 "application/x-java-applet,version=1.1.3", 20 "application/x-java-applet,version=1.1.3",
9 "application/x-java-applet,version=1.2", 21 "application/x-java-applet,version=1.2",
10 "application/x-java-applet,version=1.2.1", 22 "application/x-java-applet,version=1.2.1",
11 "application/x-java-applet,version=1.2.2", 23 "application/x-java-applet,version=1.2.2",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 "status": "requires_authorization", 119 "status": "requires_authorization",
108 "reference": "http://blog.fuseyism.com/index.php/2012/02/15/security-ice dtea6-1-8-13-1-9-13-1-10-6-and-icedtea-2-0-1-released/" 120 "reference": "http://blog.fuseyism.com/index.php/2012/02/15/security-ice dtea6-1-8-13-1-9-13-1-10-6-and-icedtea-2-0-1-released/"
109 } 121 }
110 ], 122 ],
111 "lang": "en-US", 123 "lang": "en-US",
112 "name": "IcedTea", 124 "name": "IcedTea",
113 "url": "http://icedtea.classpath.org/", 125 "url": "http://icedtea.classpath.org/",
114 "displayurl": true 126 "displayurl": true
115 } 127 }
116 } 128 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/plugin_info_message_filter.cc ('k') | chrome/browser/resources/plugin_metadata/plugins_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698