[webkit-help] [WinCairo] Support for DOM traversal?

Brent Fulgham bfulgham at gmail.com
Tue Feb 16 09:32:19 PST 2010


Hi Emerick,

On Tue, Feb 16, 2010 at 6:00 AM, Emerick Rogul <emerick at gmail.com> wrote:
> On a different note, are the WinCairo port and Apple's Windows port
> both located under the WebKit/win directory?  It seems so, but if
> someone could confirm, that would be helpful.

Yes, the WinCairo and Apple Windows ports share the same WebKit/win
directory.  They really only differ in a few files at this level (you
can generally find #if PLATFORM(CAIRO) or PLATFORM(CG) in a few spots
to see the differences.)  The changes in the WebCore layer are a bit
larger, but the various Visual Studio project files are set up so that
if you build with the "Debug/Release Cairo" you get the WinCairo
variant, whereas the other targets give you the official Apple
version.

-Brent


More information about the webkit-help mailing list