[Webkit-unassigned] [Bug 43349] [Qt] QWebkit does not work with Flash Player 10.1 r53 on Mac PPC
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 13 05:39:12 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43349
Kent Hansen <kent.hansen at nokia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|webkit-unassigned at lists.web |vestbo at webkit.org
|kit.org |
CC| |kent.hansen at nokia.com
--- Comment #4 from Kent Hansen <kent.hansen at nokia.com> 2010-08-13 05:39:12 PST ---
Tor Arne, it looks like some plugins (for example, Flash) can support both QuickDraw and CoreGraphics; see https://wiki.mozilla.org/Plugins:CompatNotes.
If that's the case, it seems wrong to refuse to load the plugin only because it also supports a drawing model that we _don't_ support (http://trac.webkit.org/changeset/46028). Shouldn't we rather be checking if it supports the drawing model we _do_ support? :-) E.g. if the Flash plugin supports QuickDraw, that's not a problem so long as it also supports CoreGraphics...
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list