RESOLVED FIXED 119651
[GObject] Wrap KeyboardEvent
https://bugs.webkit.org/show_bug.cgi?id=119651
Summary [GObject] Wrap KeyboardEvent
Gustavo Noronha (kov)
Reported 2013-08-09 20:28:51 PDT
[GObject] Wrap KeyboardEvent
Attachments
Patch (4.98 KB, patch)
2013-08-09 20:32 PDT, Gustavo Noronha (kov)
cdumez: review+
Gustavo Noronha (kov)
Comment 1 2013-08-09 20:32:38 PDT
Gustavo Noronha (kov)
Comment 2 2013-08-09 20:34:12 PDT
This is required for this to work: https://bugzilla.gnome.org/show_bug.cgi?id=675060 (A UI to show users which have passwords saved for a site in Epiphany)
Chris Dumez
Comment 3 2013-08-09 22:47:40 PDT
Comment on attachment 208471 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=208471&action=review > Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm:114 > + return "Event" if $parent eq "UIEvent" or $parent eq "MouseEvent" or $parent eq "KeyboardEvent"; Could we simply use $codeGenerator->InheritsInterface("Event") ? This does not look very scalable.
Gustavo Noronha (kov)
Comment 4 2013-08-10 08:44:17 PDT
Note You need to log in before you can comment on or make changes to this bug.