Bug 40182 - [GTK] EventSender should call gtk_main_do_event instead of invoking signal handlers directly
Summary: [GTK] EventSender should call gtk_main_do_event instead of invoking signal ha...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 29203 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-06-04 12:20 PDT by Martin Robinson
Modified: 2010-11-02 17:15 PDT (History)
1 user (show)

See Also:


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 Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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. ***