Re: [webkit-dev] WebKitGtk network backend

2008-12-28 Thread Holger Freyther
On Monday 29 December 2008 08:14:02 Paul Pedriana wrote: > FWIW, I rewrote our version of the networking back-end support to use a > generic pure-virtual interface. That way all those #ifdefs in the code went > away and the back-end requirements became clearer and easier to provide. We > are using

Re: [webkit-dev] WebKitGtk network backend

2008-12-28 Thread Paul Pedriana
FWIW, I rewrote our version of the networking back-end support to use a generic pure-virtual interface. That way all those #ifdefs in the code went away and the back-end requirements became clearer and easier to provide. We are using our own http/ftp/file support that is different from libsoup,

Re: [webkit-dev] Pointers to start support for a new platform

2008-12-28 Thread Oliver Hunt
On Dec 28, 2008, at 10:49 PM, Nilesh Patil wrote: Webkit uses a gcc compiler. We did it for ARM (as we had corresponding compilers with us) for Webkit's Gtk port. WebKit compiles with MSVC or GCC, it depends on the target platform. --Oliver ___ web

Re: [webkit-dev] Pointers to start support for a new platform

2008-12-28 Thread Nilesh Patil
Hi First and fore most u have to do is to study dependancy list of webkit very very carefully. Find if those dependancies are available either in binaries or sources for u r platform. It u r following emulator-device kind of environment then u need to have two versions of each dependancies - one fo

Re: [webkit-dev] Canvas API in Webkit

2008-12-28 Thread Nilesh Patil
Hi Dont really know for which platform/port of webkit u want to do this. If its a gtk port u can use a cairo for doing the same . If its s60 (if at all u r experimenting) then using CFbsBitmapDevice context u can create a memory bitmap and then draw it onto graphics context. Webkit also does same

Re: [webkit-dev] In-memory copy of the fetched HTML document?

2008-12-28 Thread Nilesh Patil
Hi Source/HTMl map will be there in memory till the time page is not refreshed or moved to other page. Try digging into rendering tree , Node list and all that stuff which gets constructed while rendering HTML. Thanks & Regards Niilesh On Fri, Dec 26, 2008 at 9:53 PM, Shariq Rizvi wrote: > > I

[webkit-dev] webkit qt compile error

2008-12-28 Thread rain jin
Hi, I try to compile webkit QT on ubuntu 8.04 . But there are some compile errors. ../../../JavaScriptCore/wtf/Threading.h:126: error: expected initializer before '*' token ../../../JavaScriptCore/wtf/Threading.h:127: error: expected initializer before '*' token ../../../JavaScriptC

[webkit-dev] Pointers to start support for a new platform

2008-12-28 Thread Vijay D
Hi, Is there some technical documentation to set new developers in the right direction for adapting webkit to a new platform? Information such as what kind of interfaces are required, how to integrate the new platform into the build system, etc. would be very useful. Definitely looking at the exis

Re: [webkit-dev] add new functions to WebCore

2008-12-28 Thread Holger Freyther
On Sunday 28 December 2008 12:04:13 houda hocine wrote: > hi, > > I added new functions to WebCore , i add a folder that contains two files . > cpp and two headers .h > But in compilation it show me this errors: Showing the patch would make things more easy for us. z. ___

[webkit-dev] add new functions to WebCore

2008-12-28 Thread houda hocine
hi, I added new functions to WebCore , i add a folder that contains two files . cpp and two headers .h But in compilation it show me this errors: ./.libs/libwebkit-1.0.so: undefined reference to `WebCore::recordoutresponse(WebCore::String, WebCore::String, WebCore::ResourceRequest&, WebCore::Reso