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

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

Issue 8440010: Update version metadata for Flash, Reader, Shockwave. (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 108143)
+++ webkit/plugins/npapi/plugin_list.cc (working copy)
@@ -28,11 +28,15 @@
// Some version ranges can be shared across operating systems. This should be
// done where possible to avoid duplication.
+// This is up to date with
+// http://www.adobe.com/support/security/bulletins/apsb11-26.html
static const VersionRangeDefinition kFlashVersionRange[] = {
- { "", "", "10.2.153", false }
+ { "", "", "10.3.183", false }
};
+// This is up to date with
+// http://www.adobe.com/support/security/bulletins/apsb11-19.html
static const VersionRangeDefinition kShockwaveVersionRange[] = {
- { "", "", "11.5.9.620", true }
+ { "", "", "11.6.1.629", true }
};
static const VersionRangeDefinition kSilverlightVersionRange[] = {
{ "0", "4", "3.0.50611.0", false },
@@ -98,11 +102,11 @@
{ "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
+// http://www.adobe.com/support/security/bulletins/apsb11-24.html
static const VersionRangeDefinition kAdobeReaderVersionRange[] = {
- { "10", "11", "10.0.1", false },
- { "9", "10", "9.4.4", false },
- { "0", "9", "8.2.6", false }
+ { "10", "11", "10.1.1", false },
+ { "9", "10", "9.4.6", false },
+ { "0", "9", "8.3.1", false }
};
static const VersionRangeDefinition kDivXVersionRange[] = {
{ "", "", "1.4.3.4", false }
« 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