[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


[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 GtkLauncher is executed.
But it is unable to display any HTML page. This is the main problem, I would 
like solve.

When built with Debug option enabled, and when I execute the GtkLauncher, I get 
the following Error Log.
And terminates with Bus Error.
Can anybody help me to solve this problem.

FYI: On PC platform with the same configurations it works without any problem.


./GtkLauncher file:///text.html
UNIMPLEMENTED:
(WebCore/platform/gtk/PasteboardGtk.cpp:90 WebCore::Pasteboard::Pasteboard())
ERROR: UTF-8 not decodable = not available!
(WebCore/platform/text/gtk/TextCodecGtk.cpp:222 static gboolean 
WebCore::TextCodecGtk::isEncodingAvailable(const gchar*))
ERROR: ISO-8859-1 not decodable = not available!
(WebCore/platform/text/gtk/TextCodecGtk.cpp:222 static gboolean 
WebCore::TextCodecGtk::isEncodingAvailable(const gchar*))
ERROR: UTF-8 not decodable = not available!
(WebCore/platform/text/gtk/TextCodecGtk.cpp:222 static gboolean 
WebCore::TextCodecGtk::isEncodingAvailable(const gchar*))
ERROR: ISO-8859-1 not decodable = not available!
(WebCore/platform/text/gtk/TextCodecGtk.cpp:222 static gboolean 
WebCore::TextCodecGtk::isEncodingAvailable(const gchar*))
ERROR: MACROMAN not decodable = not available!
(WebCore/platform/text/gtk/TextCodecGtk.cpp:222 static gboolean 
WebCore::TextCodecGtk::isEncodingAvailable(const gchar*))
ERROR: SHIFT_JIS not decodable = not available!
(WebCore/platform/text/gtk/TextCodecGtk.cpp:222 static gboolean 
WebCore::TextCodecGtk::isEncodingAvailable(const gchar*))
ERROR: EUC_JP not decodable = not available!
(WebCore/platform/text/gtk/TextCodecGtk.cpp:222 static gboolean 
WebCore::TextCodecGtk::isEncodingAvailable(const gchar*))
ERROR: ISO-2022-JP not decodable = not available!
(WebCore/platform/text/gtk/TextCodecGtk.cpp:222 static gboolean 
WebCore::TextCodecGtk::isEncodingAvailable(const gchar*))
ERROR: BIG5 not decodable = not available!
(WebCore/platform/text/gtk/TextCodecGtk.cpp:222 static gboolean 
WebCore::TextCodecGtk::isEncodingAvailable(const gchar*))
ERROR: BIG5-HKSCS not decodable = not available!
(WebCore/platform/text/gtk/TextCodecGtk.cpp:222 static gboolean 
WebCore::TextCodecGtk::isEncodingAvailable(const gchar*))
ERROR: CP950 not decodable = not available!
(WebCore/platform/text/gtk/TextCodecGtk.cpp:222 static gboolean 
WebCore::TextCodecGtk::isEncodingAvailable(const gchar*))
ERROR: ISO-2022-KR not decodable = not available!
(WebCore/platform/text/gtk/TextCodecGtk.cpp:222 static gboolean 
WebCore::TextCodecGtk::isEncodingAvailable(const gchar*))
ERROR: CP949 not decodable = not available!
(WebCore/platform/text/gtk/TextCodecGtk.cpp:222 static gboolean 
WebCore::TextCodecGtk::isEncodingAvailable(const gchar*))
ERROR: EUC-KR not decodable = not available!
(WebCore/platform/text/gtk/TextCodecGtk.cpp:222 static gboolean 
WebCore::TextCodecGtk::isEncodingAvailable(const gchar*))
ERROR: ISO-8859-6 not decodable = not available!
(WebCore/platform/text/gtk/TextCodecGtk.cpp:222 static gboolean 
WebCore::TextCodecGtk::isEncodingAvailable(const gchar*))
ERROR: CP1256 not decodable = not available!
(WebCore/platform/text/gtk/TextCodecGtk.cpp:222 static gboolean 
WebCore::TextCodecGtk::isEncodingAvailable(const gchar*))
ERROR: ISO-8859-8 not decodable = not available!
(WebCore/platform/text/gtk/TextCodecGtk.cpp:222 static gboolean 
WebCore::TextCodecGtk::isEncodingAvailable(const gchar*))
ERROR: CP1255 not decodable = not available!
(WebCore/platform/text/gtk/TextCodecGtk.cpp:222 static gboolean 
WebCore::TextCodecGtk::isEncodingAvailable(const gchar*))
ERROR: ISO-8859-7 not decodable = not available!
(WebCore/platform/text/gtk/TextCodecGtk.cpp:222 static gboolean 
WebCore::TextCodecGtk::isEncodingAvailable(const gchar*))
ERROR: CP869 not decodable = not available!
(WebCore/platform/text/gtk/TextCodecGtk.cpp:222 static gboolean 
WebCore::TextCodecGtk::isEncodingAvailable(const gchar*))
ERROR: WINDOWS-1253 not decodable = not available!
(WebCore/platform/text/gtk/TextCodecGtk.cpp:222 static gboolean 
WebCore::TextCodecGtk::isEncodingAvailable(const gchar*))
ERROR: ISO-8859-5 not decodable = not available!
(WebCore/platform/text/gtk/TextCodecGtk.cpp:222 static gboolean 
WebCore::TextCodecGtk::isEncodingAvailable(const gchar*))
ERROR: KOI8-R not decodable = not available!
(WebCore/platform/text/gtk/TextCodecGtk.cpp:222 static gboolean 
WebCore::TextCodecGtk::isEncodingAvailable(const gchar*))
ERROR: CP866 not decodable = not available!
(WebCore/platform/text/gtk/TextCodecGtk.cpp:222 static gboolean 
WebCore::TextCodecGtk::isEncodingAvailable(const gchar*))
ERROR: KOI8-U not decodable = not available!
(WebCore/platform/text/gtk/TextCodecGtk.cpp:222 static gboolean 

[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://local file ?


Regards,
Claudio.


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[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...
ArrayConstructor.cpp
Arguments.cpp
Compiling...
Grammar.cpp
c1xx : fatal error C1083: Cannot open source file: 
'..\..\..\webkitbuild\obj\javascriptcore\derivedsources\Grammar.cpp': No such 
file or directory
Project : warning PRJ0018 : The following environment variables were not found:
$(PRODUCTION)

First of all I have installed cygwin in c:\cygwin and I have 
C:\cygwin\obj\JavaScriptCore\DerivedSources\ (where grammar.cpp is located) 
in my include-path. So what is wrong, and why does it keep warning me about the 
env. Variable PRODUCTION? I have declared it but what is the value of it 
supposed to be?

I sincerely hope that someone can help me.

Best regards
Frank
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[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-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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 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-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[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 I am  
really only interested in the JavaScript engine.


Thanks.

Patrick
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[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 list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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, response); : line no 590 in
WebCore/platform/network/soup/ResourceHandleSoup.cpp
But, afterward d-m_gfile becomes NULL.

It is to be noted that my I am using glib-2.15.3.

Regards
Dhananjoy

On Fri, Jan 30, 2009 at 10:33 AM, Dhananjoy Chutia dha...@gmail.com wrote:

 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




-- 
Dhananjoy
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[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 the Webkit window(rather GTK window), on the screen, 
when GtkLauncher is executed.
But it is unable to display any HTML page. This is the main problem, I would 
like solve.

When built with Debug option enabled, the linker crashes. I am not able proceed 
and clueless..


Can anybody help me to solve this problem.  Thanks in advance


FYI: On PC platform with the same configurations it works without any problem.

Regards,
Veer





DISCLAIMER: This message is proprietary to Aricent and is intended solely for 
the use of the individual to whom it is addressed. It may contain privileged or 
confidential information and should not be circulated or used for any purpose 
other than for what it is intended. If you have received this message in 
error,please notify the originator immediately. If you are not the intended 
recipient, you are notified that you are strictly prohibited from using, 
copying, altering, or disclosing the contents of this message. Aricent accepts 
no responsibility for loss or damage arising from the use of the information 
transmitted by this email including damage from virus.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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
veerabhadra.sheelav...@aricent.com wrote:
 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 the Webkit window(rather GTK window), on the
 screen, when GtkLauncher is executed.

 But it is unable to display any HTML page. This is the main problem, I would
 like solve.



 When built with Debug option enabled, the linker crashes. I am not able
 proceed and clueless..





 Can anybody help me to solve this problem.  Thanks in advanceā€¦.





 FYI: On PC platform with the same configurations it works without any
 problem.



 Regards,

 Veer







 
 DISCLAIMER: This message is proprietary to Aricent and is intended solely
 for the use of the individual to whom it is addressed. It may contain
 privileged or confidential information and should not be circulated or used
 for any purpose other than for what it is intended. If you have received
 this message in error,please notify the originator immediately. If you are
 not the intended recipient, you are notified that you are strictly
 prohibited from using, copying, altering, or disclosing the contents of this
 message. Aricent accepts no responsibility for loss or damage arising from
 the use of the information transmitted by this email including damage from
 virus.

 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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 something to do with rendering (correct me if I am wrong).

Please suggest any basic settings or test I need to do. I am new webkit and to 
embedded system.

Thanks a lot for reply.


Regards,
Veeru

-Original Message-
From: Nilesh Patil [mailto:vni...@gmail.com]
Sent: Friday, January 30, 2009 12:09 PM
To: Veerabhadra Sheelavant
Cc: webkit-dev@lists.webkit.org
Subject: Re: [webkit-dev] Problems with Webkit built for arm platform.

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
veerabhadra.sheelav...@aricent.com wrote:
 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 the Webkit window(rather GTK window), on the
 screen, when GtkLauncher is executed.

 But it is unable to display any HTML page. This is the main problem, I would
 like solve.



 When built with Debug option enabled, the linker crashes. I am not able
 proceed and clueless..





 Can anybody help me to solve this problem.  Thanks in advance





 FYI: On PC platform with the same configurations it works without any
 problem.



 Regards,

 Veer







 
 DISCLAIMER: This message is proprietary to Aricent and is intended solely
 for the use of the individual to whom it is addressed. It may contain
 privileged or confidential information and should not be circulated or used
 for any purpose other than for what it is intended. If you have received
 this message in error,please notify the originator immediately. If you are
 not the intended recipient, you are notified that you are strictly
 prohibited from using, copying, altering, or disclosing the contents of this
 message. Aricent accepts no responsibility for loss or damage arising from
 the use of the information transmitted by this email including damage from
 virus.

 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev



DISCLAIMER: This message is proprietary to Aricent and is intended solely for 
the use of the individual to whom it is addressed. It may contain privileged or 
confidential information and should not be circulated or used for any purpose 
other than for what it is intended. If you have received this message in 
error,please notify the originator immediately. If you are not the intended 
recipient, you are notified that you are strictly prohibited from using, 
copying, altering, or disclosing the contents of this message. Aricent accepts 
no responsibility for loss or damage arising from the use of the information 
transmitted by this email including damage from virus.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev