RESOLVED FIXED 202285
Remove unused WebProcessPool::setCanHandleHTTPSServerTrustEvaluation
https://bugs.webkit.org/show_bug.cgi?id=202285
Summary Remove unused WebProcessPool::setCanHandleHTTPSServerTrustEvaluation
Alex Christensen
Reported 2019-09-26 14:00:12 PDT
Remove unused WebProcessPool::setCanHandleHTTPSServerTrustEvaluation
Attachments
Patch (31.96 KB, patch)
2019-09-26 14:06 PDT, Alex Christensen
no flags
Patch (29.62 KB, patch)
2019-09-26 14:59 PDT, Alex Christensen
youennf: review+
Alex Christensen
Comment 1 2019-09-26 14:06:24 PDT
Alex Christensen
Comment 2 2019-09-26 14:59:13 PDT
youenn fablet
Comment 3 2019-09-26 23:14:21 PDT
Comment on attachment 379684 [details] 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)
Alex Christensen
Comment 4 2019-09-27 07:34:29 PDT
Radar WebKit Bug Importer
Comment 5 2019-09-27 07:35:18 PDT
Alex Christensen
Comment 6 2019-11-22 13:25:24 PST
Reverted in http://trac.webkit.org/r252796 Needs more investigation.
Alex Christensen
Comment 7 2019-11-22 17:13:34 PST
Note You need to log in before you can comment on or make changes to this bug.