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

Side by Side Diff: chrome/browser/resources/plugin_metadata/plugins_linux.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 | « no previous file | chrome/browser/resources/plugin_metadata/plugins_win.json » ('j') | 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": 2, 2 "x-version": 3,
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "application/x-java-bean,version=1.4", 44 "application/x-java-bean,version=1.4",
45 "application/x-java-bean,version=1.4.1", 45 "application/x-java-bean,version=1.4.1",
46 "application/x-java-bean,version=1.4.2", 46 "application/x-java-bean,version=1.4.2",
47 "application/x-java-bean,version=1.5", 47 "application/x-java-bean,version=1.5",
48 "application/x-java-bean,version=1.6", 48 "application/x-java-bean,version=1.6",
49 "application/x-java-bean,version=1.7", 49 "application/x-java-bean,version=1.7",
50 "application/x-java-vm" 50 "application/x-java-vm"
51 ], 51 ],
52 "versions": [ 52 "versions": [
53 { 53 {
54 "version": "1.6.0.41", 54 "version": "1.6.0.43",
55 "status": "requires_authorization" 55 "status": "requires_authorization"
56 }, 56 },
57 { 57 {
58 "version": "1.7", 58 "version": "1.7",
59 "status": "out_of_date" 59 "status": "out_of_date"
60 }, 60 },
61 { 61 {
62 "version": "1.7.0.15", 62 "version": "1.7.0.17",
63 "status": "requires_authorization" 63 "status": "requires_authorization"
64 } 64 }
65 ], 65 ],
66 "lang": "en-US", 66 "lang": "en-US",
67 "name": "Java(TM)", 67 "name": "Java(TM)",
68 "help_url": "https://support.google.com/chrome/?p=plugin_java", 68 "help_url": "https://support.google.com/chrome/?p=plugin_java",
69 "url": "http://java.com/download", 69 "url": "http://java.com/download",
70 "displayurl": true, 70 "displayurl": true,
71 "group_name_matcher": "Java*" 71 "group_name_matcher": "Java*"
72 }, 72 },
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 { 118 {
119 "version": "0", 119 "version": "0",
120 "status": "up_to_date", 120 "status": "up_to_date",
121 "comment": "Google Chrome PDF has no version information." 121 "comment": "Google Chrome PDF has no version information."
122 } 122 }
123 ], 123 ],
124 "name": "Chrome PDF Viewer", 124 "name": "Chrome PDF Viewer",
125 "group_name_matcher": "*Chrome PDF Viewer*" 125 "group_name_matcher": "*Chrome PDF Viewer*"
126 } 126 }
127 } 127 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/plugin_metadata/plugins_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698