Revert "Removal of appending mobile specific flags to TV"
authorGrzegorz Czajkowski <g.czajkowski@samsung.com>
Fri, 27 Nov 2015 10:58:20 +0000 (19:58 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 07:55:23 +0000 (07:55 +0000)
commit8aa8532a9e405944e15d115cc05552e00d0994d4
tree91b015fffb3474a4b6fc7304a7549b9169769ca3
parent6fe1463e63946a97794da2d2cce54e7cfff3d6b8
Revert "Removal of appending mobile specific flags to TV"

This reverts commit c5c83cabfe40a882b1fcf6765243506640e0f414.

kUseMobileViewportStyle is not being passed to Renderer for Note4 resulting in
not collecting view port style which defines layout width (980px) for desktop
sites. Without it, desktop sites (google.com/wikipedia.org) have wrong layout.

Secondly, we shouldn't propagate deskotop's mobile flags to TIZEN builds at all.
Not just subset of them. If they are specific for some target they should be
controlled within command_line_efl.cc.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=14816
Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=15031

Reviewed by: a1.gomes, sns.park

Change-Id: If383ae25aea687899949318e55798f5a60aa88bc
Signed-off-by: Grzegorz Czajkowski <g.czajkowski@samsung.com>
tizen_src/ewk/ubrowser/main.cc