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:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@179124
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-01-26 Myles C. Maxfield <mmaxfield@apple.com>
+
+ [iOS] [SVG -> OTF Converter] Flip the switch off on iOS
+ https://bugs.webkit.org/show_bug.cgi?id=140860
+
+ Reviewed by Darin Adler.
+
+ The fonts it makes are grotesque. (See what I did there? Typographic
+ humor is the best humor.)
+
+ * Configurations/FeatureDefines.xcconfig:
+
2015-01-23 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Rename InjectedScriptHost::type to subtype
ENABLE_SUBTLE_CRYPTO_macosx_101000 = ENABLE_SUBTLE_CRYPTO;
ENABLE_SUBTLE_CRYPTO_macosx_101100 = ENABLE_SUBTLE_CRYPTO;
ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
-ENABLE_SVG_OTF_CONVERTER = ENABLE_SVG_OTF_CONVERTER;
+ENABLE_SVG_OTF_CONVERTER[sdk=iphone*] = ;
+ENABLE_SVG_OTF_CONVERTER[sdk=macosx*] = ENABLE_SVG_OTF_CONVERTER;
ENABLE_TELEPHONE_NUMBER_DETECTION[sdk=iphone*] = ENABLE_TELEPHONE_NUMBER_DETECTION;
ENABLE_TELEPHONE_NUMBER_DETECTION[sdk=macosx*] = $(ENABLE_TELEPHONE_NUMBER_DETECTION_macosx_$(TARGET_MAC_OS_X_VERSION_MAJOR));
+2015-01-26 Myles C. Maxfield <mmaxfield@apple.com>
+
+ [iOS] [SVG -> OTF Converter] Flip the switch off on iOS
+ https://bugs.webkit.org/show_bug.cgi?id=140860
+
+ Reviewed by Darin Adler.
+
+ 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:
+
2015-01-26 Chris Dumez <cdumez@apple.com>
Demote 'line-height' to a low priority property.
ENABLE_SUBTLE_CRYPTO_macosx_101000 = ENABLE_SUBTLE_CRYPTO;
ENABLE_SUBTLE_CRYPTO_macosx_101100 = ENABLE_SUBTLE_CRYPTO;
ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
-ENABLE_SVG_OTF_CONVERTER = ENABLE_SVG_OTF_CONVERTER;
+ENABLE_SVG_OTF_CONVERTER[sdk=iphone*] = ;
+ENABLE_SVG_OTF_CONVERTER[sdk=macosx*] = ENABLE_SVG_OTF_CONVERTER;
ENABLE_TELEPHONE_NUMBER_DETECTION[sdk=iphone*] = ENABLE_TELEPHONE_NUMBER_DETECTION;
ENABLE_TELEPHONE_NUMBER_DETECTION[sdk=macosx*] = $(ENABLE_TELEPHONE_NUMBER_DETECTION_macosx_$(TARGET_MAC_OS_X_VERSION_MAJOR));
+2015-01-26 Myles C. Maxfield <mmaxfield@apple.com>
+
+ [iOS] [SVG -> OTF Converter] Flip the switch off on iOS
+ https://bugs.webkit.org/show_bug.cgi?id=140860
+
+ Reviewed by Darin Adler.
+
+ The fonts it makes are grotesque. (See what I did there? Typographic
+ humor is the best humor.)
+
+ * Configurations/FeatureDefines.xcconfig:
+
2015-01-23 Timothy Horton <timothy_horton@apple.com>
QLPreviewMenuItem popovers don't close when the page scrolls
ENABLE_SUBTLE_CRYPTO_macosx_101000 = ENABLE_SUBTLE_CRYPTO;
ENABLE_SUBTLE_CRYPTO_macosx_101100 = ENABLE_SUBTLE_CRYPTO;
ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
-ENABLE_SVG_OTF_CONVERTER = ENABLE_SVG_OTF_CONVERTER;
+ENABLE_SVG_OTF_CONVERTER[sdk=iphone*] = ;
+ENABLE_SVG_OTF_CONVERTER[sdk=macosx*] = ENABLE_SVG_OTF_CONVERTER;
ENABLE_TELEPHONE_NUMBER_DETECTION[sdk=iphone*] = ENABLE_TELEPHONE_NUMBER_DETECTION;
ENABLE_TELEPHONE_NUMBER_DETECTION[sdk=macosx*] = $(ENABLE_TELEPHONE_NUMBER_DETECTION_macosx_$(TARGET_MAC_OS_X_VERSION_MAJOR));
+2015-01-26 Myles C. Maxfield <mmaxfield@apple.com>
+
+ [iOS] [SVG -> OTF Converter] Flip the switch off on iOS
+ https://bugs.webkit.org/show_bug.cgi?id=140860
+
+ Reviewed by Darin Adler.
+
+ The fonts it makes are grotesque. (See what I did there? Typographic
+ humor is the best humor.)
+
+ * Configurations/FeatureDefines.xcconfig:
+
2015-01-26 Fabien Vallée <fvallee@connected-labs.com>
AX: crash in accessibilityRootObjectWrapper method (WebPageAccessibilityObjectAtk.cpp)
ENABLE_SUBTLE_CRYPTO_macosx_101000 = ENABLE_SUBTLE_CRYPTO;
ENABLE_SUBTLE_CRYPTO_macosx_101100 = ENABLE_SUBTLE_CRYPTO;
ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
-ENABLE_SVG_OTF_CONVERTER = ENABLE_SVG_OTF_CONVERTER;
+ENABLE_SVG_OTF_CONVERTER[sdk=iphone*] = ;
+ENABLE_SVG_OTF_CONVERTER[sdk=macosx*] = ENABLE_SVG_OTF_CONVERTER;
ENABLE_TELEPHONE_NUMBER_DETECTION[sdk=iphone*] = ENABLE_TELEPHONE_NUMBER_DETECTION;
ENABLE_TELEPHONE_NUMBER_DETECTION[sdk=macosx*] = $(ENABLE_TELEPHONE_NUMBER_DETECTION_macosx_$(TARGET_MAC_OS_X_VERSION_MAJOR));