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

Side by Side Diff: chrome/browser/resources/plugin_metadata/plugins_win.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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 "version": "4.1.10111.0", 255 "version": "4.1.10111.0",
244 "status": "up_to_date", 256 "status": "up_to_date",
245 "reference": "http://support.microsoft.com/kb/2668562" 257 "reference": "http://support.microsoft.com/kb/2668562"
246 } 258 }
247 ], 259 ],
248 "lang": "en-US", 260 "lang": "en-US",
249 "name": "Silverlight", 261 "name": "Silverlight",
250 "url": "http://go.microsoft.com/fwlink/?LinkID=149156" 262 "url": "http://go.microsoft.com/fwlink/?LinkID=149156"
251 } 263 }
252 } 264 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/plugin_metadata/plugins_mac.json ('k') | content/browser/plugin_data_remover_impl_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698