WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2012-09-25 11:19:17 PDT
Created
attachment 165643
[details]
Patch
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
Committed
r129533
: <
http://trac.webkit.org/changeset/129533
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug