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

2009-02-10 Thread nguyen hai -cuncon
Hi all, I followed instructions on webkit.org. When I opened Cygwin and typed : WebKit/WebKitTools/Scripts/build-webkit An message appeared: bash :build-webkit: command not found Can someone help me to sovle this error? (I run Cygwin on Windows XP) Thank you advanced! Bạn có ý kiến

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

2009-02-10 Thread David Levin
Here's my attempt to help. If it doesn't help, then I'm not sure what happened for you. Hopefully, you were able to run WebKit/WebKitTools/Scripts/update-webkit WebKit/WebKitTools/Scripts/build-webkit should work from the same directory. You may want to make sure there is a

Re: [webkit-dev] How to reduce the size of my dll

2009-02-10 Thread Adam Roben
On Feb 10, 2009, at 12:05 AM, cui.yu...@zte.com.cn wrote: Hi all: Currently I'm trying to build webkit in my own VS2005 project. (Makeing a new project ,then adding the source file to it and doing some necessary changes) The size of webkit.dll I got is 107m,and seems too large. I

Re: [webkit-dev] Curl Cookie Handling

2009-02-10 Thread Julien Chaffraix
Hi Kevin, Is this patch still valid, i.e. not made obsolete by another approach? As far as I know, there is no work towards storing the cookies inside the database as it is done in Firefox. Furthermore I know no work in cURL toward exposing the cookies so that we could add / remove / update

Re: [webkit-dev] Curl Cookie Handling

2009-02-10 Thread Kevin Ollivier
Hi Julien, On Feb 10, 2009, at 7:08 AM, Julien Chaffraix wrote: Hi Kevin, Is this patch still valid, i.e. not made obsolete by another approach? As far as I know, there is no work towards storing the cookies inside the database as it is done in Firefox. Furthermore I know no work in cURL

Re: [webkit-dev] How to reduce the size of my dll

2009-02-10 Thread cui . yuan2
Thank you for your reply ,and alse Darren VanBuren. I have no right to sent mails to any addresses except webkit-dev@lists.webkit.org In office. So... I'm sorry I'm sure I did a release build. All the files,including JavascriptCore and webcore are added to my project. I even do the

[webkit-dev] Cygwin appears missing gperf file when I build webkit

2009-02-10 Thread nguyen hai -cuncon
Hi all, Thank you very much for your suggestions yesterday. I install Fedora 9 OS to run next to the Cygwin on Windows OS. I typed some commands as following: ./build-webkit ./autogen.sh ./configure for each command above, after machine run some tasks, it announced the same error as follow:

[webkit-dev] I have a problem with CSS

2009-02-10 Thread douchuan
When I open a html file by file://.../a.html(file:// proto), the CSS function can't work, but when I open a html file by http://127.0.0.1/.../a.html;(my apache server), everything is fine again. How do i debug it? I want to know where does CSS implements has been defined in webkit, and how does it

[webkit-dev] It isn't easy to create new data type.

2009-02-10 Thread douchuan
I'm working hard on webkit to enable it to support some Widgets , such as S60 and NFB widgets. But I found that it isn't easy to create new data types by IDL style, it's fussy and fallible(when i make a mistake then there are so many compiling errors). Is there better way? Thanks best regards

Re: [webkit-dev] How to reduce the size of my dll

2009-02-10 Thread Adam Roben
On Feb 10, 2009, at 8:05 PM, cui.yu...@zte.com.cn wrote: Thank you for your reply ,and alse Darren VanBuren. I have no right to sent mails to any addresses except webkit-dev@lists.webkit.org In office. So... I'm sorry I'm sure I did a release build. All the files,including

Re: [webkit-dev] Cygwin appears missing gperf file when I build webkit

2009-02-10 Thread Paul Pedriana
gperf (http://www.gnu.org/software/gperf/) is a utility app that generates perfect hash functions. By perfect we mean that there are no hash collisions in the lookup and thus some runtime performance improvements can be had. Your cygwin/bin directory is supposed to have a gperf.exe app in it.