[webkit-dev] Setting Unlimited Capacity to BackForwardList

2009-01-18 Thread mwas
Hi, I would like to know, is there a way to set Unlimited Capacity to History BackForwardList. The current WebKit Code contains 100 as the default capacity as shown below static const unsigned DefaultCapacity = 100; BackForwardList::BackForwardList(Page* page) : m_page(page) , m_current(NoCur

Re: [webkit-dev] Extending webkit javascript

2009-01-18 Thread Mark Rowe
On 2009-01-18, at 22:54, Erik Walter wrote: Then we wait until we get the didFinishDocumentLoad notification (which occurs after the document is loaded, but before the OnLoad() handlers are called in JavaScript). As I mentioned in my previous message, the most appropriate time to registe

Re: [webkit-dev] Extending webkit javascript

2009-01-18 Thread Erik Walter
... reposting, forgot to send this from my webkit email address (moderators can ignore the rejected posting)... I'm not positive this is the best way, but this is the way we implemented augmenting the JavaScript context... We declare a "Bar" function for the object's "bar" function and crea

[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 ab

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 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 requirement

Re: [webkit-dev] Extending webkit javascript

2009-01-18 Thread Mark Rowe
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 requirement is to load a webpage that contains the UI built in Java script and on some user actions, I need to call C library functions on Linux. I l

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 implemen

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 l

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 WebKit.

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

2009-01-18 Thread Brent Fulgham
Hi Alex, On Jan 18, 2009, at 4:20 PM, Alexander Vassilev wrote: quite at the base level, i.e. a smart pointer class. Therefore I come to the conclusion that the CF dependency cannot be avoided. How does this correspond with licensing issues - as far as I understand the Cairo port aims to f

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, WT