[webkit-dev] [webkit/webkitgtk newbie] Headless rendering

2008-05-05 Thread Julien Sanchez
Hi, First I would like to thank webkit developers and testers for their wonderful work. I'm trying to understand the webkit code and more especially the webkitgtk part. Bit by bit, I get the picture of the architecture but it's not as easy as I would hope ;) Currently, I wonder if there's

Re: [webkit-dev] [webkit/webkitgtk newbie] Headless rendering

2008-05-05 Thread marcoil
Hi, Julien, El dl 05 de 05 del 2008 a les 15:28 +0200, en/na Julien Sanchez va escriure: Currently, I wonder if there's already a way to use the webkitgtk API offscreen. For example, it would be useful in headless applications to print or to render a web page into a Cairo surface from the

[webkit-dev] extract javascript links

2008-05-05 Thread Habiba Boulefat
I am very new to this WebKit technology. I have built WebKit. Then i would like to try an example that extract javascript links from DOM, but i don't knew how to do it please any one can help me. ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] Fwd: help

2008-05-05 Thread nina08
Hi Please can any one help me, I want to develop an application using webkit, my application in the fact consists to extract the links from a html page. I am new to WebKit technology. If you have any document for beggening send it for me, please.:,( Cheers

[webkit-dev] Building WebKit on windows using Cairo

2008-05-05 Thread Gmail (bahaazaid)
Hi, I want to use WebKit in my application on windows, I think it's much better than Gecko specially in my problem domain. I want to build its Cairo port on windows because I want to use %100 open source code in my project. I followed the instructions in the WebKit wiki

Re: [webkit-dev] Building WebKit on windows using Cairo

2008-05-05 Thread Daniel Zucker
Hi Bahaa, I said earlier that I would update the wiki with updated build instructions, but I haven't yet had time. Sorry. In the meantime, try this: -follow current wiki instructions -manually apply patch in https://bugs.webkit.org/show_bug.cgi?id=18435 -manually apply patch in

Re: [webkit-dev] Building WebKit on windows using Cairo

2008-05-05 Thread Gmail (bahaazaid)
Hi Daniel, I tried to apply the two patches but they failed. Which revision you succeeded to build? Thanks so much -- Bahaa Zaid Software Engineer Arx ICT http://arxict.com [EMAIL PROTECTED] +20 10 298 9129 My Calendar From: Daniel Zucker Sent: Monday, May 05, 2008 7:34 PM To:

[webkit-dev] WebKit Performance

2008-05-05 Thread KwangYul Seo
Hello, I am playing with WebKit's HTML parsing/rendering code to improve the performance ob WebKit. Now I wonder how I can measure the performance of WebKit. I know that I can test it anyway with a few sample HTML pages, but I want to know if there exist any standarized test suites or benchmarks.