[Webkit-unassigned] [Bug 186572] [watchOS] Audit code that is excluded due to __IPHONE_OS_VERSION_MIN_REQUIRED checks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 12 17:03:18 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=186572

Andy Estes <aestes at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |achristensen at apple.com,
                   |                            |ap at webkit.org,
                   |                            |dbates at webkit.org,
                   |                            |jiewen_tan at apple.com,
                   |                            |joepeck at webkit.org,
                   |                            |mmaxfield at apple.com,
                   |                            |sihui_liu at apple.com

--- Comment #2 from Andy Estes <aestes at apple.com> ---
Also from WebKit's config.h:

#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101300) || (PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000)
#ifndef ENABLE_SERVER_PRECONNECT
#define ENABLE_SERVER_PRECONNECT 1
#endif
#endif

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180613/44015c9c/attachment.html>


More information about the webkit-unassigned mailing list