[Webkit-unassigned] [Bug 105180] [GTK] When the WebProcess crashes, a signal should be emitted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 1 23:27:11 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=105180





--- Comment #18 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-03-01 23:29:35 PST ---
(In reply to comment #12)
> (In reply to comment #11)
> > > I think this is only emitted when the web process crashes, and as I commented we might want to emit a signal for other processed, but I think it's unlikely. So, we either, leave this as process-crashed and add an enum parameter with the process type, or we name this web-process-crashed.
> > 
> > I think making it extensible without knowing what will happen in the future is weird, so I'd say web-process-crashed for now.
> 
> Thinking about this, are we going to have multiple web processes soon? If the answer is yes how will we be able to tell which one crashed from the signal? They won't share the context?

A we context represents a web process, so the web context emitting the signal i the one that crashed. Web views attached to that context can connect to the signal and show the error page, while other web views will be unaffected.

-- 
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