Title: [234937] branches/safari-606.1.36.1-branch/Source/WebKit
- Revision
- 234937
- Author
- [email protected]
- Date
- 2018-08-16 10:29:56 -0700 (Thu, 16 Aug 2018)
Log Message
Cherry-pick r234908. rdar://problem/43385542
[WinCairo] Unreviewed build fix after r234896.
* NetworkProcess/curl/NetworkDataTaskCurl.cpp:
(WebKit::NetworkDataTaskCurl::tryHttpAuthentication):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@234908 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-606.1.36.1-branch/Source/WebKit/ChangeLog (234936 => 234937)
--- branches/safari-606.1.36.1-branch/Source/WebKit/ChangeLog 2018-08-16 17:29:54 UTC (rev 234936)
+++ branches/safari-606.1.36.1-branch/Source/WebKit/ChangeLog 2018-08-16 17:29:56 UTC (rev 234937)
@@ -1,5 +1,23 @@
2018-08-16 Kocsen Chung <[email protected]>
+ Cherry-pick r234908. rdar://problem/43385542
+
+ [WinCairo] Unreviewed build fix after r234896.
+
+ * NetworkProcess/curl/NetworkDataTaskCurl.cpp:
+ (WebKit::NetworkDataTaskCurl::tryHttpAuthentication):
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@234908 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2018-08-15 Ross Kirsling <[email protected]>
+
+ [WinCairo] Unreviewed build fix after r234896.
+
+ * NetworkProcess/curl/NetworkDataTaskCurl.cpp:
+ (WebKit::NetworkDataTaskCurl::tryHttpAuthentication):
+
+2018-08-16 Kocsen Chung <[email protected]>
+
Cherry-pick r234896. rdar://problem/43385542
NetworkCORSPreflightChecker should proceed in case of ProtectionSpaceAuthenticationSchemeServerTrustEvaluationRequested even though the WebKit app is not implementing the didReceiveAuthenticationChallenge/didReceiveAuthenticationChallengeInFrame callback
Modified: branches/safari-606.1.36.1-branch/Source/WebKit/NetworkProcess/curl/NetworkDataTaskCurl.cpp (234936 => 234937)
--- branches/safari-606.1.36.1-branch/Source/WebKit/NetworkProcess/curl/NetworkDataTaskCurl.cpp 2018-08-16 17:29:54 UTC (rev 234936)
+++ branches/safari-606.1.36.1-branch/Source/WebKit/NetworkProcess/curl/NetworkDataTaskCurl.cpp 2018-08-16 17:29:56 UTC (rev 234937)
@@ -338,7 +338,7 @@
}
}
- m_client->didReceiveChallenge(AuthenticationChallenge(challenge), [this, protectedThis = makeRef(*this), ](AuthenticationChallengeDisposition disposition, const Credential& credential) {
+ m_client->didReceiveChallenge(AuthenticationChallenge(challenge), [this, protectedThis = makeRef(*this), challenge](AuthenticationChallengeDisposition disposition, const Credential& credential) {
if (m_state == State::Canceling || m_state == State::Completed)
return;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes