[Webkit-unassigned] [Bug 70390] WebKit not ensure font load before calling Skia devices to draw during Chrome printing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 25 17:55:44 PDT 2011


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





--- Comment #13 from Arthur Hsu <arthurhsu at chromium.org>  2011-10-25 17:55:44 PST ---
Unless USE(SKIA_TEXT) is defined, non-printing case will not hit this code path (true for r97838 and r98359 that I tested).

When USE(SKIA_TEXT) is defined and the ensureFontLoad() is not called, Skia may or may not render correct text just as all other code paths that calls GDI GetOutlineGlyphMetrics() in Chrome sandbox.  Existing test cases for renderer shall be able to detect rendering errors.

-- 
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