Bug 40182

Summary: [GTK] EventSender should call gtk_main_do_event instead of invoking signal handlers directly
Product: WebKit Reporter: Martin Robinson <mrobinson>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Use gtk_main_do_event instead of invoking signal handlers directly none

Description Martin Robinson 2010-06-04 12:20:32 PDT
Calling gtk_main_do_event is "more correct." In particular, it will allow us to call gtk_get_current_event() in WebCore/WebKit without breaking LayoutTests.
Comment 1 Martin Robinson 2010-06-04 12:26:46 PDT
Created attachment 57905 [details]
Use gtk_main_do_event instead of invoking signal handlers directly
Comment 2 Xan Lopez 2010-06-04 12:35:44 PDT
Comment on attachment 57905 [details]
Use gtk_main_do_event instead of invoking signal handlers directly

Looks good.
Comment 3 Martin Robinson 2010-06-04 12:41:48 PDT
Committed r60700: <http://trac.webkit.org/changeset/60700>
Comment 4 Martin Robinson 2010-07-30 12:38:37 PDT
*** Bug 29203 has been marked as a duplicate of this bug. ***