Summary: | Update complex fonts on Android to use fonts from a newer SDK | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Adam Barth <abarth> | ||||||
Component: | New Bugs | Assignee: | Adam Barth <abarth> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | japhet, peter, webkit.review.bot | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 66687 | ||||||||
Attachments: |
|
Description
Adam Barth
2012-06-29 10:42:17 PDT
Created attachment 150216 [details]
Patch
Comment on attachment 150216 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=150216&action=review > Source/WebCore/platform/graphics/harfbuzz/ComplexTextControllerHarfBuzz.cpp:251 > + case HB_Script_Telugu: > + fallbackScript = kTelugu_FallbackScript; If we're going to reorder into alphabetical order, this should be before Thai. Created attachment 150217 [details]
Patch for landing
Comment on attachment 150217 [details] Patch for landing Clearing flags on attachment: 150217 Committed r121609: <http://trac.webkit.org/changeset/121609> All reviewed patches have been landed. Closing bug. |