[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 14:52:39 PST 2010


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





--- Comment #6 from Xan Lopez <xan.lopez at gmail.com>  2010-11-20 14:52:39 PST ---
(In reply to comment #4)
> (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.

I didn't meant that one, there's g_signal_accumulator_first_wins, which returns whatever the first accumulator returns.

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