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

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

2008-10-15 Thread Luka Napotnik
https://lists.webkit.org/pipermail/webkit-dev/2008-May/003965.html Greets, Luka Dne 13.10.2008 (pon) ob 14:01 +0100 je houda hocine zapisal(a): 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

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

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

2008-10-13 Thread Luka Napotnik
Hello. To remove any dependency to X you have to create a new port and callback functions for drag/drop, widgets, mouse functionality, .. and redirect rendering to a surface that isn't dependent on X (like cairo). I tried that but it's too complex and I was in a hurry. See the mailing list

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

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

2008-10-13 Thread Luka Napotnik
Hello. To remove any dependency to X you have to create a new port and callback functions for drag/drop, widgets, mouse functionality, .. and redirect rendering to a surface that isn't dependent on X (like cairo). I tried that but it's too complex and I was in a hurry. See the 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

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

2008-10-07 Thread Ariya Hidayat
you can help me for start ? i should remove lines of code related to graphics in WebKit / GTK which files I must consult to change? Just search for all files that matches *Gtk.h and *Gtk.cpp (for example, FrameGtk.cpp) and related files in any gtk/ subdirectories.