Exit also web-provider when its web process is crashed
authorYunchan Cho <yunchan.cho@samsung.com>
Tue, 30 Apr 2013 08:35:10 +0000 (17:35 +0900)
committerGerrit Code Review <gerrit2@kim11>
Wed, 1 May 2013 02:46:30 +0000 (11:46 +0900)
commita6a336d17b4a857a27f3cd011583fd5667f89df6
tree248b2f79f319120dfaea33cb8a950c40bf24415d
parentb23b3e8b9475bc76d078d9b3cfd845a122ed724e
Exit also web-provider when its web process is crashed

[Issue#] N/A
[Problem] if the web process of web-provider is crashed on executing something,
          new web process is forked and then it is again crashed inifinitly.
[Cause] webkit doesn't guarantee this case
[Solution] when the web process is crashed, web-provider is existed normally.

Change-Id: I46c9046e931a55a4dccd3e4eeae8dfc40f294430
src/Plugin/AppBoxPlugin/AppBoxRenderView.cpp
src/Plugin/AppBoxPlugin/AppBoxRenderView.h