Re: [webkit-dev] NPAPI support to remain?

2017-07-17 Thread Michael Catanzaro
On Sun, Jul 16, 2017 at 8:44 PM, Ryosuke Niwa wrote: I agree we shouldn't add PPAPI or any other alternative plugin API. - R. Niwa OK cool! Sounds like we are all on the same page. Michael ___ webkit-dev mailing list webkit-dev@lists.webkit.org ht

Re: [webkit-dev] NPAPI support to remain?

2017-07-16 Thread Ryosuke Niwa
On Fri, Jul 14, 2017 at 1:30 PM, Maciej Stachowiak wrote: > > >> On Jul 13, 2017, at 6:23 PM, Michael Catanzaro wrote: >> >> Hi, >> >> It seems WebKit is the last modern web engine still supporting NPAPI. Is >> Apple planning to continue supporting NPAPI and WebKitPluginProcess for the >> fores

Re: [webkit-dev] NPAPI support to remain?

2017-07-14 Thread Maciej Stachowiak
> On Jul 13, 2017, at 6:23 PM, Michael Catanzaro wrote: > > Hi, > > It seems WebKit is the last modern web engine still supporting NPAPI. Is > Apple planning to continue supporting NPAPI and WebKitPluginProcess for the > foreseeable future? Or is it something that might be removed? > > I am

[webkit-dev] NPAPI support to remain?

2017-07-13 Thread Michael Catanzaro
Hi, It seems WebKit is the last modern web engine still supporting NPAPI. Is Apple planning to continue supporting NPAPI and WebKitPluginProcess for the foreseeable future? Or is it something that might be removed? I am not foolish enough to recommend that anyone use NPAPI, but I am curious

Re: [webkit-dev] NPAPI plugin may be broken in mac latest sources?

2012-04-12 Thread Rudi Sherry
added, with sample plugin that calls CFShow for each NPP call. On Apr 11, 2012, at 3:21 PM, Eric Seidel wrote: > The first step is to file a bug. Then we can CC the right people and > triage your troubles. > > http://www.webkit.org/quality/report

Re: [webkit-dev] NPAPI plugin may be broken in mac latest sources?

2012-04-11 Thread Eric Seidel
The first step is to file a bug. Then we can CC the right people and triage your troubles. http://www.webkit.org/quality/reporting.html On Wed, Apr 11, 2012 at 3:02 PM, Rudi Sherry wrote: > Yesterday I updated to the latest webkit sources for the mac (`Tools\Scripts > update-webkit`) and rebui

[webkit-dev] NPAPI plugin may be broken in mac latest sources?

2012-04-11 Thread Rudi Sherry
Yesterday I updated to the latest webkit sources for the mac (`Tools\Scripts update-webkit`) and rebuilt. Now, when I run Safari using them (`Tools\Scripts\run-safari --debug`) and open a file for my plug-in (which works fine), then go Back/Forward QUICKLY, NPP_NewStream() is never called for F

Re: [webkit-dev] NPAPI plugin crashes while calling npnfuncs->invoke in GtkLauncher

2012-03-15 Thread souvik . datta
:1362 #56 0x0804b016 in main () (gdb) Thanks, Souvik From: webkit-dev-boun...@lists.webkit.org [webkit-dev-boun...@lists.webkit.org] on behalf of Sergio Villar Senin [svil...@igalia.com] Sent: Thursday, March 15, 2012 9:19 PM To: webkit-dev@lists.webkit.org

Re: [webkit-dev] NPAPI plugin crashes while calling npnfuncs->invoke in GtkLauncher

2012-03-15 Thread Sergio Villar Senin
En 15/03/12 08:13, souvik.da...@wipro.com escribiu: > Hi, > > I am trying to load my NPAPI plugin in GtkLauncher ( built from source > version-1.6.1 under Ubuntu 10.10). The plugin is used to communicate > with a native shared library. Although I am able to load the plugin ( > Got NP_Initialize

[webkit-dev] NPAPI plugin crashes while calling npnfuncs->invoke in GtkLauncher

2012-03-15 Thread souvik . datta
Hi, I am trying to load my NPAPI plugin in GtkLauncher ( built from source version-1.6.1 under Ubuntu 10.10). The plugin is used to communicate with a native shared library. Although I am able to load the plugin ( Got NP_Initialize and NP_GetEntryPoints calls on the console ) and make success

Re: [webkit-dev] NPAPI plugin

2009-07-17 Thread Ariya Hidayat
> Can we NPAPI plug-in on qt embedded version? Not supported (yet). ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] NPAPI plugin

2009-07-17 Thread Xie, QiushengX
Hi all, Can we NPAPI plug-in on qt embedded version? Thanks Charles ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] NPAPI

2009-06-25 Thread Darin Adler
On Jun 25, 2009, at 6:44 AM, Jack Wootton wrote: 1. Is there a way to get the browser to load NPAPI plugins without an object or embed tag first having been parsed? No. 2. Using the Browse side of the NPAPI, is there a way to get a handle to WebView? No. Netscape plug-ins are intended to

[webkit-dev] NPAPI

