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

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

Issue 10968033: Update required minimum Java version on Windows to 10.7. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | 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 "google-talk": { 2 "google-talk": {
3 "mime_types": [ 3 "mime_types": [
4 ], 4 ],
5 "versions": [ 5 "versions": [
6 { 6 {
7 "version": "0", 7 "version": "0",
8 "status": "up_to_date", 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." 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 } 10 }
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 { 55 {
56 "version": "6.0.350", 56 "version": "6.0.350",
57 "status": "requires_authorization", 57 "status": "requires_authorization",
58 "comment": "Java SE 6 Update 35. '350' is not a typo." 58 "comment": "Java SE 6 Update 35. '350' is not a typo."
59 }, 59 },
60 { 60 {
61 "version": "7", 61 "version": "7",
62 "status": "out_of_date" 62 "status": "out_of_date"
63 }, 63 },
64 { 64 {
65 "version": "10.7.2", 65 "version": "10.7",
66 "status": "requires_authorization", 66 "status": "requires_authorization",
67 "comment": "Java SE 7u7" 67 "comment": "Java SE 7u7"
68 } 68 }
69 ], 69 ],
70 "lang": "en-US", 70 "lang": "en-US",
71 "name": "Java(TM)", 71 "name": "Java(TM)",
72 "help_url": "https://support.google.com/chrome/?p=plugin_java", 72 "help_url": "https://support.google.com/chrome/?p=plugin_java",
73 "url": "http://java.com/download", 73 "url": "http://java.com/download",
74 "displayurl": true, 74 "displayurl": true,
75 "group_name_matcher": "Java" 75 "group_name_matcher": "Java"
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 { 312 {
313 "version": "0", 313 "version": "0",
314 "status": "up_to_date", 314 "status": "up_to_date",
315 "comment": "Chrome PDF Viewer has no version information." 315 "comment": "Chrome PDF Viewer has no version information."
316 } 316 }
317 ], 317 ],
318 "name": "Chrome PDF Viewer", 318 "name": "Chrome PDF Viewer",
319 "group_name_matcher": "Chrome PDF Viewer" 319 "group_name_matcher": "Chrome PDF Viewer"
320 } 320 }
321 } 321 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698