[M34 Merge] Fix for the 'Reload' button not displayed on page load finish
authorLukasz Krok <l.krok@samsung.com>
Wed, 25 Feb 2015 16:24:50 +0000 (17:24 +0100)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commitdab3cc25a6bb9906315fb98f0f863bdb1b2a4eb4
treee62813d0ed200be2f6d52e43a861d25d7529563b
parent15cd7df57cbc0924e7582c1e24ae48e5d8359eab
[M34 Merge] Fix for the 'Reload' button not displayed on page load finish

[Cause] "load,started" callback was triggered more than once,
e.g when an iframe present on the page was reloaded. In a browser,
it caused the status bar to be refreshed and reload button to
be changed into cancel button. Additionally, in such case, the "load,finished"
callback was not triggered and the cancel button never changed back into
reload.

[Solution] "load,started" and "load,finished" should be called
only once, when a page is loaded.

M34-merge: http://165.213.202.130:8080/#/c/69958/
Bug: http://168.219.209.56/jira/browse/TNEF-172
Reviewed by: Antonio Gomes, Piotr Grad, SeungSeop Park

Change-Id: I4b47a3833cbf487e2473c2fe70d2340111b5c807
Signed-off-by: Lukasz Krok <l.krok@samsung.com>
tizen_src/impl/web_contents_delegate_efl.cc
tizen_src/impl/web_contents_delegate_efl.h