RESOLVED FIXED 97580
[GTK] Don't kill automatically the web process when the ui process finishes
https://bugs.webkit.org/show_bug.cgi?id=97580
Summary [GTK] Don't kill automatically the web process when the ui process finishes
Carlos Garcia Campos
Reported 2012-09-25 11:16:31 PDT
We use prctl(PR_SET_PDEATHSIG, SIGKILL); in linux to make sure the web process is killed when the ui process finishes. This is not needed any more since now the web process stops the main loop when the connection with the ui process is closed in WebProcess::didClose(). This approach is better because it works for any platform and makes the web process finish normally from the main().
Attachments
Patch (1.84 KB, patch)
2012-09-25 11:19 PDT, Carlos Garcia Campos
mrobinson: review+
Carlos Garcia Campos
Comment 1 2012-09-25 11:19:17 PDT
Martin Robinson
Comment 2 2012-09-25 11:29:40 PDT
Comment on attachment 165643 [details] Patch Nice.
Carlos Garcia Campos
Comment 3 2012-09-25 11:33:43 PDT
Note You need to log in before you can comment on or make changes to this bug.