modify application lifecycle. 21/34421/8 accepted/tizen/tv/20150203.070845 submit/tizen_tv/20150203.055102
authorJiwoong Im <jiwoong.im@samsung.com>
Fri, 23 Jan 2015 06:20:02 +0000 (15:20 +0900)
committerJiwoong Im <jiwoong.im@samsung.com>
Mon, 2 Feb 2015 05:03:43 +0000 (14:03 +0900)
commit5ddc3215d875c08af2b5afd0ce71172e52251f87
tree3b5e8762071796cc1338d0fe0c697058d4a082ee
parenta9260984b6890b659ea8500287a5b01dc636c2f4
modify application lifecycle.

JIRA ticket : TC-2400

changes in app lifecycle
- While application launching, application enters running state through
  app_create cb -> app_control_cb -> app_resume_cb.
- If app_control request comes in paused state, app framework activates
  the applications’s window and calls the app_resume_cb.
- When application is terminated in running state, app framework calls
  app_paused_cb before calling app_terminate_cb.

remove source code which is related with _E_PARENT_BORDER_WINDOW property

Change-Id: I5274d6344ffaabe1f1e5f7db2a2d2dda9d27e10c
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
src/appcore-X.c
src/appcore-efl.c