[webkit-dev] What is a different between Cygwin/home/[user]/webkit and other directories in Cygwin?

2009-02-11 Thread nguyen hai -cuncon
Hi everybody!I want to thank you for taking the time to solve my problems recent days.As I said, I am very new to Webkit or Cygwin or others. My first problem during build webkit as followed: + installed Cygwin to C:\ drive, then I open Cygwin/home folder. There is Admin folder in it (I named

[webkit-dev] PNG decoding takes too much memory on amazon.com

2009-02-11 Thread zaheer ahmad
hi, I have cache disabled and on loading amazon.com, the memory consumption on the linux gtk port is ~32Meg(private dirty RSS). Approx 14Meg of this is taken by the png decoder for the following image of size 1296000 bytes which is allocated 9 times. The behavior is same on the desktop with

Re: [webkit-dev] error when I type build-webkit in Cygwin

2009-02-11 Thread Nilesh Patil
Hi I hope you have solved problem till now. If not probably following is solution With whatever in you specified in mail , you are trying 'WebKit/WebKitTools/Scripts/build-webkit'. To execute any script inside Script folder you need to be insode Source root directory. In this case it is where

[webkit-dev] I can't build WebKit error near unexpected token `HILDON, '

2009-02-11 Thread goldeneyes
Hi, I can't build WebKit, it fails for me on: checking for Hildon UI extensions... no ./configure: line 7363: syntax error near unexpected token `HILDON,' ./configure: line 7363: `PKG_CHECK_MODULES(HILDON, hildon-1)' make: *** [config.status] Erreur 2 Thanks , -- View this message in

[webkit-dev] Binary releases for Windows.

2009-02-11 Thread Tristen Ennemuist
Hello all, I'm trying to figure out where I can obtain the last stable binary build of webkit. I can see there's a nightly download at: http://nightly.webkit.org/ Is there someplace I can download the windows binaries corresponding to the Safari release 3.2.1? The idea for me is to obtain

[webkit-dev] How to build webkit on Linux?

2009-02-11 Thread nguyen hai -cuncon
Hi all,I run Cygwin as if it is a pseudo Linux environment to build webkit.I have had some problems that I posted webkit-...@list.webkit.org during using Cygwin. I think the pseudo Linux is not so good as actual Linux. So I installed Fedora 9 into my computer.But, I wonder if how I install

Re: [webkit-dev] I encounter a problem during building WebKit

2009-02-11 Thread Nilesh Patil
Hi Are you still facing problem compiling Webkit? If you follow the steps defined on Webkit.org (for compilation ) then you will be able to do it Its certain that you missed something there Thanks Regards Niilesh On Sun, Feb 8, 2009 at 12:36 AM, Darin Adler da...@apple.com wrote: On Feb 7,

Re: [webkit-dev] How to build webkit on Linux?

2009-02-11 Thread x yz
you can't use MS s/w on Linux, you need to use gnu C++ or tool chain. google it. --- On Thu, 2/12/09, nguyen hai -cuncon deuxliq...@yahoo.com wrote: From: nguyen hai -cuncon deuxliq...@yahoo.com Subject: [webkit-dev] How to build webkit on Linux? To: webkit-dev@lists.webkit.org Date:

Re: [webkit-dev] How to handle error response on the browser when the HTTP request fails

2009-02-11 Thread zaheer ahmad
If you are using curl backend, network errors are already reported back but ignored. you need to implement FrameloaderClient::dispatchDidFailLoading delegate to pass it back to the application. regards, Zaheer On Wed, Feb 11, 2009 at 7:03 PM, Nitin Walke nitwa...@gmail.com wrote: Hi, I am