[Webkit-unassigned] [Bug 44597] [GTK] Rework event definition in the DOM bindings
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 25 02:51:19 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44597
--- Comment #2 from Xan Lopez <xan.lopez at gmail.com> 2010-08-25 02:51:20 PST ---
For the future: this is not really complete or totally correct, since we should also be able to create ad-hoc events, dispatch them and connect to them through g_signal_connect. Right now this fails in that we don't create signals for the new events at runtime, so we wouldn't be able to be notified of the dispatch. One solution would be to have a generic "event" signal that has the actual name of the event in the detail, like: g_signal_connect(node, "event::funny-name", ...).
--
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