RESOLVED FIXED 148119
[Cocoa] Honor the 'trak' table by opting in via text-rendering: optimizeLegibility
https://bugs.webkit.org/show_bug.cgi?id=148119
Summary [Cocoa] Honor the 'trak' table by opting in via text-rendering: optimizeLegib...
Myles C. Maxfield
Reported 2015-08-17 20:53:09 PDT
[Cocoa] Honor the 'trak' table by opting in via text-rendering: optimizeLegibility
Attachments
Patch (24.05 KB, patch)
2015-08-17 20:59 PDT, Myles C. Maxfield
no flags
Patch (27.03 KB, patch)
2015-08-17 21:27 PDT, Myles C. Maxfield
no flags
Patch (28.76 KB, patch)
2015-08-17 21:40 PDT, Myles C. Maxfield
no flags
Patch (29.77 KB, patch)
2015-08-17 21:44 PDT, Myles C. Maxfield
no flags
Patch (29.72 KB, patch)
2015-08-17 21:50 PDT, Myles C. Maxfield
no flags
Patch (30.13 KB, patch)
2015-08-17 22:54 PDT, Myles C. Maxfield
no flags
Patch (30.32 KB, patch)
2015-08-18 00:10 PDT, Myles C. Maxfield
thorton: review+
Myles C. Maxfield
Comment 1 2015-08-17 20:59:57 PDT
Myles C. Maxfield
Comment 2 2015-08-17 21:00:35 PDT
Myles C. Maxfield
Comment 3 2015-08-17 21:27:10 PDT
Myles C. Maxfield
Comment 4 2015-08-17 21:40:52 PDT
Myles C. Maxfield
Comment 5 2015-08-17 21:44:58 PDT
Myles C. Maxfield
Comment 6 2015-08-17 21:50:07 PDT
Myles C. Maxfield
Comment 7 2015-08-17 22:54:10 PDT
Myles C. Maxfield
Comment 8 2015-08-18 00:10:14 PDT
Tim Horton
Comment 9 2015-08-18 10:05:05 PDT
Comment on attachment 259257 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=259257&action=review > Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.cpp:154 > + RetainPtr<CFDictionaryRef> dictionary; "dictionary"? maybe a better name here. "attributes"? > Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.cpp:158 > + CFTypeRef keys[] = { kCTFontFeatureSettingsAttribute, kCTFontOpticalSizeAttribute }; I assume the reason for all the duplication here (instead of building up the dictionary) is performance, or something? Is this hot code? You could definitely make this more readable/less full of duplicated code.
Myles C. Maxfield
Comment 10 2015-08-18 12:19:58 PDT
Myles C. Maxfield
Comment 11 2015-08-18 14:45:38 PDT
Myles C. Maxfield
Comment 12 2015-08-20 20:20:28 PDT
Myles C. Maxfield
Comment 13 2015-12-07 16:05:29 PST
Removing Mavericks-specific lines from platform/mac/TestExpecations due to no longer supporting Mavericks.
Myles C. Maxfield
Comment 14 2015-12-07 16:10:48 PST
Note You need to log in before you can comment on or make changes to this bug.