Re: [webkit-dev] WebKit with proxy

2008-12-21 Thread goldeneyes
thank you very much for the answer, it's ok , thank's -- View this message in context: http://www.nabble.com/WebKit-with-proxy-tp20774445p21115322.html Sent from the Webkit mailing list archive at Nabble.com. ___ webkit-dev mailing list webkit-dev@

Re: [webkit-dev] WebKit with proxy

2008-12-21 Thread houda hocine
hello when i using Firefox browser, I can find all links pass through the squid proxy in the log file "/ var / log / squid / access.log" but for the webkit browser I get no results,I have not understood why ? can you help me? ___ webkit-dev mailin

Re: [webkit-dev] WebKit with proxy

2008-12-02 Thread houda hocine
hi, I solved the problem of the error message, and I launch WebKit with a proxy , now I want to retrieve the urls returned by the proxy to webkit. for that I want to use a shell script or python, But I don't know how to begin, Someone has an idea please, Hiba, ___

Re: [webkit-dev] WebKit with proxy

2008-12-02 Thread goldeneyes
thank you Adam for the answer, but I work in Linux especialy Fedora Core 9 I do $> export http_proxy=:@: But I have this error message after launch webkit: "(lt-GtkLauncher:16956): GLib-GObject-CRITICAL **: g_object_unref: assertion `object->ref_count > 0' failed" Hiba, -- View this me

Re: [webkit-dev] WebKit with proxy

2008-12-01 Thread Adam Roben
On Dec 1, 2008, at 3:09 AM, houda hocine wrote: Hi, how i can use webkit with an proxy server ? It depends on which variety of WebKit you're using. The Mac/Windows ports of WebKit used by Safari defer proxy support to the underlying network implementation. On Windows, the proxy server c

[webkit-dev] WebKit with proxy

2008-12-01 Thread haithem rahmani
Hi, you can use a poxy by setting the "http_proxy" envirement variable aa follows in the bash do: $> export http_proxy=:@: and it should be OK. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit

[webkit-dev] WebKit with proxy

2008-12-01 Thread houda hocine
Hi, how i can use webkit with an proxy server ? greetings, Hiba, ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev