submit/sdk/20130116.022207
object 9bb4b713f51b789f0e610bf6d9d63822a4edb2fa
authorJihoon Chung <jihoon.chung@samsung.com>
Wed, 16 Jan 2013 02:22:07 +0000 (11:22 +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