Web app is not launching in user binary 31/111031/3
authorSrinivasarao Javvadi <s.javvadi@samsung.com>
Thu, 19 Jan 2017 07:44:12 +0000 (13:14 +0530)
committerSrinivasarao Javvadi <s.javvadi@samsung.com>
Thu, 19 Jan 2017 11:09:36 +0000 (16:39 +0530)
commit25dd9a38d6f7f9464868846d0a17cd270f47b342
treeaf950f74f93c8290e77a0dd00700085e6979c810
parent915e46768613e6c1f1033b8e31efa73f343bee27
Web app is not launching in user binary

[Model] Pride Z250F
[BinType] AP
[Customer] N/A

[Issue#] P170109-05747
[Request] N/A
[Occurrence Version]

[Problem]  Window show & active are not being called
[Cause & Measure] Cause:  lang_changed_mode_ is not initialized
in WebApplication object which is created using overloaded WebApplication
constructor using Ewk_context.
During frame rendered callback, window show & active will not be called
upon language call back.
Measure: Initialize lang_changed_mode_ to false in WebApplication object
[Checking Method]
 Web application window should be shown on launching the app

[Team] Web Run Time
[Developer] Srinivasarao J
[Solution company] Samsung
[Change Type] N/A

Change-Id: I0eb5acb7cafcee695bf8c6735baa6b41c1f6a91d
runtime/browser/web_application.cc