RESOLVED FIXED 123261
[GTK] Deprecate public dispatch_event method in objects implementing EventTarget interface
https://bugs.webkit.org/show_bug.cgi?id=123261
Summary [GTK] Deprecate public dispatch_event method in objects implementing EventTar...
Carlos Garcia Campos
Reported 2013-10-24 03:20:04 PDT
The interface function should be used instead. add/remove_event_listener methods are not duplicated also because they are skipped by the script generator because they receive an EventListener as argument. We need a special case for dispatch_event that is currently generated twice, a public version using the object type as first parameter and the private one used to implement the interface receiving the interface type as first argument.
Attachments
Patch (63.19 KB, patch)
2013-10-24 03:29 PDT, Carlos Garcia Campos
gustavo: review+
Carlos Garcia Campos
Comment 1 2013-10-24 03:29:17 PDT
Gustavo Noronha (kov)
Comment 2 2013-10-24 05:06:39 PDT
Comment on attachment 215049 [details] Patch LGTM
Carlos Garcia Campos
Comment 3 2013-10-26 04:00:27 PDT
Note You need to log in before you can comment on or make changes to this bug.