Re-enable option for message pump optimization
authorPawel Forysiuk <p.forysiuk@samsung.com>
Thu, 30 Jul 2015 14:11:29 +0000 (16:11 +0200)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 07:55:23 +0000 (07:55 +0000)
commit1d0d799abb02b2198e2f34c21b29d2f805eeed18
treefe1d7b540babfa2d2c22874ca7dc5febaaa17bc7
parent5e4cb2133aa5960a68c33338b0a097c9b4275de8
Re-enable option for message pump optimization

It was disabled by [1] because of regression in touch/click behaviour
in WCS test pages like gesture.html and select_picker_test.html.

1.  Fix the implementation of timer delay code. The code previously tried to
micro-manage timer delays. The intention of those delays was to make code
more robust. Unfortunately it would lead to perpetually postponing one task
instead of spawning new ones. Drop the code adding arbitrary delays.

2.  Make "limit-memory-allocation-in-schedule-delayed-work" flag be enabled
by default again.

[1] http://165.213.202.130/gerrit/#/c/83920/

Original beta/m42 patch: http://165.213.202.130/gerrit/#/c/84369/

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=14786

Reviewed by: a1.gomes, msu.koo, sns.park

Change-Id: I1be8b12e84d6a1678e6ab070cf79868076bae5c4
Signed-off-by: Pawel Forysiuk <p.forysiuk@samsung.com>
tizen_src/ewk/efl_integration/command_line_efl.cc
tizen_src/ewk/efl_integration/message_pump_for_ui_efl.cc