[webkit-reviews] review granted: [Bug 216509] Remove testRunner.setAllowsAnySSLCertificate : [Attachment 408796] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 14 23:50:38 PDT 2020


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

Attachment 408796: Patch

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




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

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

> Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.cpp:2268
> +	      
networkProcess->sendSync(Messages::NetworkProcess::SetAllowsAnySSLCertificateFo
rWebSocket(allows),
Messages::NetworkProcess::SetAllowsAnySSLCertificateForWebSocket::Reply(), 0);

Do we really need to have the IPC synchronous?


More information about the webkit-reviews mailing list