Re: [webkit-dev] OSX 64 bit plugin support not ready

2011-04-26 Thread Mark Rowe
On 2011-04-26, at 05:11, Alan Swartz wrote: > That's good to know. It's not the support of the Cocoa event model and > CoreGraphics that appears broken, it's that the code that checks these > options appears to be compiled out by the NP_NO_CARBON #define for 64 bit > builds in PlugInViewMac.m

Re: [webkit-dev] OSX 64 bit plugin support not ready

2011-04-26 Thread Alan Swartz
;t see how any NPAPI plug-ins could work on OSX on 64-bit builds. Alan   From: Kevin Decker To: Alan Swartz Cc: Avi Drissman ; webkit-dev@lists.webkit.org Sent: Tue, April 26, 2011 12:25:06 AM Subject: Re: [webkit-dev] OSX 64 bit plugin support not ready On A

Re: [webkit-dev] OSX 64 bit plugin support not ready

2011-04-25 Thread Kevin Decker
On Apr 25, 2011, at 2:43 PM, Alan Swartz wrote: > > I thought as you do that "Theoretically, a plugin with a Cocoa event model > and CoreGraphics drawing should work". > The combination of NPDrawingModelCoreGraphics and NPEventModelCocoa has been supported since Safari 4. -kd _

Re: [webkit-dev] OSX 64 bit plugin support not ready

2011-04-25 Thread Alan Swartz
ginViewMac.mm is not ready for this eventuality.  Alan From: Avi Drissman To: Alan Swartz Cc: webkit-dev@lists.webkit.org Sent: Sun, April 24, 2011 4:45:52 PM Subject: Re: [webkit-dev] OSX 64 bit plugin support not ready I can't address your first question

Re: [webkit-dev] OSX 64 bit plugin support not ready

2011-04-24 Thread Avi Drissman
I can't address your first question but have a comment. On Sun, Apr 24, 2011 at 2:46 PM, Alan Swartz wrote: > Looking around some more, it turns out much of the code in this file is not > compiled if NP_NO_CARBON is defined. This leads me to believe that the > version of WebKit that comes down

[webkit-dev] OSX 64 bit plugin support not ready

2011-04-24 Thread Alan Swartz
I'm working in the WebKit sources that comes down with Qt 4.7.3 I was trying to get the Adobe Square 64 bit flash plug-in (beta) to work in any of the examples (currently I'm trying examples/webkit/fancybrowser) While stepping through code, I found the following in src/3rdparty/webkit/WebCore/p