[Webkit-unassigned] [Bug 16307] navigation-requested signal is not stopped

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 6 06:38:16 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16307





------- Comment #3 from mitch at imendio.com  2007-12-06 06:38 PDT -------
Re #1: The problem is that without stopping the signal, *all* requests will
always be accepted, because there can be only one return value from a
signal emission, and that's the return value of the last handler which
is the default handler. The g-ish way to solve this is to have a signal
accumulator that automatically stops the emission on certain return
values, just as GtkWidget's event signals stop when one callback returns
TRUE.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list