Remove an erroneous scroll callback calls from ScrollDetector::OnChangeScrollOffset.
authorSanghyup Lee <sh53.lee@samsung.com>
Fri, 20 Nov 2015 01:20:29 +0000 (10:20 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 07:55:23 +0000 (07:55 +0000)
commitc3753fcc5456b2a0a6ad2a0d43487cef0d1de8a9
tree90addbd4826145458b75ca7644f126dc32b51606
parentf912209fdff6012fa6be944d084bd209cf5f3cf9
Remove an erroneous scroll callback calls from ScrollDetector::OnChangeScrollOffset.

This fixes a scrolling issue/crash.

Since renderer process perform all scrolling operation,
we don't have to handle this events on browser side.
Furthermore browser process handles this event using
ScrollDetector object which emits EFL's smart callbacks,
but there are no events registered on this callback.

Original M42 patch: http://165.213.202.130/gerrit/#/c/82644/

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

Change-Id: Id6fcf4120a0d396a3dbbbd6fb5c378666b0671b5
Signed-off-by: Sanghyup Lee <sh53.lee@samsung.com>
tizen_src/ewk/efl_integration/eweb_view_callbacks.h
tizen_src/ewk/efl_integration/scroll_detector.cc
tizen_src/ewk/efl_webview_app/app.c
tizen_src/ewk/unittest/utc_blink_ewk_view_scroll_by_func.cpp [deleted file]