[Webkit-unassigned] [Bug 78481] [GTK] DRT doesn't support scheduleAsynchronousKeyDown.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 21 10:47:06 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=78481





--- Comment #5 from ChangSeok Oh <kevin.cs.oh at gmail.com>  2012-02-21 10:47:06 PST ---
(From update of attachment 127978)
View in context: https://bugs.webkit.org/attachment.cgi?id=127978&action=review

>> Tools/DumpRenderTree/gtk/EventSender.cpp:834
>> +        g_idle_add(sendKeyDown, static_cast<gpointer>(pressEvent));
> 
> Perhaps g_timeout_add after a 0 delay would be better here?

I followed the way of scheduleAsynchronousClickCallback. It has used g_idle_add. Do we need to modify this, too? :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list