[webkit-gtk] webkit-gtk Digest, Vol 4, Issue 3

Josip josip at pisoj.com
Mon Oct 5 08:29:01 PDT 2009


webkit-gtk-request at lists.webkit.org wrote:
> Send webkit-gtk mailing list submissions to
> 	webkit-gtk at lists.webkit.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
> or, via email, send a message with subject or body 'help' to
> 	webkit-gtk-request at lists.webkit.org
> 
> You can reach the person managing the list at
> 	webkit-gtk-owner at lists.webkit.org
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of webkit-gtk digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: [PATCH] Patch to build win32/gtk version
>       (Jean-Philippe Chancelier)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Mon, 05 Oct 2009 09:03:38 +0200 (CEST)
> From: Jean-Philippe Chancelier <jpc at cermics.enpc.fr>
> To: plongstaff at rogers.com
> Cc: webkit-gtk at lists.webkit.org
> Subject: Re: [webkit-gtk] [PATCH] Patch to build win32/gtk version
> Message-ID: <20091005.090338.84391738.jpc at cermics.enpc.fr>
> Content-Type: Text/Plain; charset=us-ascii
> 
> 
>     Phil> I'm attaching a patch for WebCore/platform/FileSystem.h.  This patch
>     Phil> changes the order of some #if/#else/#elif so that when building
>     Phil> webkitgtk for win32, the gtk mechanisms (e.g. GModule) are used rather
>     Phil> than win32 mechanisms (e.g.  HMODULE).
> 
>     Hello Phil, 
>     I tried to build webkitgtk for win32 (webkit-1.1.15.1 now) and 
>     posted last week a pb I had with the resulting test binary.
>     GtkLauncher.exe do not display the contents of files 
>     opened with file://  but works with network files http:// .
>     The files seams to be properly found but the html rendering 
>     do not work. Have you experienced the same pbs or not and have 
>     you any clues ? 
>     jpc
>     

Hi,
I also have the same problem with "file://" in 1.1.15.1
In earlier versions (1.1.11) avoided by commenting out line: 
client->didReceiveResponse(handle, response)
in: WebCore/platform/network/soup/ResourceHandleSoup.cpp
then "file://" load local html files but ignoring charset ie. rendering 
all files iso8859-1.
Hoped it will be fixed by now:-(

Seeing some reference to mime-database but can figure it out.

GTKLauncher compiled on Linux 64bit works ok, only the win32 version 
cross-compiled with mingw32 have this problem.

-- 
Josip


More information about the webkit-gtk mailing list