[webkit-reviews] review requested: [Bug 38844] [GTK] Add support for DOM events in the GObject DOM bindings : [Attachment 57017] eventobject.diff
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 25 07:44:35 PDT 2010
Xan Lopez <xan.lopez at gmail.com> has asked for review:
Bug 38844: [GTK] Add support for DOM events in the GObject DOM bindings
https://bugs.webkit.org/show_bug.cgi?id=38844
Attachment 57017: eventobject.diff
https://bugs.webkit.org/attachment.cgi?id=57017&action=review
------- Additional Comments from Xan Lopez <xan.lopez at gmail.com>
This patch creates a WebKitDOMEvent class to go with every event signal, and
the WebKitDOMEventTarget interface to be implemented by all classes that can be
the target of an event. Still no support for the event subclasses in the DOM
spec, or for userCapture events, those will come in future patches.
More information about the webkit-reviews
mailing list