WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Gustavo Noronha (kov)
Comment 1
2013-08-09 20:32:38 PDT
Created
attachment 208471
[details]
Patch
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
Committed
r153921
: <
http://trac.webkit.org/changeset/153921
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug