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

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

Issue 7046039: JRE6u26 sounds like it fixes some pretty nasty bugs: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 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 87540)
+++ webkit/plugins/npapi/plugin_list.cc (working copy)
@@ -93,7 +93,7 @@
{ "", "", "7.6.9", true }
};
static const VersionRangeDefinition kJavaVersionRange[] = {
- { "0", "7", "6.0.240", true } // "240" is not a typo.
+ { "0", "7", "6.0.260", true } // "260" is not a typo.
};
// This is up to date with
// http://www.adobe.com/support/security/bulletins/apsb11-08.html
@@ -146,7 +146,7 @@
#else // Most importantly, covers desktop Linux.
static const VersionRangeDefinition kJavaVersionRange[] = {
- { "0", "1.7", "1.6.0.24", true }
+ { "0", "1.7", "1.6.0.26", true }
};
static const VersionRangeDefinition kRedhatIcedTeaVersionRange[] = {
« 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