Add reset method during initializing webkit bundle
authorTaejeong Lee <taejeong.lee@samsung.com>
Tue, 15 Jan 2013 15:59:33 +0000 (00:59 +0900)
committerGerrit Code Review <gerrit2@kim11>
Wed, 16 Jan 2013 02:24:55 +0000 (11:24 +0900)
commitdfbd5323525d39cf1a95e059153e7fc0b39213aa
tree0e1599c58ec7382c3b17d4cfa06a7fd6cc44c415
parentd8b569b8cb5894d560275615ff65e9111e448f8a
Add reset method during initializing webkit bundle

[Issue#] JIRA(#N_SE-20674)
[Problem] Event handler isn't called
[Cause] After add commit for enhancement launching time,
event handler doesn't work.
Root cause is that pipe in the event handler is copyed during forking.
This cause occurred that event sends to parent process(UI)
even event is created by child process.
[Solution] Add reset method for event handler during
initializing webkit bundle.
[SCMRequest] must be imported with wrt-commons
https://tizendev.org/gerrit/#/c/32544/

Change-Id: I404d3a0051115c9c03d9cb7dd7b175156275cea4
src/view/webkit/bundles/wrt-wk2-bundle.cpp