[Webkit-unassigned] [Bug 31802] Switch Chrome on Mac to Core Text APIs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 8 05:48:13 PST 2009


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


Jeremy Moskovich <playmobil at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #44468|                            |review?
               Flag|                            |




--- Comment #17 from Jeremy Moskovich <playmobil at google.com>  2009-12-08 05:48:10 PST ---
Created an attachment (id=44468)
 --> (https://bugs.webkit.org/attachment.cgi?id=44468)
Add optional ATSUI/Core Text runtime switch.

We observed the slowdown Dan was referring to on the Chrome perf bots and
rolled back the previous patch.

This patch adds the ability to define both USE(ATSUI) and USE(CORE_TEXT) in
which case the API is toggled at runtime.  If a port defines only one of these,
things should work exactly as they do today.

I made sure that indexAt() and collectComplexTextRunsForCharacters() are indeed
inlined by the compiler so there should be virtually no runtime hit for this
patch.

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