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

Martin Robinson
Reported 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.
Attachments
Use gtk_main_do_event instead of invoking signal handlers directly (2.48 KB, patch)
2010-06-04 12:26 PDT, Martin Robinson
no flags
Martin Robinson
Comment 1 2010-06-04 12:26:46 PDT
Created attachment 57905 [details] Use gtk_main_do_event instead of invoking signal handlers directly
Xan Lopez
Comment 2 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.
Martin Robinson
Comment 3 2010-06-04 12:41:48 PDT
Martin Robinson
Comment 4 2010-07-30 12:38:37 PDT
*** Bug 29203 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.