[webkit-reviews] review granted: [Bug 125564] [WK2][SOUP] WebContext::allowSpecificHTTPSCertificateForHost does not work correctly when m_usesNetworkProcess is false : [Attachment 218944] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 22 02:36:17 PST 2013


Carlos Garcia Campos <cgarcia at igalia.com> has granted Kwang Yul Seo
<skyul at company100.com>'s request for review:
Bug 125564: [WK2][SOUP] WebContext::allowSpecificHTTPSCertificateForHost does
not work correctly when m_usesNetworkProcess is false
https://bugs.webkit.org/show_bug.cgi?id=125564

Attachment 218944: Patch
https://bugs.webkit.org/attachment.cgi?id=218944&action=review

------- Additional Comments from Carlos Garcia Campos <cgarcia at igalia.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=218944&action=review


Thanks!

> Source/WebKit2/WebProcess/WebProcess.h:60
> -#if !ENABLE(NETWORK_PROCESS) && USE(SOUP)
> +#if USE(SOUP)
>  class CertificateInfo;
>  #endif

This change is no longer required, and probably the reason why the patch didn't
apply.


More information about the webkit-reviews mailing list