[webkit-qt] is the QtWebkit really support NPAPI?
Luc Devallonné
luc.devallonne at mnemis.com
Sun Feb 7 08:05:31 PST 2010
Michael,
The Qt Webkit port does support NPAPI, but you will have to switch on
the support for plugins:
QWebSettings *defaultSettings = QWebSettings::globalSettings();
defaultSettings->setAttribute(QWebSettings::PluginsEnabled, true);
I dont know about Mozilla test plugin, but you can see flash & others
working with the Qt demo browser application
Luc
On Sun, Feb 7, 2010 at 4:00 PM, <webkit-qt-request at lists.webkit.org> wrote:
> Send webkit-qt mailing list submissions to
> webkit-qt at lists.webkit.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
> or, via email, send a message with subject or body 'help' to
> webkit-qt-request at lists.webkit.org
>
> You can reach the person managing the list at
> webkit-qt-owner at lists.webkit.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of webkit-qt digest..."
>
>
> Today's Topics:
>
> 1. is the QtWebkit really support NPAPI?? (michael young)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 7 Feb 2010 13:22:00 +0800
> From: michael young <mcygogo at gmail.com>
> To: webkit-qt at lists.webkit.org
> Subject: [webkit-qt] is the QtWebkit really support NPAPI??
> Message-ID:
> <b85736241002062122o299a8b40kb0406857c6b61c66 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Dear all
>
> Is there anyone has the NPAPI plugin work in QtWebkit?? If you
> have , can you send me your test case? thank you so much.
> I got some test case of NPAPI from Mozilla developer site, they
> can work well with firefox and chrome, even with GtkWebkit, but they
> can not
> work with QtWebkit!! I doubt that the QtWebkit is really support NPAPI??
>
> BR
>
>
> ------------------------------
>
> _______________________________________________
> webkit-qt mailing list
> webkit-qt at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
>
>
> End of webkit-qt Digest, Vol 5, Issue 5
> ***************************************
>
--
Luc Devallonné
More information about the webkit-qt
mailing list