RESOLVED FIXED 23602
add another piece (left out earlier) in platform/graphics/chromium
https://bugs.webkit.org/show_bug.cgi?id=23602
Summary add another piece (left out earlier) in platform/graphics/chromium
Jungshik Shin
Reported 2009-01-28 14:26:44 PST
This is what's left out in the patch for bug 23340 (I should have made certain that this was landed as a part of the patch, but due to a 'bad timing', this piece missed the train). This patch is for non-BMP characters in Chromium-Win.
Attachments
patch (5.43 KB, patch)
2009-01-28 14:45 PST, Jungshik Shin
eric: review+
Jungshik Shin
Comment 1 2009-01-28 14:45:07 PST
Created attachment 27125 [details] patch Recap from ChangeLog (FYI): This comes from Chromium patch (http://codereview.chromium.org/17624). Add m_disableFontFallback to UniscriberHelper class and set it to true when filling up glyph pages for non-BMP code points. When it's set true, UniscriberHelper does not do its own font fallback. Neither does it do glyph placement. Font fallback will be taken care of in the simple script font path and glyph placement is not necessary for simple scripts. Layout test is missing at the moment due to the lack of freely distributable font covering a non-BMP code page. A test page is available at http://i18nl10n.com/webkit/nonbmp2.html As for the layout test, I plan to make a simple TTF with 'ugly' glyphs covering a small number of non-BMP characters.
Eric Seidel (no email)
Comment 2 2009-02-03 14:57:14 PST
Comment on attachment 27125 [details] patch This looks fine. I'll land after fixing the spacing on one indent.
Eric Seidel (no email)
Comment 3 2009-02-04 15:16:50 PST
Sigh. It looks like this patch file was modified after it was created. :( That's bad, cause it means it won't apply. I fixed up the ChangeLog section of the patch to apply, looks like a line was removed from the ChangeLog portion of the patchfile instead of removing the line first from the ChangeLog and regenerating the patch file.
Eric Seidel (no email)
Comment 4 2009-02-04 15:23:24 PST
Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/ChangeLog M WebCore/platform/graphics/chromium/GlyphPageTreeNodeChromiumWin.cpp M WebCore/platform/graphics/chromium/UniscribeHelper.cpp M WebCore/platform/graphics/chromium/UniscribeHelper.h Committed r40635 Thanks!
Note You need to log in before you can comment on or make changes to this bug.