Add back-key exception during fullscreen by default video tag
authorJihoon Chung <jihoon.chung@samsaung.com>
Wed, 16 Oct 2013 05:48:09 +0000 (14:48 +0900)
committerSoo-Hyun Choi <sh9.choi@samsung.com>
Wed, 23 Oct 2013 14:37:32 +0000 (23:37 +0900)
commit3e7ca1dbd6ec3d0d07e3e667619424b89d6843be
tree3480a8dc13912966ca5e74da1352cf4ca1ee4882
parentb321d97f7da9bbad052b407a07edec8d08400ec1
Add back-key exception during fullscreen by default video tag

[Issue#]     LINUXWRT-1035
[Problem]    In case of fullscreen is enabled by default video tag, back-key works to exit fullscreen.
             However, "tizenhwkey" event also dispatch to application.
[Cause]      Missed to consider.
[Solution]   Move current implementation from wrt-client to view_logic for early return before dispatch "tizenhwkey" event.
[Verification] Install test application attached LINUXWRT-1035.
               Launch application -> change video to fullscreen.
               Select back-key -> Application not terminate
[SCMRequest] N/A

Conflicts:
src/view/webkit/view_logic.cpp
src/wrt-client/wrt-client.cpp

Change-Id: I4c8f510281216d95ca170db047f07aeb61b022ab
src/api_new/user_delegates.h
src/view/webkit/view_logic.cpp
src/view/webkit/view_logic.h
src/wrt-client/wrt-client.cpp
src/wrt-client/wrt-client.h