Title: [229808] trunk/Source/WebCore/PAL
Revision
229808
Author
[email protected]
Date
2018-03-21 09:32:15 -0700 (Wed, 21 Mar 2018)

Log Message

Remove temporary build fix now that underlying issue is resolved
https://bugs.webkit.org/show_bug.cgi?id=183854
<rdar://problem/37198715>

Reviewed by Eric Carlson.

The build environment issues that forced us to disable this setting
have been corrected, so this should be turned on for all builds.

* pal/spi/cf/CFNetworkSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/PAL/ChangeLog (229807 => 229808)


--- trunk/Source/WebCore/PAL/ChangeLog	2018-03-21 16:32:00 UTC (rev 229807)
+++ trunk/Source/WebCore/PAL/ChangeLog	2018-03-21 16:32:15 UTC (rev 229808)
@@ -1,3 +1,16 @@
+2018-03-21  Brent Fulgham  <[email protected]>
+
+        Remove temporary build fix now that underlying issue is resolved
+        https://bugs.webkit.org/show_bug.cgi?id=183854
+        <rdar://problem/37198715>
+
+        Reviewed by Eric Carlson.
+
+        The build environment issues that forced us to disable this setting
+        have been corrected, so this should be turned on for all builds.
+
+        * pal/spi/cf/CFNetworkSPI.h:
+
 2018-03-20  Tim Horton  <[email protected]>
 
         Enable the minimal simulator feature flag when appropriate

Modified: trunk/Source/WebCore/PAL/pal/spi/cf/CFNetworkSPI.h (229807 => 229808)


--- trunk/Source/WebCore/PAL/pal/spi/cf/CFNetworkSPI.h	2018-03-21 16:32:00 UTC (rev 229807)
+++ trunk/Source/WebCore/PAL/pal/spi/cf/CFNetworkSPI.h	2018-03-21 16:32:15 UTC (rev 229808)
@@ -32,16 +32,9 @@
 
 #if ((PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 101302 && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101300) || (PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 110200) || (PLATFORM(WATCHOS) && __WATCH_OS_VERSION_MIN_REQUIRED >= 40200) || (PLATFORM(TVOS) && __TV_OS_VERSION_MIN_REQUIRED >= 110200))
 #define USE_CFNETWORK_IGNORE_HSTS 1
-
-/* FIXME: Remove after rdar 35390452 is fixed: */
-#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 101400
-#undef USE_CFNETWORK_IGNORE_HSTS
-#define USE_CFNETWORK_IGNORE_HSTS 0
 #endif
 
-#endif
 
-
 #if PLATFORM(WIN) || USE(APPLE_INTERNAL_SDK)
 
 #include <CFNetwork/CFHTTPCookiesPriv.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to