Title: [89076] trunk/Source/WebCore
- Revision
- 89076
- Author
- [email protected]
- Date
- 2011-06-16 15:20:53 -0700 (Thu, 16 Jun 2011)
Log Message
2011-06-16 Dawit Alemayehu <[email protected]>
Reviewed by Antonio Gomes.
Support for gnash flash player plugin in QtWebKit
[Qt] Support for the gnash flash player plugin
https://bugs.webkit.org/show_bug.cgi?id=62283
No new tests needed. Existing nsplugin tests are sufficient.
* plugins/qt/PluginPackageQt.cpp:
(WebCore::PluginPackage::load):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (89075 => 89076)
--- trunk/Source/WebCore/ChangeLog 2011-06-16 22:19:13 UTC (rev 89075)
+++ trunk/Source/WebCore/ChangeLog 2011-06-16 22:20:53 UTC (rev 89076)
@@ -1,3 +1,17 @@
+2011-06-16 Dawit Alemayehu <[email protected]>
+
+ Reviewed by Antonio Gomes.
+
+ Support for gnash flash player plugin in QtWebKit
+
+ [Qt] Support for the gnash flash player plugin
+ https://bugs.webkit.org/show_bug.cgi?id=62283
+
+ No new tests needed. Existing nsplugin tests are sufficient.
+
+ * plugins/qt/PluginPackageQt.cpp:
+ (WebCore::PluginPackage::load):
+
2011-06-16 Sailesh Agrawal <[email protected]>
Reviewed by Mihai Parparita.
Modified: trunk/Source/WebCore/plugins/qt/PluginPackageQt.cpp (89075 => 89076)
--- trunk/Source/WebCore/plugins/qt/PluginPackageQt.cpp 2011-06-16 22:19:13 UTC (rev 89075)
+++ trunk/Source/WebCore/plugins/qt/PluginPackageQt.cpp 2011-06-16 22:20:53 UTC (rev 89076)
@@ -162,7 +162,7 @@
initializeBrowserFuncs();
- if (m_path.contains("npwrapper.")) {
+ if (m_path.contains("npwrapper.") || m_path.contains("gnash")) {
// nspluginwrapper relies on the toolkit value to know if glib is available
// It does so in NP_Initialize with a null instance, therefore it is done this way:
m_browserFuncs.getvalue = staticPluginQuirkRequiresGtkToolKit_NPN_GetValue;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes