[Webkit-unassigned] [Bug 147036] [GTK] WebProcessMain::platformFinalize() is not called when web process finished with exit(0)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 26 21:51:38 PDT 2015


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

--- Comment #8 from Darin Adler <darin at apple.com> ---
(In reply to comment #4)
> For GTK it is the code Carlos is adding to save the clipboard contents in
> the clipboard manager, so that you can paste data that you copied from a web
> process after closing the web process.

It would be much better to do that earlier, perhaps based on some coalescing timer. You don’t want to lose the clipboard if the web process crashes. Generally it’s not a good pattern to have any code that runs only on exit. One of the main benefits of having a web process is better behavior if a crash occurs.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150727/34e8b2c3/attachment.html>


More information about the webkit-unassigned mailing list