WebKit Bugzilla
Attachment 340214 Details for
Bug 185560
: Add CF_NOESCAPE decorators for tvOS and watchOS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185560-20180511131235.patch (text/plain), 1.53 KB, created by
Jer Noble
on 2018-05-11 13:12:36 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Jer Noble
Created:
2018-05-11 13:12:36 PDT
Size:
1.53 KB
patch
obsolete
>Subversion Revision: 231643 >diff --git a/Source/WebCore/PAL/ChangeLog b/Source/WebCore/PAL/ChangeLog >index 3dc17bba546b013a2d43f8736a01b431af15c194..67d99e732a8e5bc016665edbafcb3111ac606ec7 100644 >--- a/Source/WebCore/PAL/ChangeLog >+++ b/Source/WebCore/PAL/ChangeLog >@@ -1,3 +1,12 @@ >+2018-05-11 Jer Noble <jer.noble@apple.com> >+ >+ Add CF_NOESCAPE decorators for tvOS and watchOS >+ https://bugs.webkit.org/show_bug.cgi?id=185560 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * pal/cf/CoreMediaSoftLink.h: >+ > 2018-05-08 Sihui Liu <sihui_liu@apple.com> > > Adopt new async _savecookies SPI for keeping networking process active during flushing cookies >diff --git a/Source/WebCore/PAL/pal/cf/CoreMediaSoftLink.h b/Source/WebCore/PAL/pal/cf/CoreMediaSoftLink.h >index 256cf2e5cf430154cc1adb80cae66412b970904f..79c3caa947a266b832a60d37a32905eeeeaa6253 100644 >--- a/Source/WebCore/PAL/pal/cf/CoreMediaSoftLink.h >+++ b/Source/WebCore/PAL/pal/cf/CoreMediaSoftLink.h >@@ -37,7 +37,7 @@ > #define SOFTLINK_AVKIT_FRAMEWORK() SOFT_LINK_FRAMEWORK_OPTIONAL(AVKit) > #endif > >-#if (PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED <= 120000) || (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED <= 101400) >+#if (PLATFORM(IOS) && __IPHONE_OS_VERSION_MAX_ALLOWED <= 120000) || (PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED <= 101400) || (PLATFORM(WATCHOS) && __WATCH_OS_VERSION_MAX_ALLOWED <= 50000) || (PLATFORM(TVOS) && __TV_OS_VERSION_MAX_ALLOWED <= 120000) > #define CMSAMPLEBUFFERCALL_NOESCAPE > #else > #define CMSAMPLEBUFFERCALL_NOESCAPE CF_NOESCAPE
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 185560
:
340214
|
340221