[webkit-dev] Crash on arm

2008-01-10 Thread Naiem Shaik
Hi All, I am working on linux box. I have cross compiled the Webkit for ARM and ran the Gtklauncher on the ARM board. When I open www.yahoo.com I get a crash with following backtrace: #0 0x403fb1c4 in Balloc () from /usr/local/lib/libWebKitGtk.so.1 #1 0x403fb4d0 in mult () from

[webkit-dev] Cannot open mail.google.com

2007-11-25 Thread Naiem Shaik
Hi All, Greetings !! I am facing very strange problem, I am able to open mail.google.com using CURL from command line interface. I generated .c with --libcurl option and executed it, page opens there also. I am working with WebKit gtk port on linux to open the page but I get error as following.

Re: [webkit-dev] Download client

2007-11-18 Thread Naiem Shaik
Hi Ryan and All, Greetings!! Thanks for your inputs. I have created a CURL handle and am able to download the content. But my problem with this implementation is that download happens synchronously. The existing CURL handle which WebKit uses to open the pages is not used. If i create a thread and

[webkit-dev] Download client

2007-11-15 Thread Naiem Shaik
Hi All, There is download client implemented in Gtk, ./WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp, but in this the policy is always set to PolicyUse. So I have added code as below in FrameLoaderClient::dispatchDecidePolicyForMIMEType() if

[webkit-dev] Page load failure event

2007-11-13 Thread Naiem Shaik
Hi , I am working with the Gtk+port, there is an event load_done which is emitted along with value false when the page loading has failed. Are there any flags to indicate the reason of failure. Best Regards, Naiem ___ webkit-dev mailing list

[webkit-dev] Enable Cookies, Javascripts

2007-11-06 Thread Naiem Shaik
Hi All, In WebKit+Gtk port, there is an API, Settings::setJavaScriptEnabled(bool isJavaScriptEnabled), I have called this API setting it TRUE. When I try to open http://www.mapquest.com/, page displays a message that Javascript and cookies must be turned ON. I am assuming that javascript is

[webkit-dev] Zoom in functionality.

2007-10-30 Thread Naiem Shaik
Hi All, Can somebody please let me know if Zoom in/Zoom out functionality is supported in Webkit GTK port. Best Regards, Naiem ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Scroll in Webkit

2007-10-28 Thread Naiem Shaik
No, it does not work. Arrow keys do not scroll the page. On 10/29/07, Adam Roben [EMAIL PROTECTED] wrote: Naiem Shaik wrote: Hi All, I have cross compiled the Webkit+Gtk port onto a linux box. There is no mouse in the development environment. When a page is launched, scrollbar

[webkit-dev] Next link in page

2007-10-25 Thread Naiem Shaik
Hello All, I have cross compiled the Webkit+Gtk port and ran the GtkLauncher on Linux box. Can somebody please let me know how to go to different links present on the page. Best Regards, Naiem ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] Next link in page

2007-10-25 Thread Naiem Shaik
, or to get all the links programmatically... --Oliver On Oct 25, 2007, at 9:26 PM, Mark Rowe wrote: Naiem, Click on them? - Mark On 26/10/2007, at 14:23, Naiem Shaik wrote: Hello All, I have cross compiled the Webkit+Gtk port and ran the GtkLauncher on Linux box. Can