Changeset 179124 in webkit for trunk/Source/JavaScriptCore


Ignore:
Timestamp:
Jan 26, 2015, 10:33:31 AM (10 years ago)
Author:
[email protected]
Message:

[iOS] [SVG -> OTF Converter] Flip the switch off on iOS
https://bugs.webkit.org/show_bug.cgi?id=140860

Reviewed by Darin Adler.

Source/JavaScriptCore:

The fonts it makes are grotesque. (See what I did there? Typographic
humor is the best humor.)

  • Configurations/FeatureDefines.xcconfig:

Source/WebCore:

No new tests because this simply reverts broken code.

The fonts it makes are grotesque. (See what I did there? Typographic
humor is the best humor.)

  • Configurations/FeatureDefines.xcconfig:

Source/WebKit/mac:

The fonts it makes are grotesque. (See what I did there? Typographic
humor is the best humor.)

  • Configurations/FeatureDefines.xcconfig:

Source/WebKit2:

The fonts it makes are grotesque. (See what I did there? Typographic
humor is the best humor.)

  • Configurations/FeatureDefines.xcconfig:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r179053 r179124  
     12015-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
    1132015-01-23  Joseph Pecoraro  <[email protected]>
    214
  • trunk/Source/JavaScriptCore/Configurations/FeatureDefines.xcconfig

    r178954 r179124  
    173173ENABLE_SUBTLE_CRYPTO_macosx_101100 = ENABLE_SUBTLE_CRYPTO;
    174174ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
    175 ENABLE_SVG_OTF_CONVERTER = ENABLE_SVG_OTF_CONVERTER;
     175ENABLE_SVG_OTF_CONVERTER[sdk=iphone*] = ;
     176ENABLE_SVG_OTF_CONVERTER[sdk=macosx*] = ENABLE_SVG_OTF_CONVERTER;
    176177
    177178ENABLE_TELEPHONE_NUMBER_DETECTION[sdk=iphone*] = ENABLE_TELEPHONE_NUMBER_DETECTION;
Note: See TracChangeset for help on using the changeset viewer.