submit/trunk/20130116.015305
object 19b9e17656214fe0aed7a27f0e30d14195df5f75
authorJihoon Chung <jihoon.chung@samsung.com>
Wed, 16 Jan 2013 01:53:05 +0000 (10:53 +0900)
[Version] 0.2.92
[Project] GT-I8800
[Title] Release wrt-commons_0.2.92
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Removal of unused popup API.
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Clean up unnecessary cmake log
[Issue#] N/A
[Problem] testsuite tag attributes are not filled out when
segmentation fault occurs
[Cause] values of those attributes are filled out at the end of a
successful run of a test binary
[Solution] update attributes values after each test case
[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.
This method will be used in the webkit bundle.
[SCMRequest] N/A