[Webkit-unassigned] [Bug 193702] NetworkProcess destructor executes cache storage parameters callbacks, but it's a NeverDestroyed singleton

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 22 20:42:40 PST 2019


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

--- Comment #1 from youenn fablet <youennf at gmail.com> ---
This code is more for completeness. This might prove useful should NetworkProcess does no longer be a singleton.
I believe the current behavior to be ok: the callbacks should in theory be triggered when the IPC connection between UIProcess and NetworkProcess is closed. Since this will trigger the end of the NetworkProcess, this is ok to not execute them.

It would be a nice refactoring to use an Async reply, this would remove the need for that specific handling.

-- 
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/20190123/06fb08d2/attachment.html>


More information about the webkit-unassigned mailing list