[Webkit-unassigned] [Bug 37369] [GTK] Enable building whatever already exists of WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 9 15:43:17 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37369





--- Comment #1 from Gustavo Noronha (kov) <gns at gnome.org>  2010-04-09 15:43:16 PST ---
Created an attachment (id=53003)
 --> (https://bugs.webkit.org/attachment.cgi?id=53003)
non-working work in progress patch

I started playing around with this, but I have to go away for a while, so I
thought I'd upload what I already did. I haven't been too careful about
correctness yet, just poked, and massaged stuff. I am trying to get a
convenience library called libwebkit2 built from the Platform/ and Shared/
directories, essentially.

Notes:

* It looks like the plan is to avoid using config.h in WebKit2, but I have
added it in some places in this first try;
* I am using OS(LINUX) in places that need a non-toolkit-specific,
platform-specific typedef, for now, without really looking at its correctness
in detail;
* Some files use "WebCore/<File>.h" paths for inclusion, that may or may not be
related to changes that were done to WebCore's directory structure and will be
landed in the future. Some examples:

#include <WebCore/FloatRect.h>
#include <WebCore/PlatformString.h>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list