[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:32:20 PST 2013


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





--- Comment #19 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-03-01 23:34:44 PST ---
(From update of attachment 191033)
View in context: https://bugs.webkit.org/attachment.cgi?id=191033&action=review

Excellent!

> Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp:186
>  }

What I'm doing in other cases for the signal definition since this new style started to rely on my emacs automatic indentation is:

signals[WEB_PROCESS_CRASHED] = g_signal_new(
    "web-process-crashed",
    G_TYPE_FROM_CLASS(gObjectClass),
    ....

That way I don't have to manually indent the lines, the style bot is happy and the code is kind of readable.

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