[Webkit-unassigned] [Bug 191646] [Curl] Add Server Trust Evaluation Support.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 28 00:43:14 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=191646

--- Comment #6 from Takashi Komori <Takashi.Komori at sony.com> ---
(In reply to Ross Kirsling from comment #2)
Thanks for your comment!

> > Tools/MiniBrowser/win/WebKitBrowserWindow.cpp:327
> > +        m_acceptedServerTrustCert.insert(std::make_pair(host, pem));
> 
> If you use emplace() then you don't need make_pair. :)

Fixed.

> > Tools/MiniBrowser/win/WebKitBrowserWindow.h:77
> > +    std::map<std::wstring, std::wstring> m_acceptedServerTrustCert;
> 
> I think this can be unordered_map instead, right?

Fixed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190328/9b0e67cf/attachment.html>


More information about the webkit-unassigned mailing list