2009-06-25 Thread Jack Wootton
Hi 1. Is there a way to get the browser to load NPAPI plugins without an object or embed tag first having been parsed? 2. Using the Browse side of the NPAPI, is there a way to get a handle to WebView? None of the functions here seem to help: http://devedge-temp.mozilla.org/library/manuals/2002/p

Re: [webkit-dev] NPAPI plugin does not load under Safari (Cocoa related?)

2009-06-22 Thread Darin Adler
On Jun 22, 2009, at 7:55 AM, Eddy Bruël wrote: It looks like the NSPrincipalClass should be set to the name of the 'main' class in my plugin. That’s not needed for Netscape plug-ins. There’s a separate kind of plug-in called a WebKit plug-in that requires NSPrincipalClass. To figure out w

[webkit-dev] NPAPI plugin does not load under Safari (Cocoa related?)

2009-06-22 Thread Eddy Bruël
Hello everyone, I am new on this list, so I hope this is the appropriate place for this kind of questions. If not, please let me know where I should go, and I'll post any future questions there. I've already sent the same question to one of the Mozilla mailinglists, so please just take a look at t

Re: [webkit-dev] NPAPI Plugin on openembedded

2009-06-11 Thread Graffine
Hi: Sorry for ambiguous describing. My testing environment was list as follows: 1. qemu arm linux (based on poky linux) 2. qemu x86 linux (based on poky linux) 3. Ubuntu 8.10 I adopt poky linux as my openembedded developing environment. The flash plugin can be loaded on case 1 and case 3, but it

Re: [webkit-dev] NPAPI Plugin on openembedded

2009-06-11 Thread Holger Freyther
On Thursday 11 June 2009 12:09:37 Graffine wrote: > Hi all: > > I port webkit/Gtk+ to openembedded and try to test flash plugin on > GtkLauncher. I take qemu to simulate the embedded environment, incluing > arm linux and x86 linux platform. I found that webkit cannot load any > plugins on x86 linux

[webkit-dev] NPAPI Plugin on openembedded

2009-06-11 Thread Graffine
Hi all: I port webkit/Gtk+ to openembedded and try to test flash plugin on GtkLauncher. I take qemu to simulate the embedded environment, incluing arm linux and x86 linux platform. I found that webkit cannot load any plugins on x86 linux, but it can work well on arm linux. The following is my tes

Re: [webkit-dev] npapi plugin example on qt embedded 4.5.0?

2009-04-02 Thread Sriram Neelakandan
Currently XP_UNIX assumes X11 ..so plugins will not work on Webkit on Linux without X11! BTW, there are no plugins for linux without X11, unless they are custom ! Most of them are either Xembed or Xt based. 2009/4/2 leslie lige : > Hi, > > Does qt embedded 4.5.0 webkit support npapi plugins? if it

[webkit-dev] npapi plugin example on qt embedded 4.5.0?

2009-04-02 Thread leslie lige
Hi, Does qt embedded 4.5.0 webkit support npapi plugins? if it does, anybody can send me a example plugin? I have tested npapi plugin on qt x11 4.5.0 webkit, it works fine. I hope framebuffer version of qt can do that so. BR, Leslie __

Re: [webkit-dev] NPAPI Support

2008-03-24 Thread Nitin Mahajan
Hello! --- On Wed, 19/3/08, Benjamin Meyer <[EMAIL PROTECTED]> wrote: > From: Benjamin Meyer <[EMAIL PROTECTED]> > Subject: Re: [webkit-dev] NPAPI Support > To: [EMAIL PROTECTED] > Cc: webkit-dev@lists.webkit.org > Date: Wednesday, 19 March, 2008, 7:06 PM > On We

Re: [webkit-dev] NPAPI Support

2008-03-19 Thread Benjamin Meyer
On Wednesday 19 March 2008 14:48:13 Nitin Mahajan wrote: > --- On Wed, 19/3/08, Benjamin Meyer <[EMAIL PROTECTED]> wrote: > > From: Benjamin Meyer <[EMAIL PROTECTED]> > > Subject: Re: [webkit-dev] NPAPI Support > > To: [EMAIL PROTECTED] > > Cc: webkit-dev@l

Re: [webkit-dev] NPAPI Support

2008-03-19 Thread Nitin Mahajan
--- On Wed, 19/3/08, Benjamin Meyer <[EMAIL PROTECTED]> wrote: > From: Benjamin Meyer <[EMAIL PROTECTED]> > Subject: Re: [webkit-dev] NPAPI Support > To: [EMAIL PROTECTED] > Cc: webkit-dev@lists.webkit.org > Date: Wednesday, 19 March, 2008, 7:06 PM > On Wednesda

Re: [webkit-dev] NPAPI Support

2008-03-19 Thread Benjamin Meyer
On Wednesday 19 March 2008 14:04:32 Nitin Mahajan wrote: > Hello! > > Is there an NPAPI support on qt platform already implemented and whether > Mozilla mplayer-plugin should work straightaway? > > Thanking in advance > > regards > > regards > > -Nitin Netscape plugin support isn't in the current

[webkit-dev] NPAPI Support

2008-03-19 Thread Nitin Mahajan
Hello! Is there an NPAPI support on qt platform already implemented and whether Mozilla mplayer-plugin should work straightaway? Thanking in advance regards regards -Nitin Send instant messages to your online friends http://uk.messenger.yahoo.com