[webkit-dev] 答复: 答复: 答复: About the l ayout test result.

2008-10-08 Thread Bely
Oh, understand, thank you all for your kindly reply! -- Bely -邮件原件- 发件人: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 代表 Eric Seidel 发送时间: 2008年10月8日 1:49 收件人: Dan Bernstein 抄送: Bely; webkit-dev@lists.webkit.org; Mark Rowe 主题: Re: [webkit-dev] 答复: 答复: About the layout test result.

[webkit-dev] new version of webkit

2008-10-08 Thread goldeneyes
Hi,, I want to produce a new version of webkit , without doing any graphical rendering or requiring linking with graphical libraries . The basic approach is to modify the build to add a new platform based on the GTK platform , you can help me for start ? i should remove lines of code related to

[webkit-dev] Focus ring around links is not displayed

2008-10-08 Thread Muniraju N R
I have re-implemented the function tabsToLinks() in Chrome Client to return true. Pressing tab is focusing the links( confirmed by pressing enter after tab is pressed). But the Focus ring is not displayed around the links and any other controls. I have implemented the drawFocusRing() in Graphics

Re: [webkit-dev] install Webkit in Fedora

2008-10-08 Thread David Kilzer
Aren't GLib the dev tools in the glib-dev package? # yum install glib-dev Dave On Wed, 10/8/08, houda hocine [EMAIL PROTECTED] wrote: hi, I am in the process of installing webkit in Fedora 9, but I have this error message: configure: error: You need the GLib dev tools in your path

[webkit-dev] install Webkit in Fedora

2008-10-08 Thread houda hocine
hi, I am in the process of installing webkit in Fedora 9, but I have this error message: configure: error: You need the GLib dev tools in your path Then I install glib yum install glib but always i have the same error message , you can help me? thank you ,,

Re: [webkit-dev] install Webkit in Fedora

2008-10-08 Thread houda hocine
hi, thank you for the answer I do : [WebKit hiba @ localhost] $ PATH = $ PATH: / usr/include/glib-1.2 / [WebKit hiba @ localhost] $. / autogen.sh - prefix = / usr / local / but I have always the same error configure: error: You need the GLib dev tools in your path thank you ,

Re: [webkit-dev] install Webkit in Fedora

2008-10-08 Thread houda hocine
hi, thank you for the answer I do : yum search glib-dev Modules complémentaires chargés : refresh-packagekit == Matched: glib-dev === NetworkManager-glib-devel.i386 : Fichiers d'en-tête pour l'ajout du support

Re: [webkit-dev] new version of webkit

2008-10-08 Thread Luka Napotnik
Hello. There's already been a discussion to port webkit to cairo so the engine wouldn't be dependent on a running X environment. Browse the mailing list for May 2008. I think someone is already writing such a port but hasn't released the source code yet. Greets, Luka Dne 08.10.2008 (sre) ob

[webkit-dev] Valgrind on OSX

2008-10-08 Thread Nikolas Zimmermann
Good morning WebKit folks, slightly offtopic: Greg Parker finally released his valgrind Darwin port. You can find build instructions at: http://www.sealiesoftware.com/valgrind/index.html I'm just running memcheck on WebKit, and it works like a charme. In case anyone missed the release, I hope

Re: [webkit-dev] install Webkit in Fedora

2008-10-08 Thread houda hocine
hello , I install gtk2-devil and now I have not the error message configure: error: You need the GLib dev tools in your path but I have this configure: error: no C compiler found but gcc is installed! you can help me; thank you in advance for any help,

[webkit-dev] Re : produce a new version of webkit

2008-10-08 Thread houda hocine
thank you for the answer, if I made a change on the file Gtk.cpp how I can test result? I must repeat the make and make install ? but make takes a long time, there is another way to test ? thank you in advance for any help, ___ webkit-dev mailing list

[webkit-dev] revised RefPtr document

2008-10-08 Thread Darin Adler
Hi folks. After a few queries from Google folks I made some minor revisions to the RefPtr document http://webkit.org/coding/RefPtr.html that I wrote a year and half ago. If you want to understand how to use RefPtr, PassRefPtr, and RefCounted, and why they exist, this document is probably a

[webkit-dev] adjust timeout for non-responsive url's

2008-10-08 Thread Pitaga
I'd appreciate a pointer to the code that determines the wait time when attempting to load a page from a non-responsive server. Thanks. Pitaga ___ webkit-dev mailing list webkit-dev@lists.webkit.org

[webkit-dev] build error with WebKit r37428 on Mac

2008-10-08 Thread Alexander Solis
I am trying to build WebKit r37428 on my Mac with: ./ WebKitTools /Scripts/build-webkit --qt --release I get the following error: (...) .4.0/ src /3rdparty/ sqlite / -I/ usr /local/ Trolltech /Qt-4.4.0/include/phonon -I/ usr /local/ Trolltech

Re: [webkit-dev] revised RefPtr document

2008-10-08 Thread Adam Roben
On Oct 8, 2008, at 12:18 PM, Darin Adler wrote: After a few queries from Google folks I made some minor revisions to the RefPtr document http://webkit.org/coding/RefPtr.html that I wrote a year and half ago. Thanks, Darin! I think this is a really valuable document to have (especially when

[webkit-dev] Testing - Compilating Webcore

2008-10-08 Thread Sherif
Hello guys, Could any body please help me in compiling the webcore? I ve macos, 10.5 and xcode. Only the souce code of Webcore in a folder. Q1: why Should i compile javascriptcore first before compiling webcore? This is a note in the readme but i don't understand why. Q2: What is the correct

[webkit-dev] 答复: 答复: 答复: About the l ayout test result.

2008-10-08 Thread Bely
Oh, I see. Thank you for your great help! -- Bely -邮件原件- 发件人: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 代表 Eric Seidel 发送时间: 2008年10月8日 3:44 收件人: Dan Bernstein 抄送: Bely; webkit-dev@lists.webkit.org; Mark Rowe 主题: Re: [webkit-dev] 答复: 答复: About the layout test result. My

Re: [webkit-dev] Transparency on GTK/DirectFB

2008-10-08 Thread Weber, Bernd
Thanks Christian! Well I digged a little deeper into these problems. Unfortunately, since I'm not really a GTK programmer (yet...) I'm struggling with finding correct solutions for these. Here my findings: 1. The default background for a FrameView is set to white by default in

Re: [webkit-dev] Testing - Compilating Webcore

2008-10-08 Thread David Kilzer
On Wed, 10/8/08, Sherif [EMAIL PROTECTED] wrote: Could any body please help me in compiling the webcore? I ve macos, 10.5 and xcode. Only the souce code of Webcore in a folder. Q1: why Should i compile javascriptcore first before compiling webcore? This is a note in the readme but i