Title: [198569] tags/Safari-602.1.25/Source/WebKit2
Revision
198569
Author
[email protected]
Date
2016-03-22 18:19:59 -0700 (Tue, 22 Mar 2016)

Log Message

Merged r198562.  rdar://problem/25301027

Modified Paths

Diff

Modified: tags/Safari-602.1.25/Source/WebKit2/ChangeLog (198568 => 198569)


--- tags/Safari-602.1.25/Source/WebKit2/ChangeLog	2016-03-23 00:58:34 UTC (rev 198568)
+++ tags/Safari-602.1.25/Source/WebKit2/ChangeLog	2016-03-23 01:19:59 UTC (rev 198569)
@@ -1,5 +1,24 @@
 2016-03-22  Babak Shafiei  <[email protected]>
 
+        Merge r198562.
+
+    2016-03-22  Alex Christensen  <[email protected]>
+
+            Fix HTTPS on Mac using NSURLSession after r198457
+            https://bugs.webkit.org/show_bug.cgi?id=155774
+            <rdar://problem/25301027>
+
+            Reviewed by Anders Carlsson.
+
+            * NetworkProcess/cocoa/NetworkSessionCocoa.mm:
+            (WebKit::NetworkSession::NetworkSession):
+            r198457 was intended to fix an issue on iOS and have no change in behavior on Mac.
+            It did have a subtle change in behavior, setting the source application bundle identifier
+            on iOS and was causing problems with HTTPS connections using NSURLSession, so this patch
+            reverts that change.
+
+2016-03-22  Babak Shafiei  <[email protected]>
+
         Roll out r198352.
 
 2016-03-22  Alberto Garcia  <[email protected]>

Modified: tags/Safari-602.1.25/Source/WebKit2/NetworkProcess/cocoa/NetworkSessionCocoa.mm (198568 => 198569)


--- tags/Safari-602.1.25/Source/WebKit2/NetworkProcess/cocoa/NetworkSessionCocoa.mm	2016-03-23 00:58:34 UTC (rev 198568)
+++ tags/Safari-602.1.25/Source/WebKit2/NetworkProcess/cocoa/NetworkSessionCocoa.mm	2016-03-23 01:19:59 UTC (rev 198569)
@@ -315,8 +315,6 @@
     if (auto& data = ""
         configuration._sourceApplicationAuditTokenData = (NSData *)data.get();
     
-    configuration._sourceApplicationBundleIdentifier = SessionTracker::getIdentifierBase();
-    
     if (customProtocolManager)
         customProtocolManager->registerProtocolClass(configuration);
     
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to