[GObject] Wrap KeyboardEvent
Created attachment 208471 [details] Patch
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)
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.
Committed r153921: <http://trac.webkit.org/changeset/153921>