Changeset 179124 in webkit for trunk/Source/JavaScriptCore
- Timestamp:
- Jan 26, 2015, 10:33:31 AM (10 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r179053 r179124 1 2015-01-26 Myles C. Maxfield <[email protected]> 2 3 [iOS] [SVG -> OTF Converter] Flip the switch off on iOS 4 https://bugs.webkit.org/show_bug.cgi?id=140860 5 6 Reviewed by Darin Adler. 7 8 The fonts it makes are grotesque. (See what I did there? Typographic 9 humor is the best humor.) 10 11 * Configurations/FeatureDefines.xcconfig: 12 1 13 2015-01-23 Joseph Pecoraro <[email protected]> 2 14 -
trunk/Source/JavaScriptCore/Configurations/FeatureDefines.xcconfig
r178954 r179124 173 173 ENABLE_SUBTLE_CRYPTO_macosx_101100 = ENABLE_SUBTLE_CRYPTO; 174 174 ENABLE_SVG_FONTS = ENABLE_SVG_FONTS; 175 ENABLE_SVG_OTF_CONVERTER = ENABLE_SVG_OTF_CONVERTER; 175 ENABLE_SVG_OTF_CONVERTER[sdk=iphone*] = ; 176 ENABLE_SVG_OTF_CONVERTER[sdk=macosx*] = ENABLE_SVG_OTF_CONVERTER; 176 177 177 178 ENABLE_TELEPHONE_NUMBER_DETECTION[sdk=iphone*] = ENABLE_TELEPHONE_NUMBER_DETECTION;
Note:
See TracChangeset
for help on using the changeset viewer.