RESOLVED FIXED 57540
[GTK] Close connection when web process finishes
https://bugs.webkit.org/show_bug.cgi?id=57540
Summary [GTK] Close connection when web process finishes
Carlos Garcia Campos
Reported 2011-03-31 05:36:57 PDT
Qt port has Connection::setShouldCloseConnectionOnProcessTermination(), we could use it too.
Attachments
Patch (9.83 KB, patch)
2011-03-31 05:49 PDT, Carlos Garcia Campos
no flags
Carlos Garcia Campos
Comment 1 2011-03-31 05:49:17 PDT
Created attachment 87709 [details] Patch Patch to implement and use WorkQueue::scheduleWorkOnTermination() in GTK platform too.
Martin Robinson
Comment 2 2011-03-31 09:45:07 PDT
Comment on attachment 87709 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=87709&action=review > Source/WebKit2/Platform/gtk/WorkQueueGtk.cpp:90 > + static gboolean performWorkOnTermination(GPid pid, gint status, EventSource* eventSource) Here you should omit the name of the GPid parameter and the gint parameter.
Carlos Garcia Campos
Comment 3 2011-04-08 03:28:53 PDT
Note You need to log in before you can comment on or make changes to this bug.