[Webkit-unassigned] [Bug 192736] HTTPS Upgrade: Use full sqlite upgrade list

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 18 17:38:18 PST 2018


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

--- Comment #14 from youenn fablet <youennf at gmail.com> ---
> > Could you make NetworkHTTPSUpgradeChecker itself be a singleton, as opposed to adding a member to an existing singleton?
> 
> I can. This approach is what Chris suggested, but I don't feel strongly one
> way or another.

Having fewer singletons has some benefits, especially if one can meaningfully be owned by another.
For instance, in network process, we had to make a used-to-be singleton class non singleton.

-- 
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/20181219/918cab95/attachment.html>


More information about the webkit-unassigned mailing list