RESOLVED FIXED Bug 27473
Chromium Linux: cache Harfbuzz faces
https://bugs.webkit.org/show_bug.cgi?id=27473
Summary Chromium Linux: cache Harfbuzz faces
Adam Langley
Reported 2009-07-20 17:07:39 PDT
Previously, we recreated the Harfbuzz face for each script-run. With this patch, we keep the Harfbuzz face in the FontPlatformData (created as needed) and so they will persist for the duration of the FontPlatformData. Shouldn't affect any layout tests.
Attachments
patch (5.71 KB, patch)
2009-07-20 17:49 PDT, Adam Langley
no flags
patch (5.71 KB, patch)
2009-07-20 19:04 PDT, Adam Langley
no flags
patch (8.37 KB, patch)
2009-07-20 19:05 PDT, Adam Langley
eric: review+
Adam Langley
Comment 1 2009-07-20 17:49:47 PDT
Adam Langley
Comment 2 2009-07-20 19:04:07 PDT
Adam Langley
Comment 3 2009-07-20 19:05:22 PDT
Eric Seidel (no email)
Comment 4 2009-07-20 19:06:53 PDT
Comment on attachment 33134 [details] patch Seems fine.
Note You need to log in before you can comment on or make changes to this bug.