Title: [198073] tags/Safari-602.1.22.1/Source
- Revision
- 198073
- Author
- [email protected]
- Date
- 2016-03-12 16:22:55 -0800 (Sat, 12 Mar 2016)
Log Message
Roll out r197572. rdar://problem/25114544
Modified Paths
Diff
Modified: tags/Safari-602.1.22.1/Source/WTF/ChangeLog (198072 => 198073)
--- tags/Safari-602.1.22.1/Source/WTF/ChangeLog 2016-03-13 00:02:50 UTC (rev 198072)
+++ tags/Safari-602.1.22.1/Source/WTF/ChangeLog 2016-03-13 00:22:55 UTC (rev 198073)
@@ -1,3 +1,7 @@
+2016-03-12 Babak Shafiei <[email protected]>
+
+ Roll out r197572.
+
2016-03-11 Youenn Fablet <[email protected]>
WTF should have a similar function as equalLettersIgnoringASCIICase to match beginning of strings
Modified: tags/Safari-602.1.22.1/Source/WTF/wtf/Platform.h (198072 => 198073)
--- tags/Safari-602.1.22.1/Source/WTF/wtf/Platform.h 2016-03-13 00:02:50 UTC (rev 198072)
+++ tags/Safari-602.1.22.1/Source/WTF/wtf/Platform.h 2016-03-13 00:22:55 UTC (rev 198073)
@@ -553,6 +553,9 @@
#define HAVE_NETWORK_EXTENSION 1
#define HAVE_READLINE 1
+#if USE(APPLE_INTERNAL_SDK)
+#define USE_CFNETWORK 1
+#endif
#define USE_UIKIT_EDITING 1
#define USE_WEB_THREAD 1
Modified: tags/Safari-602.1.22.1/Source/WebKit2/ChangeLog (198072 => 198073)
--- tags/Safari-602.1.22.1/Source/WebKit2/ChangeLog 2016-03-13 00:02:50 UTC (rev 198072)
+++ tags/Safari-602.1.22.1/Source/WebKit2/ChangeLog 2016-03-13 00:22:55 UTC (rev 198073)
@@ -1,3 +1,7 @@
+2016-03-12 Babak Shafiei <[email protected]>
+
+ Roll out r197572.
+
2016-03-11 Babak Shafiei <[email protected]>
Merge r198046.
Modified: tags/Safari-602.1.22.1/Source/WebKit2/config.h (198072 => 198073)
--- tags/Safari-602.1.22.1/Source/WebKit2/config.h 2016-03-13 00:02:50 UTC (rev 198072)
+++ tags/Safari-602.1.22.1/Source/WebKit2/config.h 2016-03-13 00:22:55 UTC (rev 198073)
@@ -73,11 +73,8 @@
#ifndef HAVE_WINDOW_SERVER_OCCLUSION_NOTIFICATIONS
#define HAVE_WINDOW_SERVER_OCCLUSION_NOTIFICATIONS 1
#endif
-#endif
-
-#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101200) || (PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 100000)
#ifndef USE_NETWORK_SESSION
-#define USE_NETWORK_SESSION 1
+#define USE_NETWORK_SESSION 0
#endif
// FIXME: We should work towards not using CredentialStorage in WebKit2 to not have problems with digest authentication.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes