From: Nibha Sharma Date: Mon, 23 Mar 2020 09:00:23 +0000 (+0530) Subject: [NonACR][TBT][TSIX-1684, TC removed for operation view browser as browser support... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F78%2F228478%2F2;p=test%2Ftct%2Fnative%2Fbehavior.git [NonACR][TBT][TSIX-1684, TC removed for operation view browser as browser support removed in latest 6.0 binary] Change-Id: I4b57f4eda76630755825897bf78737deae5272d5 Signed-off-by: Nibha Sharma --- diff --git a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk index 27b1c31..6f7fb85 100755 Binary files a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk and b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk differ diff --git a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk index 01d94d1..418437c 100755 Binary files a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk and b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk differ diff --git a/tbtcoreapp/inc/model/tbt-info.h b/tbtcoreapp/inc/model/tbt-info.h index 796e604..835801b 100644 --- a/tbtcoreapp/inc/model/tbt-info.h +++ b/tbtcoreapp/inc/model/tbt-info.h @@ -123,7 +123,7 @@ typedef enum { TBT_APP_PICK_VIEW_APP, TBT_APP_PICK_PICK_APP, - TBT_APP_PICK_VIEW_BR0WSER_APP, + //TBT_APP_PICK_VIEW_BR0WSER_APP, TBT_APP_PICK_VIEW_IMAGE_APP, TBT_APP_PICK_VIEW_SOUND_APP, TBT_APP_PICK_VIEW_VIDEO_APP, diff --git a/tbtcoreapp/src/model/tbt-list.c b/tbtcoreapp/src/model/tbt-list.c index 017ab10..2df96df 100644 --- a/tbtcoreapp/src/model/tbt-list.c +++ b/tbtcoreapp/src/model/tbt-list.c @@ -1130,7 +1130,7 @@ static tbt_info tbtapps[] = #endif #ifdef TBT_MODULE_APP - #ifdef TBT_MODULE_APP_PICK_VIEW_BR0WSER_APP +/* #ifdef TBT_MODULE_APP_PICK_VIEW_BR0WSER_APP //Operation Pick { @@ -1141,7 +1141,7 @@ static tbt_info tbtapps[] = .info = "Launch other application
in view mode", .result = 0 }, - #endif + #endif*/ #ifdef TBT_MODULE_APP_PICK_VIEW_IMAGE_APP //Operation Pick diff --git a/tbtcoreapp/src/view/tbt-genlist-view.c b/tbtcoreapp/src/view/tbt-genlist-view.c index 9acf697..284944f 100644 --- a/tbtcoreapp/src/view/tbt-genlist-view.c +++ b/tbtcoreapp/src/view/tbt-genlist-view.c @@ -940,9 +940,9 @@ static void _gl_item_selected_cb(void *data, Evas_Object *obj EINA_UNUSED, void #endif #ifdef TBT_MODULE_APP - case TBT_APP_PICK_VIEW_BR0WSER_APP: - pick_view_add(view->navi, info, it); - break; + //case TBT_APP_PICK_VIEW_BR0WSER_APP: + // pick_view_add(view->navi, info, it); + // break; case TBT_APP_PICK_VIEW_IMAGE_APP: pick_view_add(view->navi, info, it); break; diff --git a/tbtcoreapp/src/view/tbt-pick-view.c b/tbtcoreapp/src/view/tbt-pick-view.c index a1df779..ef3390e 100644 --- a/tbtcoreapp/src/view/tbt-pick-view.c +++ b/tbtcoreapp/src/view/tbt-pick-view.c @@ -468,8 +468,8 @@ static void _add_urls(pick_view *this) Elm_Object_Item* it; - if(this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_BR0WSER_APP || - this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_IMAGE_APP || +// if(this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_BR0WSER_APP || + if(this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_IMAGE_APP || this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_SOUND_APP || this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_VIDEO_APP) { @@ -652,8 +652,8 @@ static void _view(void *data, Evas_Object *obj, void *event_info) DBG("URI:%s",_view_it->uri); DBG("MIME:%s",_view_it->mime); - if(this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_BR0WSER_APP || - this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_IMAGE_APP || + //if(this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_BR0WSER_APP || + if(this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_IMAGE_APP || this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_SOUND_APP || this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_VIDEO_APP) { @@ -740,7 +740,7 @@ static Evas_Object *add_control_layout(pick_view *this, Evas_Object *parent) elm_table_pack(table, this->multiple_btn, 1, 0, 1, 1); } - else if(this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_BR0WSER_APP) +/* else if(this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_BR0WSER_APP) { #ifdef USE_GENLIST elm_genlist_clear(this->data_list); @@ -749,7 +749,7 @@ static Evas_Object *add_control_layout(pick_view *this, Evas_Object *parent) #endif _add_urls(this); ui_utils_label_set_text(this->label, "Operation View Browser:", "left"); - } + }*/ else if(this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_IMAGE_APP) { #ifdef USE_GENLIST