[email protected] wrote:
Send webkit-gtk mailing list submissions to
        [email protected]

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
        [email protected]

You can reach the person managing the list at
        [email protected]

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 <[email protected]>
To: [email protected]
Cc: [email protected]
Subject: Re: [webkit-gtk] [PATCH] Patch to build win32/gtk version
Message-ID: <[email protected]>
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
_______________________________________________
webkit-gtk mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk

Reply via email to