[webkit-dev] add new functions to WebCore

2008-12-28 Thread houda hocine
hi, I added new functions to WebCore , i add a folder that contains two files . cpp and two headers .h But in compilation it show me this errors: ./.libs/libwebkit-1.0.so: undefined reference to `WebCore::recordoutresponse(WebCore::String, WebCore::String, WebCore::ResourceRequest,

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 mailing

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,

[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

[webkit-dev] error message when I run '. / Programs / GtkLauncher'

2008-12-01 Thread houda hocine
hi, I have this error message when I run '. / Programs / GtkLauncher' (lt-GtkLauncher:3882): GLib-GObject-CRITICAL **: g_object_unref: assertion `object-ref_count 0' failed you can help me to solve this problem? you can help me to solve this problem Hiba,

[webkit-dev] program C++ with webkit librery

2008-11-30 Thread houda hocine
Hi, I want to make a program C++ using lib webkit (I wantn't used Qt4) for that I first install webkit , you can help me for start ? thank you in advance for any help, ___ webkit-dev mailing list webkit-dev@lists.webkit.org

[webkit-dev] webkit.patch for WebKit

2008-11-16 Thread houda hocine
Hi , I want to apply to the webkit source , but I have no ideas of how i can do , you can help me? thank you in advance for any help, ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] webkit.patch for WebKit

2008-11-16 Thread houda hocine
Hi, Thank you for the answer for example this is a part of webkit.patch : /// diff -r d1d6b2f10377 -r 8f5489316d54 WebKit/mac/WebView/WebFrame.mm --- a/WebKit/mac/WebView/WebFrame.mmWed Oct 01 16:52:42 2008 +0100 +++ b/WebKit/mac/WebView/WebFrame.mmSat Nov 01 08:44:27

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

2008-10-13 Thread houda hocine
Hi , Thanks for the answer , Please I search the discussion for a long time, but I don't find any thing. Can you send me the link of discussion please. Thanks in advance. ___ webkit-dev mailing list webkit-dev@lists.webkit.org

[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] 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] produce a new version of webkit

2008-10-07 Thread houda hocine
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