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

Unified Diff: webkit/plugins/npapi/plugin_list.cc

Issue 8428011: Update JRE version metadata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/plugin_list.cc
===================================================================
--- webkit/plugins/npapi/plugin_list.cc (revision 107012)
+++ webkit/plugins/npapi/plugin_list.cc (working copy)
@@ -64,7 +64,8 @@
};
static const VersionRangeDefinition kJavaVersionRange[] = {
{ "0", "13.0", "12.8.0", true }, // Leopard
- { "13.0", "14.0", "13.4.0", true } // Snow Leopard
+ { "13.0", "14.0", "13.5.0", true }, // Snow Leopard
+ { "14.0", "", "14.0.3", true } // Lion
};
static const VersionRangeDefinition kFlip4MacVersionRange[] = {
{ "", "", "2.2.1", true }
@@ -93,7 +94,8 @@
{ "", "", "7.6.9", true }
};
static const VersionRangeDefinition kJavaVersionRange[] = {
- { "0", "7", "6.0.260", true } // "260" is not a typo.
+ { "0", "7", "6.0.290", true }, // "290" is not a typo.
+ { "7", "", "10.1", true } // JDK7u1 identifies itself as 10.1
};
// This is up to date with
// http://www.adobe.com/support/security/bulletins/apsb11-08.html
@@ -146,12 +148,14 @@
#else // Most importantly, covers desktop Linux.
static const VersionRangeDefinition kJavaVersionRange[] = {
- { "0", "1.7", "1.6.0.26", true }
+ { "0", "1.7", "1.6.0.29", true },
+ { "1.7", "", "1.7.0.1", true }
};
static const VersionRangeDefinition kRedhatIcedTeaVersionRange[] = {
- { "0", "1.9", "1.8.8", true },
- { "1.9", "1.10", "1.9.8", true },
+ { "0", "1.9", "1.8.10", true },
+ { "1.9", "1.10", "1.9.10", true },
+ { "1.10", "", "1.10.4", true }
};
static const PluginGroupDefinition kGroupDefinitions[] = {
« 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