Re: [webkit-dev] Related to "WebKitSystemInterface.h"

2008-08-19 Thread Geoffrey Garen
Hi Javed. WebKitSystemInterface.h declares interfaces to libraries that are distributed as binaries. The wx and gtk ports don't #include WebKitSystemInterface.h because they don't use those libraries. Cheers, Geoff ___ webkit-dev mailing list webkit

[webkit-dev] Related to "WebKitSystemInterface.h"

2008-08-19 Thread Javed Rabbani
Hello everyone, Just going through the WebKit source, I came across the header file: WebKitSystemInterface.h. That file is included by the Windows port of the Webkit. The other ports like wx and gtk are not including this header file at all. I am unsure about the use and purpose of this header

[webkit-dev] cross compiling WebKit for MIPS

2008-08-19 Thread nishit sharma
Hi All, I have cross compiled WebKit for MIPS over directfb and gtk. But when i run my application GtkLauncher it hangs after some point like LIBMISC: sigmaGFXInit() [exit] 720 1280 32 (*) DirectFB/Core/WM: Default 0.2 (directfb.org) (*) Direct/Thread: Running 'EventBufferFeed' (MESSAGING, 815)..

Re: [webkit-dev] Anyone tried out of memory

2008-08-19 Thread Alexey Proskuryakov
On Aug 19, 2008, at 2:54 PM, Mikael Tennhammar wrote: > But have anyone tried this before? Knows anything about it? Or is > there > a policy how to handle the case where a allocation is failing? Starting with (last week), fastMalloc() aborts on faile

[webkit-dev] Anyone tried out of memory

2008-08-19 Thread Mikael Tennhammar
Hi ! I made quick out-of-memory test, where I limited the available heap space for malloc (did not used the fastmalloc). The result was a Segmentation fault, I do not know if this is due to the GTK env or WebKit. But have anyone tried this before? Knows anything about it? Or is there a policy how

[webkit-dev] cross compiling WebKit for MIPS

2008-08-19 Thread nishit sharma
Hi All, I have cross compiled WebKit browser for MIPS. But i have to add some libraries regarding some graphics available on my board. I don't know that i'll get some binary like firefox-bin in case of firefox browser or something else. And where i have to add these libraries to get the desired re