[webkit-reviews] review granted: [Bug 202285] Remove unused WebProcessPool::setCanHandleHTTPSServerTrustEvaluation : [Attachment 379684] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 26 23:14:21 PDT 2019


youenn fablet <youennf at gmail.com> has granted Alex Christensen
<achristensen at apple.com>'s request for review:
Bug 202285: Remove unused
WebProcessPool::setCanHandleHTTPSServerTrustEvaluation
https://bugs.webkit.org/show_bug.cgi?id=202285

Attachment 379684: Patch

https://bugs.webkit.org/attachment.cgi?id=379684&action=review




--- Comment #3 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 379684
  --> https://bugs.webkit.org/attachment.cgi?id=379684
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=379684&action=review

> Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm:580
> +	       auto decisionHandler = makeBlockPtr([_session =
makeWeakPtr(_session.get()), completionHandler =
makeBlockPtr(completionHandler), taskIdentifier, networkDataTask =
RefPtr<NetworkDataTaskCocoa>(networkDataTask)](NSURLAuthenticationChallenge
*challenge, OSStatus trustResult) mutable {

makeRefPtr(networkDataTask)


More information about the webkit-reviews mailing list