From: Manuel Bachmann Date: Mon, 30 Dec 2013 11:13:17 +0000 (+0100) Subject: Implement a TIZEN_LAUNCH IPC call, so we can react to it X-Git-Tag: accepted/tizen/ivi/release/20140410.165005^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=215e57a7479fe1e85aa2bcff3b809cbb4f0f0220;p=platform%2Fframework%2Fweb%2Fwrt-plugins-common.git Implement a TIZEN_LAUNCH IPC call, so we can react to it from the WebView's side (to disable fullscreen and thus allow another application to raise e.g.). Fixes "tizen.application.launch()" does not bring already.. Bug-Tizen: https://bugs.tizen.org/jira/browse/TIVI-2143 Change-Id: I0e24f2be3936b6fd341e97abece2cb79dbad8170 Signed-off-by: Manuel Bachmann --- diff --git a/src/plugins-ipc-message/ipc_message_support.h b/src/plugins-ipc-message/ipc_message_support.h index b5463e9..2232139 100644 --- a/src/plugins-ipc-message/ipc_message_support.h +++ b/src/plugins-ipc-message/ipc_message_support.h @@ -37,6 +37,7 @@ static const char * const TIZEN_CHANGE_USERAGENT = "tizen://changeUA"; static const char * const TIZEN_DELETE_ALL_COOKIES = "tizen://deleteAllCookies"; static const char * const TIZEN_EXIT = "tizen://exit"; static const char * const TIZEN_HIDE = "tizen://hide"; +static const char * const TIZEN_LAUNCH = "tizen://launch"; class AsyncConnection {