Re: [webkit-dev] Building the windows cairo port of webkit with MINGW compiler

2009-01-18 Thread Alexander Vassilev
Hello Brent, I have just reached the point where I started compiling sources (I made my own simple Makefile-based build system). The problem I have hit now is that the code still depends on CoreFoundation. I noticed at the beginning that in the config.h, when setting the proper platform flags,

Re: [webkit-dev] Building the windows cairo port of webkit with MINGW compiler

2009-01-18 Thread Brent Fulgham
Hi Alex, Just a thought for the future: On Jan 18, 2009, at 4:20 PM, Alexander Vassilev wrote: I have just reached the point where I started compiling sources (I made my own simple Makefile-based build system). The Gtk guys spent a bit of time getting autoconf working for building

Re: [webkit-dev] Extending webkit javascript

2009-01-18 Thread Nilesh Patil
Hi I am not really sure which example/reference you are following. If u need to call some native functions in JavaScript, JavaScript interpreter should be aware of that functions/native component you are trying to access. So process would be to implement such mechanism in JavaScriptCore. You can

Re: [webkit-dev] Extending webkit javascript

2009-01-18 Thread Mark Rowe
On 2009-01-18, at 20:43, Nilesh Patil wrote: I am not really sure which example/reference you are following. If u need to call some native functions in JavaScript, JavaScript interpreter should be aware of that functions/native component you are trying to access. So process would be to

Re: [webkit-dev] Extending webkit javascript

2009-01-18 Thread Nilesh Patil
OK Thank you for information . and correcting me :) Thanks Regards Niilesh On Mon, Jan 19, 2009 at 10:34 AM, Mark Rowe mr...@apple.com wrote: On 2009-01-17, at 07:57, webkit...@aol.com wrote: Hi, I am trying to extend the javascript to invoke custom C code in webkit. Basically my

[webkit-dev] Webkit plug-in on Linux

2009-01-18 Thread rekha rajan
Hi everybody, I am trying to develop a small plug-in on Webkit for LINUX using NPAPI's. I copied a sample plug-in from mozilla webiste for plug-in. I compiled and installed the plug-in in mozilla's plugin folders. When I try to execute using Webkit, its able to detect the plug-in , but i am not