Bug 62283

Summary: [Qt] Support for the gnash flash player plugin
Product: WebKit Reporter: Dawit A. <adawit>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, evan, ossy, tony, webkit.review.bot, yael
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Linux   
Attachments:
Description Flags
proposed patch
eric: review-, eric: commit-queue-
proposed patch v2 none

Description Dawit A. 2011-06-08 08:12:56 PDT
Currently the gnash flash player does not work with QtWebKit. Instead it prints out the following error message:

ERROR: NPAPI ERROR: No GTK2 support in this browser! Have version 0

The fix for it is to use the same workaround as the one used for the nspluginwrapper (npwrapper) in PluginPackageQt.cpp.
Comment 1 Dawit A. 2011-06-08 08:17:14 PDT
Created attachment 96424 [details]
proposed patch
Comment 2 Eric Seidel (no email) 2011-06-13 15:25:55 PDT
Comment on attachment 96424 [details]
proposed patch

View in context: https://bugs.webkit.org/attachment.cgi?id=96424&action=review

Do we not have any tests in the repository which use flash?

> Source/WebCore/ChangeLog:10
> +        No new tests. (OOPS!)

The OOPS in this line will cause your patch to fail the commit queue.  You need to replace this line with a list of tests or reasons why testing is impossible/impractical.
Comment 3 Dawit A. 2011-06-15 06:58:50 PDT
Created attachment 97289 [details]
proposed patch v2

Fixed changelog.
Comment 4 Alexis Menard (darktears) 2011-06-15 07:15:12 PDT
Comment on attachment 97289 [details]
proposed patch v2

LGTM.
Comment 5 WebKit Review Bot 2011-06-16 15:21:05 PDT
Comment on attachment 97289 [details]
proposed patch v2

Clearing flags on attachment: 97289

Committed r89076: <http://trac.webkit.org/changeset/89076>
Comment 6 WebKit Review Bot 2011-06-16 15:21:10 PDT
All reviewed patches have been landed.  Closing bug.