[webkit-reviews] review requested: [Bug 57234] [GTK] Use glib API instead of fork + execl in ProcessLauncherGtk : [Attachment 87688] Updated patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 31 03:24:07 PDT 2011


Carlos Garcia Campos <cgarcia at igalia.com> has asked  for review:
Bug 57234: [GTK] Use glib API instead of fork + execl in ProcessLauncherGtk
https://bugs.webkit.org/show_bug.cgi?id=57234

Attachment 87688: Updated patch
https://bugs.webkit.org/attachment.cgi?id=87688&action=review

------- Additional Comments from Carlos Garcia Campos <cgarcia at igalia.com>
I have updated the patch to call prctl(PR_SET_PDEATHSIG, SIGKILL), (Linux only)
to kill the child process when the parent dies like the qt port does.


More information about the webkit-reviews mailing list