[WK2] ipc thread sends wakeup message to main thread just once for series of IPC...
authorSeojin Kim <seojin.kim@samsung.com>
Mon, 10 Sep 2012 01:01:08 +0000 (10:01 +0900)
committerSeojin Kim <seojin.kim@samsung.com>
Mon, 10 Sep 2012 01:01:08 +0000 (10:01 +0900)
commit3b2ac6ff9fb63db4e4f6d7c65684f820a62d7b54
treefa917a6074755dddb58f063c820ee1f1c5a23997
parentc85fb419ee22377d7542f203810ee697b8a05a67
[WK2] ipc thread sends wakeup message to main thread just once for series of IPC messages.

This patch was rollbacked by I726930d2f1532b96f6f20883f1a834ab93354225,
but need to be applied again.

[Title] only one wakeup call for series of IPC messages
[Issue #] N_SE-9731
[Problem] lockup when try to Reply the mail in gmail desktop site.
[Cause] too many IPC messages and corresponding wakeup calls causes ecore_pipe get fulled and writing action could be stuck.
[Solution] only one wakeup call for series of IPC messages
[Developer] seojin.kim
Source/WebCore/platform/efl/RunLoopEfl.cpp