Bug 44095

Summary: [GTK] Fix wrapping of core Events in the bindings
Product: WebKit Reporter: Xan Lopez <xan.lopez>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
wrapevents.diff none

Description Xan Lopez 2010-08-17 02:32:58 PDT
We were mistakenly wrapping any Event or subclass as a WebKitDOMEvent, but we need to return the proper GObject type whenever appropriate (ie, a WebKitDOMMouseEvent for MouseEvent).
Comment 1 Xan Lopez 2010-08-17 02:35:10 PDT
Created attachment 64567 [details]
wrapevents.diff

Patch.
Comment 2 Gustavo Noronha (kov) 2010-08-17 05:16:35 PDT
Comment on attachment 64567 [details]
wrapevents.diff

OK!
Comment 3 Xan Lopez 2010-08-17 05:25:20 PDT
Comment on attachment 64567 [details]
wrapevents.diff

Landed in r65497.
Comment 4 Xan Lopez 2010-08-17 05:25:37 PDT
Closing bug.