Bug 19082 - [Qt] Full-page plugins not activated
Summary: [Qt] Full-page plugins not activated
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: marcoil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-15 12:09 PDT by marcoil
Modified: 2008-06-20 03:00 PDT (History)
1 user (show)

See Also:


Attachments
Return true if a mime type is supported by a plugin (1.12 KB, patch)
2008-06-15 16:07 PDT, Marco Barisione
hausmann: review+
Details | Formatted Diff | Diff
Completes the fix, r34656 (1.34 KB, patch)
2008-06-19 09:59 PDT, marcoil
hausmann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description marcoil 2008-05-15 12:09:16 PDT
When visiting a page which should contain a full-page PluginView, nothing is displayed.

For example, visiting http://www.youtube.com/active_sharing.swf or http://acroeng.adobe.com/Test_Files/quickie/95annrep.pdf with the correct plugins installed should display the PluginView occupying the whole view.
Comment 1 Marco Barisione 2008-06-15 16:07:03 PDT
Created attachment 21719 [details]
Return true if a mime type is supported by a plugin

This fix only part of the problem as there is some other bug preventing plugins to work when they are not contained inside a HTML page.
Comment 2 marcoil 2008-06-19 09:59:02 PDT
Created attachment 21840 [details]
Completes the fix, r34656

This patch and Marco Barisione's one together fix the problem.
Comment 3 marcoil 2008-06-19 10:01:34 PDT
I forgot to add that, when fixed, the Qt port also exhibits bug #18938.
Comment 4 Simon Hausmann 2008-06-20 03:00:30 PDT
Landed in r34687 and r34688. Thanks Marc!