WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
[patch]
Patch
bug-201777-20190913153156.patch (text/plain), 1.46 KB, created by
Jonathan Bedard
on 2019-09-13 15:31:56 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Jonathan Bedard
Created:
2019-09-13 15:31:56 PDT
Size:
1.46 KB
patch
obsolete
>Index: Source/WTF/ChangeLog >=================================================================== >--- Source/WTF/ChangeLog (revision 249856) >+++ Source/WTF/ChangeLog (working copy) >@@ -1,3 +1,12 @@ >+2019-09-13 Jonathan Bedard <jbedard@apple.com> >+ >+ iOS 13: Some SPI targets 13.1 >+ https://bugs.webkit.org/show_bug.cgi?id=201777 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * wtf/Platform.h: >+ > 2019-09-12 Mark Lam <mark.lam@apple.com> > > Harden JSC against the abuse of runtime options. >Index: Source/WTF/wtf/Platform.h >=================================================================== >--- Source/WTF/wtf/Platform.h (revision 249852) >+++ Source/WTF/wtf/Platform.h (working copy) >@@ -1487,7 +1487,7 @@ > #define HAVE_ACCESSIBILITY_SUPPORT 1 > #endif > >-#if PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000 >+#if PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000 && __IPHONE_OS_VERSION_MAX_ALLOWED >= 130100 > #define HAVE_ACCESSIBILITY_BUNDLES_PATH 1 > #endif > >@@ -1541,7 +1541,7 @@ > #define HAVE_DISALLOWABLE_USER_INSTALLED_FONTS 1 > #endif > >-#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101500) || (PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000) >+#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101500) || (PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000 && __IPHONE_OS_VERSION_MAX_ALLOWED >= 130100) > #define HAVE_CTFONTCREATEFORCHARACTERSWITHLANGUAGEANDOPTION 1 > #endif >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 201777
: 378755