From 215e57a7479fe1e85aa2bcff3b809cbb4f0f0220 Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Mon, 30 Dec 2013 12:13:17 +0100 Subject: [PATCH] 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 --- src/plugins-ipc-message/ipc_message_support.h | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.7.4