Add support for "webprocess,crashed" EWK callback
authorPiotr Tworek <p.tworek@samsung.com>
Fri, 6 Feb 2015 12:30:18 +0000 (13:30 +0100)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commitebc52c01a23cf88f3330dccb315316d2d9a10180
treeba83324b54a815f2d85287bd4e9f5d88478c0fea
parent8ec8bd40d692378885431e12e781d4e112bbbd3f
Add support for "webprocess,crashed" EWK callback

It seems a little bit of code was lost while migrating some patches from
M34 to M40. According to EWK WebKit2 implementation the engine should
invoke "webprocess,crashed" callback whenever the webprocess crashes.
In case the callback is not handled by the EWK API user the engine should
show a simple page informing the user about the problematic situation.
Reviewed by: Janusz Majnert, Kamil Klimek, arno renevier

Change-Id: I39b9a7e4ee16606503f06b95c226dd4559b27b2a
Signed-off-by: Piotr Tworek <p.tworek@samsung.com>
tizen_src/impl/eweb_view.cc