[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 cont

[webkit-dev] runing WebKit and respect sequence of actions

2009-02-03 Thread goldeneyes
Hi , I want to load page with WebKit and respect the folowing sequence of actions: 1. time + 0: ask webkit to load page 2. time + interval 1: load page 3. time + interval 2: the webkit is free to process the next request where i can modify the webkit code to get t

[webkit-dev] write function in FrameLoaderClient.cpp

2009-02-02 Thread goldeneyes
hi, Can I implement the function: bool WebFrameLoaderClient::hasWebView() const { return [m_webFrame.get() webView] != nil; } written in "WebKit/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm" and write it in WebKit / WebCore / loader / FrameLoaderClient.cpp? can you help me? Thank you i

[webkit-dev] closing automatically the GTKLuncher

2009-01-22 Thread goldeneyes
Hello every body, Is it possible to close automatically the GTKLuncher at the end of loading a web page , thank you for any help, -- View this message in context: http://www.nabble.com/closing-automatically-the-GTKLuncher-tp21605851p21605851.html Sent from the Webkit mailing list archive at

Re: [webkit-dev] Turning off rendering in WebKit

2009-01-14 Thread goldeneyes
Bugzilla from tr...@kde.org wrote: > > That's not what you asked for before. You just didn't want WebKit to > render > any of the contents unless I read something wrong. > > If you want to disable all painting altogether then that will depend on > the > port of WebKit you are using: Qt, Mac

Re: [webkit-dev] Turning off rendering in WebKit

2009-01-14 Thread goldeneyes
Bugzilla from tr...@kde.org wrote: > > Sorry, the method had moved. Here you go: > > void FrameView::paintContents(GraphicsContext* p, const IntRect& rect) > > from > http://trac.webkit.org/browser/trunk/WebCore/page/FrameView.cpp?rev=39858 > > Cheers, > Adam > hi, Thank you for the answe

Re: [webkit-dev] Turning off rendering in WebKit

2009-01-13 Thread goldeneyes
Bugzilla from tr...@kde.org wrote: > > > Not sure what port you are using, but perhaps put in a 'return;' at the > beginning of Frame::paint(...) ? > > Adam > hi, I want to do the same thing, I search the word "Frame:" with the following command: find /home/hiba/webkit-last-version/WebKit/

Re: [webkit-dev] bug when launching

2009-01-12 Thread goldeneyes
Ariya Hidayat-3 wrote: > > > AFAICS gcjwebplugin is about Java applet plugin. I guess that is the > direction > you should investigate. Commenting that update() line only surpress, but > not > fix, the problem, and you might have a painting error. > > Honestly, until you can find out what i

Re: [webkit-dev] bug when launching

2009-01-06 Thread goldeneyes
Ariya Hidayat-3 wrote: > > Problem with gcjwebplugin (http://www.nongnu.org/gcjwebplugin/) ? Did you > try > the website with Firefox, per its suggestion? > http://www.nabble.com/file/p21310419/lt-GtkLauncher-rapport-anomalie.txt > lt-GtkLauncher-rapport-anomalie.txt > Hello Ariya! thank yo

[webkit-dev] bug when launching

2009-01-06 Thread goldeneyes
hello everybody, I just installed WebKit but I have a bug when launching "./Programs/GtkLauncher" with urls like : "www.lemonde.fr" and "www.tf1.fr", there is the error message : "gcjwebplugin error: Failed to run / usr / lib / mozilla / plugins / .. / .. / bin / pluginappletviewer. For more

Re: [webkit-dev] add new functions to WebCore

2008-12-30 Thread goldeneyes
thank you for the answer I download the source Webkit with this command: svn checkout http://svn.webkit.org/repository/webkit/trunk WebKit I work with fedora core 9 I made this command: find /WebKit/WebCore/ -type "f" | xargs grep -i "EventTargetNode.cpp" >> out must I add the same instructi

Re: [webkit-dev] add new functions to WebCore

2008-12-30 Thread goldeneyes
Hi, thank you for the answer you can tell me more detail about what to add and where? Please I never work with make file thank you in advance for any help -- View this message in context: http://www.nabble.com/add-new-functions-to-WebCore-tp21191456p21217324.html Sent from the Webkit mailing

Re: [webkit-dev] add new functions to WebCore

2008-12-30 Thread goldeneyes
Hi , normally I should change the Make file to take into account the new folder "WARC" and his files (.cpp and .h) but I don't know how I should to do ? can you help me please, thank you in advance for any help, -- View this message in context: http://www.nabble.com/add-new-functions-to-Web

Re: [webkit-dev] add new functions to WebCore

2008-12-30 Thread goldeneyes
Holger Freyther-6 wrote: > > On Sunday 28 December 2008 12:04:13 houda hocine wrote: > Showing the patch would make things more easy for us. > z. > thank you for the answer, I add a folder "warc" in this path like this: /WebKit/WebCore/warc this directory contains 4 files "recordout.cpp, rec

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-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] proxying thru curl

2008-12-01 Thread goldeneyes
Never mind, this got resolved. Thanks Giri On Wed, May 14, 2008 at 5:30 PM, Giri Rao <[EMAIL PROTECTED]> wrote: > Hello, > > I have set up curl to go through a simple http proxy that I have written. > I have a .curlrc with the following line in it: > > --proxy=http://:/ > > When I invoke curl

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

2008-10-15 Thread goldeneyes
Hi , thank you very much for the link , Hiba , -- View this message in context: http://www.nabble.com/produce-a-new-version-of-webkit-tp19854660p19996404.html Sent from the Webkit mailing list archive at Nabble.com. ___ webkit-dev mailing list w

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

2008-10-13 Thread goldeneyes
Hi, I made changement in the folowing files "ChromeClientGtk.h,ContextMenuClientGtk.h, DragClientGtk.h and EditorClientGtk.h" because they are used bey "WebKit / WebKit / gtk / webkit / webkitwebview.cpp" (I put all lines of code as comments), but when i do . / Programs / GtkLauncher, I got "lt-

[webkit-dev] new version of webkit

2008-10-08 Thread goldeneyes
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 gr