Title: [280392] trunk/Source/WTF
- Revision
- 280392
- Author
- [email protected]
- Date
- 2021-07-28 11:57:11 -0700 (Wed, 28 Jul 2021)
Log Message
[Cocoa] macOS Monterey and parallel OSes no longer need r280103
https://bugs.webkit.org/show_bug.cgi?id=228539
Reviewed by Alan Bujtas.
Core Text's behavior changed on these OSes.
* wtf/PlatformUse.h:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (280391 => 280392)
--- trunk/Source/WTF/ChangeLog 2021-07-28 18:49:28 UTC (rev 280391)
+++ trunk/Source/WTF/ChangeLog 2021-07-28 18:57:11 UTC (rev 280392)
@@ -1,3 +1,14 @@
+2021-07-28 Myles C. Maxfield <[email protected]>
+
+ [Cocoa] macOS Monterey and parallel OSes no longer need r280103
+ https://bugs.webkit.org/show_bug.cgi?id=228539
+
+ Reviewed by Alan Bujtas.
+
+ Core Text's behavior changed on these OSes.
+
+ * wtf/PlatformUse.h:
+
2021-07-26 Yusuke Suzuki <[email protected]>
Unreviewed, speculative revert of r280193
Modified: trunk/Source/WTF/wtf/PlatformUse.h (280391 => 280392)
--- trunk/Source/WTF/wtf/PlatformUse.h 2021-07-28 18:49:28 UTC (rev 280391)
+++ trunk/Source/WTF/wtf/PlatformUse.h 2021-07-28 18:57:11 UTC (rev 280392)
@@ -305,10 +305,10 @@
#define USE_CTFONTGETADVANCES_WORKAROUND 1
#endif
-#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED < 130000) \
- || (PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED < 160000) \
- || (PLATFORM(WATCHOS) && !PLATFORM(IOS_FAMILY_SIMULATOR) && __WATCH_OS_VERSION_MIN_REQUIRED < 90000) \
- || (PLATFORM(APPLETV) && !PLATFORM(IOS_FAMILY_SIMULATOR) && __TV_OS_VERSION_MIN_REQUIRED < 160000)
+#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED < 120000) \
+ || (PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED < 150000) \
+ || (PLATFORM(WATCHOS) && !PLATFORM(IOS_FAMILY_SIMULATOR) && __WATCH_OS_VERSION_MIN_REQUIRED < 80000) \
+ || (PLATFORM(APPLETV) && !PLATFORM(IOS_FAMILY_SIMULATOR) && __TV_OS_VERSION_MIN_REQUIRED < 150000)
#define USE_CTFONTSHAPEGLYPHS_WORKAROUND 1
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes