Bug 137197

Summary: Replace wkGetGlyphsForCharacters() with CGFontGetGlyphsForUnichars()
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: New BugsAssignee: Myles C. Maxfield <mmaxfield>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, jonlee, mjs, simon.fraser, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch ap: review+

Description Myles C. Maxfield 2014-09-28 11:54:01 PDT
Replace wkGetGlyphsForCharacters() with CGFontGetGlyphsForUnichars()
Comment 1 Myles C. Maxfield 2014-09-28 12:01:07 PDT
Created attachment 238819 [details]
Patch
Comment 2 Myles C. Maxfield 2014-09-28 15:06:15 PDT
Created attachment 238824 [details]
Patch
Comment 3 Alexey Proskuryakov 2014-09-28 16:50:10 PDT
Comment on attachment 238824 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=238824&action=review

> Source/WebCore/platform/spi/cocoa/CGFontUnicodeSupport.h:30
> +#else

This should not be an else, we should forward declare functions unconditionally. 

Also, I think the the file name should end with SPI by convention.
Comment 4 Myles C. Maxfield 2014-09-28 19:36:37 PDT
Comment on attachment 238824 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=238824&action=review

>> Source/WebCore/platform/spi/cocoa/CGFontUnicodeSupport.h:30
>> +#else
> 
> This should not be an else, we should forward declare functions unconditionally. 
> 
> Also, I think the the file name should end with SPI by convention.

Done.

Done.
Comment 5 Myles C. Maxfield 2014-09-28 20:43:23 PDT
http://trac.webkit.org/changeset/174052