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/show_bug.cgi?id=21543 But I'm not sure both are same. (Of course, I'm using Cairo
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?