[compatibility] Implemented window resize for non circular apps 87/169287/9 accepted/tizen/4.0/unified/20180214.060236 submit/tizen_4.0/20180213.085105 submit/tizen_4.0/20180213.101128
authorGuneet K <g.khosla@samsung.com>
Thu, 1 Feb 2018 13:38:51 +0000 (19:08 +0530)
committerMallikarjun Voleti <vm.arjun@samsung.com>
Tue, 13 Feb 2018 04:53:14 +0000 (04:53 +0000)
commit05630a9f230f1ea489209343489719f7957640d0
tree594cbecf52c7a4eb4a647f95edf3e47e3ba752ca
parent7d7034a40127f1f8731694950ec3ac7e32118612
[compatibility] Implemented window resize for non circular apps

Apps with 320x320 and square apps are not displayed properly.
View is truncated.

Resize the view to 320x320 so that maximum
possible view is displayed in visible area.
These kind of apps are identified by profile
tag.
              ---------------------------------------------
              | SlNo|  Profile     | Value    |  Display  |
              ---------------------------------------------
              |  1  | Not Present  | NA       |  320x320  |
              |  2  |  Present     | mobile   |  320x320  |
              |  3  |  Present     | NULL     |  320x320  |
              |  4  |  Present     | wearable |  360x360  |
              ---------------------------------------------

[Reference] http://slp-info.sec.samsung.net/gerrit/#/c/3119525/

Change-Id: I3b60cc73910b462becfa04e9112fe39f15203511
Signed-off-by: Guneet K <g.khosla@samsung.com>
Signed-off-by: deepti <d.saraswat@samsung.com>
12 files changed:
common/application_data.cc
common/application_data.h
common/platform_info.h
runtime/browser/native_window.cc
runtime/browser/native_window.h
runtime/browser/preload_manager.cc
runtime/browser/ui_runtime.cc
runtime/browser/watch_runtime.cc
runtime/browser/web_application.cc
runtime/browser/web_application.h
runtime/resources/xwalk_tizen.edc
runtime/runtime.gyp