[Webkit-unassigned] [Bug 56962] [Chromium] Vertical Japanese text is not displayed on Snow Leopard

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 23 21:52:06 PDT 2011


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





--- Comment #2 from Mihai Parparita <mihaip at chromium.org>  2011-03-23 21:52:06 PST ---
It looks like this is caused by this block in FontMac.mm:

http://trac.webkit.org/changeset/80740/trunk/Source/WebCore/platform/graphics/mac/FontMac.mm

Unlike Safari (which builds separate binaries for Leopard and Snow Leopard), Chromium always builds with the 10.5 SDK  (and on Leopard?) so we don't end up on the SL path through that code, because BUILDING_ON_SNOW_LEOPARD is not true for us.

At least for Chromium this will have to be a run-time check. Besides ATSUI vs. CoreText (http://trac.webkit.org/browser/trunk/Source/WebCore/platform/graphics/mac/ComplexTextController.cpp#L258), is there any other precedent for Chromium making a run-time switch where the Mac port does it at build time?

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



More information about the webkit-unassigned mailing list