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

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

Issue 12941012: Update Java version metadata for CVE-2013-1493. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 9 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
« no previous file with comments | « chrome/browser/resources/plugin_metadata/plugins_linux.json ('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 "x-version": 3, 2 "x-version": 4,
3 "google-talk": { 3 "google-talk": {
4 "mime_types": [ 4 "mime_types": [
5 ], 5 ],
6 "versions": [ 6 "versions": [
7 { 7 {
8 "version": "0", 8 "version": "0",
9 "status": "up_to_date", 9 "status": "up_to_date",
10 "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 "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."
11 } 11 }
12 ], 12 ],
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 "application/x-java-bean;version=1.4.1", 47 "application/x-java-bean;version=1.4.1",
48 "application/x-java-bean;version=1.4.2", 48 "application/x-java-bean;version=1.4.2",
49 "application/x-java-bean;version=1.5", 49 "application/x-java-bean;version=1.5",
50 "application/x-java-bean;version=1.6", 50 "application/x-java-bean;version=1.6",
51 "application/x-java-bean;version=1.7", 51 "application/x-java-bean;version=1.7",
52 "application/x-java-vm", 52 "application/x-java-vm",
53 "application/x-java-vm-npruntime" 53 "application/x-java-vm-npruntime"
54 ], 54 ],
55 "versions": [ 55 "versions": [
56 { 56 {
57 "version": "6.0.410", 57 "version": "6.0.430",
58 "status": "requires_authorization", 58 "status": "requires_authorization",
59 "comment": "Java SE 6 Update 41. '410' is not a typo." 59 "comment": "Java SE 6 Update 43. '430' is not a typo."
60 }, 60 },
61 { 61 {
62 "version": "7", 62 "version": "7",
63 "status": "out_of_date" 63 "status": "out_of_date"
64 }, 64 },
65 { 65 {
66 "version": "10.15", 66 "version": "10.17",
67 "status": "requires_authorization", 67 "status": "requires_authorization",
68 "comment": "Java SE 7u15" 68 "comment": "Java SE 7u17"
69 } 69 }
70 ], 70 ],
71 "lang": "en-US", 71 "lang": "en-US",
72 "name": "Java(TM)", 72 "name": "Java(TM)",
73 "help_url": "https://support.google.com/chrome/?p=plugin_java", 73 "help_url": "https://support.google.com/chrome/?p=plugin_java",
74 "url": "http://java.com/download", 74 "url": "http://java.com/download",
75 "displayurl": true, 75 "displayurl": true,
76 "group_name_matcher": "Java*" 76 "group_name_matcher": "Java*"
77 }, 77 },
78 "ibm-java-runtime-environment": { 78 "ibm-java-runtime-environment": {
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 { 375 {
376 "version": "0", 376 "version": "0",
377 "status": "up_to_date", 377 "status": "up_to_date",
378 "comment": "Chrome PDF Viewer has no version information." 378 "comment": "Chrome PDF Viewer has no version information."
379 } 379 }
380 ], 380 ],
381 "name": "Chrome PDF Viewer", 381 "name": "Chrome PDF Viewer",
382 "group_name_matcher": "*Chrome PDF Viewer*" 382 "group_name_matcher": "*Chrome PDF Viewer*"
383 } 383 }
384 } 384 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/plugin_metadata/plugins_linux.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698