[Webkit-unassigned] [Bug 17484] Add Windows (Cairo) support in WebKit.dll

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 16 12:13:42 PST 2008


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





------- Comment #11 from franco at elleci.org  2008-11-16 12:13 PDT -------
I managed to build a version of webkit completely independent from
CoreGraphics.
It wasn't difficult, because i just closed all the #include CoreGraphics/* in
an #if PLATFORM(CG) directive.
That way I built a WinLauncher executable that doesn't require
CoreGraphics.dll.

I did the same for the CFNetwork library, but I wonder how to replace the
CFURLCache mechanism implemented in WebView.cpp.
Any idea?

Eventually I will post a patch containing my modifications.


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



More information about the webkit-unassigned mailing list