[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

[webkit-dev] Possibly bogus FrameLoader::originalRequest data

2009-07-17 Thread tonikitoo (Antonio Gomes)
Hi. So I ran into this while developing a feature to qt webkit, but it is possibly not a port specific issue, but webcore. 1) If i load an existent local page (through FrameLoader::load) that redirects (e.g. file:///test1.html redirects to file:///test2.html) , i get

[webkit-dev] How to get window/view reference with NSAPI on Mac OS X 10.6 [Snow Leopard]?

2009-07-17 Thread Doug Hill
Let me rephrase the subject line. What I mean to ask is this: In a Netscape plugin, if NPDrawingModelQuickDraw and NPEventModelCarbon are not available :-) how does one get a reference to the window or NSView that a plugin is contained in? With the Carbon event model, the window field of

Re: [webkit-dev] How to get window/view reference with NSAPI on Mac OS X 10.6 [Snow Leopard]?

2009-07-17 Thread Avi Drissman
On Fri, Jul 17, 2009 at 3:35 PM, Doug Hill dough...@grouplogic.com wrote: In a Netscape plugin, if NPDrawingModelQuickDraw and NPEventModelCarbon are not available :-) how does one get a reference to the window or NSView that a plugin is contained in? It is a bad assumption to make that

Re: [webkit-dev] How to get window/view reference with NSAPI on Mac OS X 10.6 [Snow Leopard]?

2009-07-17 Thread Mike Pinkerton
Note that Firefox is moving towards a similar out of process model for plugins and rendering On Fri, Jul 17, 2009 at 4:11 PM, Doug Hilldough...@grouplogic.com wrote: Avi,    Thanks for the quick reply and, good point.   I’m trying to register drag/drop handlers so my plugin can receive drops

Re: [webkit-dev] How to get window/view reference with NSAPI on Mac OS X 10.6 [Snow Leopard]?

2009-07-17 Thread Eric Seidel
Ideally you should be able to just register JavaScript ondrop listeners. Depends on what you need to listen for. -eric On Fri, Jul 17, 2009 at 1:15 PM, Mike Pinkertonpinker...@chromium.org wrote: Note that Firefox is moving towards a similar out of process model for plugins and rendering On

[webkit-dev] Documentation for attributes in IDL files

2009-07-17 Thread Drew Wilson
Hi all, Over the last couple of weeks I've run into some snags with my refactoring of the Worker code, most of them caused by a lack of understanding of how the various interface attributes in the IDL files worked. For example, the innocuous-sounding NoStaticTables attribute really means If you

[webkit-dev] Does webkit gtk port support persistent history?

2009-07-17 Thread Zhihai Wang
Dear All, Does webkit save history to persistent storage automatically, or it leaves all the work to client side implementation? If it is the former case, which API should I use? I only see WebKitWebHistoryItem to manipulate single history item, no such class like WebHistory in win port found in

Re: [webkit-dev] Does webkit gtk port support persistent history?

2009-07-17 Thread Jan Michael Alonzo
On Sat, Jul 18, 2009 at 2:19 PM, Zhihai Wang pagegu...@gmail.com wrote: Dear All, Does webkit save history to persistent storage automatically, or it leaves all the work to client side implementation? If it is the former case, which API should I use? I only see WebKitWebHistoryItem to