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

Side by Side Diff: chrome/browser/resources/plugin_metadata/plugins_mac.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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "status": "up_to_date", 245 "status": "up_to_date",
234 "reference": "http://support.microsoft.com/kb/2668562" 246 "reference": "http://support.microsoft.com/kb/2668562"
235 } 247 }
236 ], 248 ],
237 "lang": "en-US", 249 "lang": "en-US",
238 "name": "Silverlight", 250 "name": "Silverlight",
239 "url": "http://go.microsoft.com/fwlink/?LinkID=149156", 251 "url": "http://go.microsoft.com/fwlink/?LinkID=149156",
240 "displayurl": true 252 "displayurl": true
241 } 253 }
242 } 254 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/plugin_metadata/plugins_linux.json ('k') | chrome/browser/resources/plugin_metadata/plugins_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698