[Webkit-unassigned] [Bug 19859] Flash plugin on WebKit GTK needs null window quirk

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 2 14:27:16 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=19859





------- Comment #2 from abockover at novell.com  2008-07-02 14:27 PDT -------
Created an attachment (id=22052)
 --> (https://bugs.webkit.org/attachment.cgi?id=22052&action=view)
Version parsing and null window on destroy quirk for Flash 10

This patch adds version parsing for the Flash plugin. I am not aware of a
standardized way to read plugin version information, so parsing it from the
description string on a per-plugin basis is unfortunately the best I could come
up with.

On Windows, there is a standard API to read version and other metadata from a
DLL, which WebKit uses in that port.

If Flash 10 is detected, the PluginQuirkDontSetNullWindowHandleOnDestroy is
applied to the plugin. Additionally, since now the Flash version is detected,
the PluginQuirkWantsMozillaUserAgent quirk is only applied if Flash 9 or older
is detected, like in the Windows port.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list