[Webkit-unassigned] [Bug 49143] [GTK] The WebKitWebView should expose a set of signals encapsulating the behavior of the EditorClient

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 20 09:24:21 PST 2010


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





--- Comment #4 from Martin Robinson <mrobinson at webkit.org>  2010-11-20 09:24:21 PST ---
(In reply to comment #3)
> > Is this something like "the first handler wins" or?
> I think this is indeed a "first wins" type of deal. Why is it needed here? In any case, a built-in accumulator like this was added to glib recently.

Thanks for the review! The only built in handler I see in GLib 2.26 is g_signal_accumulator_true_handled, which is a little different. That one is not first-handler-wins, but first handler returning TRUE stops the emission. I'm addressing your other comments now.

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