Re: [webkit-dev] Problems with Webkit built for arm platform.

2009-01-29 Thread Veerabhadra Sheelavant
Hi, I have exported http_ptoxy env variable. I tried curl http://www.google.co.in which fetched the html content. Is this test OK? Another thing I tried was to open the html file. I have placed a html file and gave uri as file://index.html. This file did not open. I assume this may be somethin

Re: [webkit-dev] Problems with Webkit built for arm platform.

2009-01-29 Thread Nilesh Patil
Hi how are you exporting http_proxy on ARM platform? Just check those settings first. Thanks & Regards Niilesh On Fri, Jan 30, 2009 at 11:50 AM, Veerabhadra Sheelavant wrote: > Dear All, > > > > I have built the Webkit for ARM platform(OMAP 3520 board running arm and > linux), with GTK and Direc

[webkit-dev] Problems with Webkit built for arm platform.

2009-01-29 Thread Veerabhadra Sheelavant
Dear All, I have built the Webkit for ARM platform(OMAP 3520 board running arm and linux), with GTK and DirectFB. (Debug option disabled). The Unicode backend used is icu(2.8) Webkit Version is webkit-1.0.1. I have successfully cross compiled and able to run GtkLauncher. I could able to see only

Re: [webkit-dev] Unable to load any URL with file:// , --with-http-backend=soup, Help!!!!!!!!

2009-01-29 Thread Dhananjoy Chutia
Hi, Here are some observations: When I try to load file:///home/dhananjoy/index.html , the following error is shown. GLib-GIO-CRITICAL **: g_file_read_async: assertion `G_IS_FILE (file)' failed. As per my observation d->m_gfile is not NULL upto the statement client->didReceiveResponse(handle,

[webkit-dev] Unable to load any URL with file:// , --with-http-backend=soup, Help!!!!!!!!

2009-01-29 Thread Dhananjoy Chutia
Hi All, I compiled WebKit-r40351 with the compilation option --with-http-backend=soup. I am unable to open any url with file://. Eg. file:///home/dhananjoy/index.html. Can any one provide a suitable solution. Regards Dhananjoy ___ webkit-dev mailing

Re: [webkit-dev] How to enable local file access "file://..."

2009-01-29 Thread Nilesh Patil
Hi I found file:// working on latest builds (at least it works on 39903).. So you dont need to do anything special to enable it. Thanks & Regards Niilesh On Thu, Jan 29, 2009 at 7:29 PM, Claudio Leonel wrote: > Hi, > > I am trying to integrate webkit library in an application > (Linux/GTK) and

[webkit-dev] Building JavaScriptCore on Linux

2009-01-29 Thread Patrick Gostovic
Hi. Is there a straightforward way to build a JavaScriptCore static library on Linux? I would like to embed the JavaScriptCore engine in an application. Following the instructions here http://trac.webkit.org/wiki/BuildingGtk , I can easily build the more general webkit shared library, but

Re: [webkit-dev] network calls...curl implementation

2009-01-29 Thread Patrick Hanna
curl/ResourceHandleManager.cpp handles all the requests issued to curl. The actual http implementation exists in libcurl which is not part of the webkit source tree. Patrick On Jan 29, 2009, at 12:09 PM, abhas saroha wrote: hi all, wanted to know how to use the curl implementation in web

[webkit-dev] network calls...curl implementation

2009-01-29 Thread abhas saroha
hi all, wanted to know how to use the curl implementation in webcore/platform/network to make network connections. Can anybody tell me where in the code the actual network calls are being made. regards, Abhas Saroha ___ webkit-dev mailing list webkit-de

Re: [webkit-dev] Build problems

2009-01-29 Thread Brent Fulgham
Hi Frank, On Thu, Jan 29, 2009 at 6:08 AM, Frank Thomsen wrote: > Grammar.cpp > > c1xx : fatal error C1083: Cannot open source file: > '..\..\..\webkitbuild\obj\javascriptcore\derivedsources\Grammar.cpp': No > such file or directory This is telling you that the auto-generated files (specificall

[webkit-dev] Implementation of Plugin on GTK port

2009-01-29 Thread ARaj
Hi All, I am trying to write a plugin for GTK port, but I am getting problem displaying the plugin window (atleast the initial impression seems so). Please help me out with this one as I am totally struck & clueless on how to move forward on the plugin. I am giving my understanding of the plugin cr

[webkit-dev] Build problems

2009-01-29 Thread Frank Thomsen
Hi I am trying to build the source for webkit on my windows XP but it keeps failing. I have corrected some errors, but the current is rather persistent: Apparently the first project to fail is JavaScriptCore with the following result (from buildlog.html): (a-lot-of-irrelevant-stuff) Compiling.

[webkit-dev] How to enable local file access "file://..."

2009-01-29 Thread Claudio Leonel
Hi, I am trying to integrate webkit library in an application (Linux/GTK) and I need the browser to render files in the local filesystem. How do I enable local file access using the scheme: file:// ? Regards, Claudio. ___ webkit-dev mailing list web

[webkit-dev] Problems with Webkit built for mips platform

2009-01-29 Thread Bn, Sharath
Dear All, I have built the Webkit for MIPS platform, with GTK and DirectFB. (Debug option disabled). I have used replace_icu_with_glib.patch along with Webkit nightly build.(--with-unicode-backend=glib) I could able to see only the Webkit window(rather GTK window), on the screen, when GtkLaunch

[webkit-dev] Query about SubstituteData()

2009-01-29 Thread Nilesh Patil
Hi I just have a query about SubstituteData() function .. Just need to know what exactly it does .\ Thanks & Regards Niilesh ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev