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

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

Issue 566893002: Add a fallback for unparseable Java version numbers on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 6 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
« 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 "x-version": 4, 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."
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "application/x-java-bean,version=1.3.1", 42 "application/x-java-bean,version=1.3.1",
43 "application/x-java-bean,version=1.4", 43 "application/x-java-bean,version=1.4",
44 "application/x-java-bean,version=1.4.1", 44 "application/x-java-bean,version=1.4.1",
45 "application/x-java-bean,version=1.4.2", 45 "application/x-java-bean,version=1.4.2",
46 "application/x-java-bean,version=1.5", 46 "application/x-java-bean,version=1.5",
47 "application/x-java-bean,version=1.6", 47 "application/x-java-bean,version=1.6",
48 "application/x-java-vm" 48 "application/x-java-vm"
49 ], 49 ],
50 "versions": [ 50 "versions": [
51 { 51 {
52 "version": "0",
53 "status": "requires_authorization",
54 "comment": "Newer versions of Java don't have a standard version number anymore."
55 },
56 {
57 "version": "12",
58 "status": "out_of_date"
59 },
60 {
52 "version": "12.8.0", 61 "version": "12.8.0",
53 "status": "requires_authorization", 62 "status": "requires_authorization",
54 "comment": "Leopard" 63 "comment": "Leopard"
55 }, 64 },
56 { 65 {
57 "version": "13", 66 "version": "13",
58 "status": "out_of_date" 67 "status": "out_of_date"
59 }, 68 },
60 { 69 {
61 "version": "13.5.0", 70 "version": "13.5.0",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "status": "up_to_date", 309 "status": "up_to_date",
301 "comment": "We do not track version information for the Google Earth Plu gin." 310 "comment": "We do not track version information for the Google Earth Plu gin."
302 } 311 }
303 ], 312 ],
304 "lang": "en-US", 313 "lang": "en-US",
305 "name": "Google Earth", 314 "name": "Google Earth",
306 "url": "http://www.google.com/earth/explore/products/plugin.html", 315 "url": "http://www.google.com/earth/explore/products/plugin.html",
307 "group_name_matcher": "*Google Earth*" 316 "group_name_matcher": "*Google Earth*"
308 } 317 }
309 } 318 }
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