[webkit-dev] checking for LIBSOUP... configure: error: Package requirements (libsoup-2.4 = 2.23) were not met:

2009-02-16 Thread nguyen hai
Hi all, I typed ./autogen.sh but I got this message: checking for LIBSOUP... configure: error: Package requirements (libsoup-2.4 = 2.23) were not met: No package 'libsoup-2.4' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.

[webkit-dev] about gif picture

2009-02-16 Thread zhenghe zhang
Hi all I am learning the webkit, and study the source code. Now I encounter a problem, and I hope you help me, thank you! when open a webpage, and there is a gif picture in the webpage, and the picture doesn't play. If I click the right mouse button, and the picture plays. Please

Re: [webkit-dev] error: Cannot find icu-config. The ICU library is needed.

2009-02-16 Thread David Kilzer
Try installing the libicu package. Dave From: nguyen hai deuxliq...@yahoo.com To: webkit-dev@lists.webkit.org Sent: Sunday, February 15, 2009 11:56:25 PM Subject: [webkit-dev] error: Cannot find icu-config. The ICU library is needed. Hi all, I build webkit

Re: [webkit-dev] checking for LIBSOUP... configure: error: Package requirements (libsoup-2.4 = 2.23) were not met:

2009-02-16 Thread David Kilzer
The autogen.sh script wants libsoup-2.4 OR NEWER. libsoup-2.4.1 satisfies that requirement, so try installing that version. Dave From: nguyen hai deuxliq...@yahoo.com To: webkit-dev@lists.webkit.org Sent: Monday, February 16, 2009 1:17:54 AM Subject:

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

2009-02-16 Thread Nitin Walke
Hi All, Thanks for your reply.I am totally new for the GtkWebkit.I tried to follow your suggestion but I am unable to achive my target. I get response in FrameLoaderClient::setMainDocumentError and FrameLoaderClient::shouldFallBack for the HTTP errorbut how to get actual error message from

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

2009-02-16 Thread Kulanthaivel
Hi, If you are using CURL then check the implementation of WebCore\platform\network\curl\ResourceHandleManager.cpp. You can check the callbacks headerCallback() writeCallback() which are used to pass the header and data information from CURL to WebCore. The

Re: [webkit-dev] about gif picture

2009-02-16 Thread Peter Kasting
On Mon, Feb 16, 2009 at 1:40 AM, zhenghe zhang zhenghe.zh...@gmail.comwrote: when open a webpage, and there is a gif picture in the webpage, and the picture doesn't play. If I click the right mouse button, and the picture plays. Have you updated to the very latest sources and

Re: [webkit-dev] checking for LIBSOUP... configure: error: Package requirements (libsoup-2.4 = 2.23) were not met:

2009-02-16 Thread David Kilzer
Sorry, I was reading that libsoup-2.23 was older than libsoup-2.4. It looks like configure.ac is not comparing the versions correctly. Try making this change (changing libsoup-2.4 to just libsoup in configure.ac) and rerunning autogen.sh: diff --git a/configure.ac b/configure.ac index

[webkit-dev] cairo-win32 WebFrame::spoolPages

2009-02-16 Thread Frank Zerangue
In building webkit for cairo-win32, one build error remains: ..\WebFrame.cpp(1891) : error C2664 'CGCpmtextSaveGState' : cannot convert parameter 1 from 'PlatformGraphicsContext *' to 'CGContextRef' Any thoughts on how to resolve this? Should this member function be conditionally compiled

[webkit-dev] Contributing to the documentation Wiki?

2009-02-16 Thread Frank Zerangue
What is the process for contributing to the documentation wiki? Frank ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Contributing to the documentation Wiki?

2009-02-16 Thread David Kilzer
Hi Frank, I believe it is: 1. Create an account (on macosforge.org; the accounts are shared with webkit.org). 2. Edit the wiki. http://trac.webkit.org/wiki Dave From: Frank Zerangue fzer...@cisco.com To: Webkit Development List webkit-dev@lists.webkit.org

Re: [webkit-dev] Contributing to the documentation Wiki?

2009-02-16 Thread Frank Zerangue
Thanks David. Frank On Feb 16, 2009, at 12:33 PM, David Kilzer wrote: Hi Frank, I believe it is: 1. Create an account (on macosforge.org; the accounts are shared with webkit.org). 2. Edit the wiki. http://trac.webkit.org/wiki Dave From: Frank Zerangue fzer...@cisco.com To: Webkit

Re: [webkit-dev] checking for LIBSOUP... configure: error: Package requirements (libsoup-2.4 = 2.23) were not met:

2009-02-16 Thread Christian Dywan
Am Mon, 16 Feb 2009 09:28:53 -0800 (PST) schrieb David Kilzer ddkil...@webkit.org: Sorry, I was reading that libsoup-2.23 was older than libsoup-2.4. It looks like configure.ac is not comparing the versions correctly. Try making this change (changing libsoup-2.4 to just libsoup in

Re: [webkit-dev] checking for LIBSOUP... configure: error: Package requirements (libsoup-2.4 = 2.23) were not met:

2009-02-16 Thread David Kilzer
That's a horrible package name. :( Is 2.4 is the so version or what? Do all Linux (or *NIX) distributions name libsoup that way? It doesn't appear that Debian packages it this way: http://packages.debian.org/search?keywords=libsoup Is libsoup-2.4 older or newer than libsoup-2.23? Dave

[webkit-dev] Quick Look at Gtk+ test failures

2009-02-16 Thread Holger Freyther
Hey, I just had a quick look at the dom/svg test failures (actually one result) and my first idea is that we transmit the wrong mimetype for the GIO based local file handling. I plan to find some time to tomorrow... z. ___ webkit-dev mailing list

[webkit-dev] Queries on Bug: 23310

2009-02-16 Thread Vikram Hegde
Hi , The Bug 23310 is Setting an absolute path (/abs) on an iframe with no src doesn't resolve the URL properly. So I have analysed the bug,and here are my comments.Kindly let me know i m on the right track of solving the bug. Analysis: The kurl.cpp is the actual place where the url gets