RESOLVED FIXED 134904
[iOS] [OSX] Don't transcode WOFF on platforms that support it natively
https://bugs.webkit.org/show_bug.cgi?id=134904
Summary [iOS] [OSX] Don't transcode WOFF on platforms that support it natively
Myles C. Maxfield
Reported 2014-07-14 14:56:32 PDT
[iOS] [OSX] Don't transcode WOFF on platforms that support it natively
Attachments
Patch (1.80 KB, patch)
2014-07-14 14:57 PDT, Myles C. Maxfield
no flags
Patch (1.85 KB, patch)
2014-07-14 16:50 PDT, Myles C. Maxfield
kling: review+
Myles C. Maxfield
Comment 1 2014-07-14 14:57:05 PDT
Myles C. Maxfield
Comment 2 2014-07-14 16:47:38 PDT
Comment on attachment 234881 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=234881&action=review > Source/WebCore/loader/cache/CachedFont.cpp:102 > +#if (!PLATFORM(MAC) || __MAC_OS_X_VERSION_MIN_REQUIRED <= 1090) && !PLATFORM(IOS) __IPHONE_OS_VERSION_MIN_REQUIRED
Myles C. Maxfield
Comment 3 2014-07-14 16:50:54 PDT
Andreas Kling
Comment 4 2014-07-14 20:12:12 PDT
Comment on attachment 234892 [details] Patch r=me
Myles C. Maxfield
Comment 5 2014-07-22 17:36:01 PDT
Note You need to log in before you can comment on or make changes to this bug.