|
Hi all, Is there anybody (except Brent) interested in win32/cairo port? While working with win32/cairo port, I've met some problems. 1) Sometimes, cairo doesn't render Korean 'bold' letters correctly. English looks fine. It seems to be very close to this cairo bug. http://bugs.freedesktop.org/ 1.8.6 in requirements.zip) 2) In ACID3 test, some assertion failure occures, for WebCore attempts to destroy cairo font structures which has 0 ref count. I changed SimpleFontData::platformDestroy() to destroy the structures while ref-count
is bigger than 0.
The failure has gone, but I'm not sure it's right. 3) I can't see context-menu localized strings, for CreateBundle() with WebKit.resources/ fails. It's due to Open CF-Lite. _CFGetFileProperties() returns -1 for createFileA() fails. GetLastError() reports ERROR_ACCESS_DENIED. Anyone know why this happens? Thank you Joonghoon |
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

