[Webkit-unassigned] [Bug 97580] New: [GTK] Don't kill automatically the web process when the ui process finishes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 25 11:16:04 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=97580
Summary: [GTK] Don't kill automatically the web process when
the ui process finishes
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: Gtk
Severity: Normal
Priority: P2
Component: WebKit2
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: cgarcia at igalia.com
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().
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list