Reviewed by Darin.
Blacklist Silverlight versions older than min required, not newer.
* plugins/win/PluginPackageWin.cpp:
(WebCore::PluginPackageWin::isPluginBlacklisted):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@29979
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-02-04 Jon Honeycutt <jhoneycutt@apple.com>
+
+ Reviewed by Darin.
+
+ Blacklist Silverlight versions older than min required, not newer.
+
+ * plugins/win/PluginPackageWin.cpp:
+ (WebCore::PluginPackageWin::isPluginBlacklisted):
+
2008-02-04 David Hyatt <hyatt@apple.com>
Fix for bug 16751, misparsing of html*.test in CSS.
// workaround for <rdar://5557379> Crash in Silverlight when opening microsoft.com.
// the latest 1.0 version of Silverlight does not reproduce this crash, so allow it
// and any newer versions
- if (compareFileVersion(silverlightPluginMinRequiredVersionMS, silverlightPluginMinRequiredVersionLS) >= 0)
+ if (compareFileVersion(silverlightPluginMinRequiredVersionMS, silverlightPluginMinRequiredVersionLS) < 0)
return true;
} else if (fileName() == "npmozax.dll")
// Bug 15217: Mozilla ActiveX control complains about missing xpcom_core.dll