platform/framework/web/crosswalk-tizen.git
6 years agoImplemented progressbar for web application 08/134808/2 tizen_3.0_tv submit/tizen_3.0_tv/20170620.055855
jaekuk, lee [Tue, 20 Jun 2017 05:42:52 +0000 (14:42 +0900)]
Implemented progressbar for web application

issue : http://suprem.sec.samsung.net/jira/browse/MPR-1117
        Hosted web app such as YouTube displays a white screen until the page finishes loading.

Modified WRT to display progressbar until the page finishes loading if progressbar-presence is enabled in config.xml.

Change-Id: I15211771a2a332331f0417bf432c8828eb8e4343
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
6 years agoChanged a string to a variable 84/134184/2
jaekuk, lee [Thu, 15 Jun 2017 06:41:28 +0000 (15:41 +0900)]
Changed a string to a variable

"fullscreen" => kViewmodeTypeFullscreen
"windowed"   => kViewmodeTypeWindowed

Change-Id: I11fb960c02fcff0616eeb435668f08eed5236c59
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoChanged the order of elm_exit() and elm_shutdown() submit/tizen_3.0_tv/20170419.052554
jaekuk, lee [Wed, 19 Apr 2017 05:03:07 +0000 (14:03 +0900)]
Changed the order of elm_exit() and elm_shutdown()

Change-Id: Id8699768ee55faa3da46c677675d5ece135457ba
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoInitialized constructor submit/tizen_3.0_tv/20170411.094510
jaekuk, lee [Tue, 11 Apr 2017 08:29:26 +0000 (17:29 +0900)]
Initialized constructor

Following members are initialized.
=> main_loop, session_counter

Change-Id: Ibbea601f7dd087eb01a498fca97199c1f253ef4a
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agofixup! fixup! Refactor call of terminator 03/112603/2 accepted/tizen/3.0/common/20170202.151217 accepted/tizen/3.0/ivi/20170202.085613 accepted/tizen/3.0/mobile/20170202.085528 accepted/tizen/3.0/tv/20170202.085544 accepted/tizen/3.0/wearable/20170202.085559 submit/tizen_3.0/20170202.025509 submit/tizen_3.0_tv/20170411.080847 submit/tizen_3.0_tv/20170411.081201
Youngcheol Kang [Thu, 2 Feb 2017 02:41:25 +0000 (11:41 +0900)]
fixup! fixup! Refactor call of terminator

This patch fixes the following build problem in original patch.

error : No package 'appcore-watch' found

Bug: http://suprem.sec.samsung.net/jira/browse/TWF-2906

Change-Id: I31ec4f3654f800944f2c3af8478f08d65c73d5fe
Signed-off-by: Youngcheol Kang <ychul.kang@samsung.com>
7 years agofixup! Refactor call of terminator 95/112595/1 submit/tizen_3.0/20170202.012915
Youngcheol Kang [Thu, 2 Feb 2017 01:17:27 +0000 (10:17 +0900)]
fixup! Refactor call of terminator

This patch fixes the following build problem in original patch.

error: watch_app_exit was not declared in this scope
       watch_app_exit();

Bug: http://suprem.sec.samsung.net/jira/browse/TWF-2906

Change-Id: Iaa9028fe0851a0fd8f93d29d779e92a1ef7a56e2
Signed-off-by: Youngcheol Kang <ychul.kang@samsung.com>
7 years agoApply session counter only for product tv 24/112124/3 submit/tizen_3.0/20170201.125229
Youngsoo Choi [Thu, 26 Jan 2017 06:32:15 +0000 (15:32 +0900)]
Apply session counter only for product tv

There hasn't been any issue on public profiles regarding session count.
So, the session counter is not needed for the public profiles.

Also this CL adds the codes for preventing white screen issue
during the termination of web application.

Bug: http://suprem.sec.samsung.net/jira/browse/TWF-2867

Change-Id: I2418669eb7000f57d56fdca27437a11e5d59d09b
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
Signed-off-by: Youngcheol Kang <ychul.kang@samsung.com>
7 years agoMerge "Implement notification onclick event" into tizen_3.0
Sungsik Han [Thu, 26 Jan 2017 06:35:07 +0000 (22:35 -0800)]
Merge "Implement notification onclick event" into tizen_3.0

7 years agoImplement notification onclick event 22/112122/1
Youngsoo Choi [Thu, 26 Jan 2017 06:21:07 +0000 (15:21 +0900)]
Implement notification onclick event

This CL enables notification onclick event.

Bug: http://suprem.sec.samsung.net/jira/browse/TWF-2866

Change-Id: Iecb07daaacea6d82abc2824cabcc9941c33f70d1
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
7 years agoWeb app is not launching in user binary 31/111031/3
Srinivasarao Javvadi [Thu, 19 Jan 2017 07:44:12 +0000 (13:14 +0530)]
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

7 years agoHide the window object during termination of webapp 81/110181/4
Youngcheol Kang [Fri, 13 Jan 2017 07:07:21 +0000 (16:07 +0900)]
Hide the window object during termination of webapp

This white screen is shown because the webview is deleted and
window object remains. This patch fixes this issue using
evas_object_hide() API for preventing the white screen issue
during the termination of web application.

Bug: http://suprem.sec.samsung.net/jira/browse/TWF-2790

Change-Id: Ie697d4285d957ccc830518e78d3135c3770801c2
Signed-off-by: Youngcheol Kang <ychul.kang@samsung.com>
7 years agoRefactor call of terminator 93/110793/5
Youngsoo Choi [Wed, 18 Jan 2017 05:29:29 +0000 (14:29 +0900)]
Refactor call of terminator

The terminator has been registered by Runtime.
It makes a dependency from WebApplication to Runtime and does not assure
the existence of the Runtime instance.

Bug: DF170116-01203
Url: http://suprem.sec.samsung.net/jira/browse/TWF-2805

Change-Id: I700bddab8fb392dca131ab5d3a913ed63e45b792
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
7 years agoPrevent duplicated call of |Terminate| 84/110584/6
Youngsoo Choi [Mon, 16 Jan 2017 03:51:12 +0000 (12:51 +0900)]
Prevent duplicated call of |Terminate|

There will be duplicated call of |Terminate| in following case.
When pressing back key multiple times,
h/w key events emit multiple |Terminate| as they are pressed.
The |Terminate| needs to be processed once.

Bug: http://suprem.sec.samsung.net/jira/browse/TWF-2801

Change-Id: I16745993d60df78c04e354352066a7db7181e303
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
7 years agoDo not create extended main loop for termination by |Terminate| 68/110768/2
Youngsoo Choi [Mon, 16 Jan 2017 03:51:12 +0000 (12:51 +0900)]
Do not create extended main loop for termination by |Terminate|

There are two types of termination sequences.

The first one is terminated by |Terminate| and another one is
terminated by |OnTerminate| triggered by application framework.

In case of termination by |OnTerminate|, app f/w emits elm_shutdown that
quits main loop so extended main loop is needed to finish termination sequence.

Btw, in case of termination by |Terminate|, app f/w does not interrupt current
main loop so it is stll alive and extended main loop is not needed.

This CL introduces not to create extended main loop for the termination
by |Terminate|.

Bug: http://suprem.sec.samsung.net/jira/browse/TWF-2804

Change-Id: I15147c9d07ec768bdb7f8acf92e18886ec2c100d
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
7 years agoAdd elementary APIs for running web app without wrt-loader 67/110567/1
Youngsoo Choi [Tue, 17 Jan 2017 05:07:27 +0000 (14:07 +0900)]
Add elementary APIs for running web app without wrt-loader

The |elm_init| and |elm_config_cache_flush_enabled_set| are missing
when launching web app without wrt-loader.

bug: http://suprem.sec.samsung.net/jira/browse/TWF-2800

Change-Id: I5effca0e67561b9ed1e900e6d5b86087143dfc81
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
7 years agoLocate ewk_view_page_close in extended main loop 88/110188/1
Youngsoo Choi [Thu, 12 Jan 2017 05:52:13 +0000 (14:52 +0900)]
Locate ewk_view_page_close in extended main loop

Sometimes, closing page callbkack is missing when the callback comes
between terminating main loop and creating extended main loop.
In that case, deadlock situation happens.
To avoid the issue, the ewk_view_page_close needs to be called
in extended main loop to assure receiving the callback.
Also, evas object needs to be deleted when it's valid.

Bug: http://suprem.sec.samsung.net/jira/browse/TWF-2782

Change-Id: I7a86121bc7c78225b54bb6fe22b934f62615a46d
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
7 years agoRemove unused varialbe is_on_terminate_called 51/109351/1
Youngsoo Choi [Tue, 10 Jan 2017 05:52:26 +0000 (14:52 +0900)]
Remove unused varialbe is_on_terminate_called

Since the termination sequence was unified using context session,
the variable is_on_terminate_called hasn't been used.

Bug: http://suprem.sec.samsung.net/jira/browse/TWF-2769

Change-Id: Ie30e501d1c9ed1934c9cea560922c69efe79b810
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
7 years agoAssure proper termination using context session 66/108966/5 accepted/tizen_3.0.m2_common accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_tv accepted/tizen_3.0.m2_wearable tizen_3.0.m2 accepted/tizen/3.0.m2/common/20170111.094130 accepted/tizen/3.0.m2/mobile/20170111.043120 accepted/tizen/3.0.m2/tv/20170111.043138 accepted/tizen/3.0.m2/wearable/20170111.043201 accepted/tizen/3.0/common/20170110.125811 accepted/tizen/3.0/ivi/20170110.044431 accepted/tizen/3.0/mobile/20170110.044338 accepted/tizen/3.0/tv/20170110.044355 accepted/tizen/3.0/wearable/20170110.044412 submit/tizen_3.0.m2/20170109.152207 submit/tizen_3.0.m2/20170111.004805 submit/tizen_3.0/20170109.151907
Youngsoo Choi [Wed, 4 Jan 2017 09:01:10 +0000 (18:01 +0900)]
Assure proper termination using context session

Current main loop quits when closing window callback is called.
Btw, it does not assure proper termination of changing watch face
because context session stops too early and callback can not be called
and then dead lock happens.

So, this CL extends the main loop until all the context sessions are finished
and covers following termination scenarios.

* h/w back key
* exit pop up menu
* exit command |pkgcmd -k|
* uninstall command |pkgcmd -u| while webapp runs
* changing watch face

Bug: http://suprem.sec.samsung.net/jira/browse/TWF-2765

Change-Id: I1767ef5f14e393ffc59668b0b9925d781abfd2f5
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
7 years agoPrevent duplicated eventcallback call 62/109262/2 submit/tizen_3.0.m2/20170109.135709 submit/tizen_3.0/20170109.135200
ws29.jung [Mon, 9 Jan 2017 12:23:32 +0000 (21:23 +0900)]
Prevent duplicated eventcallback call

Unexpectly, there is some case which calls same function twice.
To prevent these case, it is proper to set eventlistener to NULL
when webview is pop/erased from view stack.

Bug: http://suprem.sec.samsung.net/jira/browse/TSAM-12508

Change-Id: Ie1931bc9d20e3db0c3dde04f640b82e8b3fa17dc
Signed-off-by: ws29.jung <ws29.jung@samsung.com>
7 years agoDisable autotextsizing with 2.4 compatible app 59/109159/2
ws29.jung [Mon, 9 Jan 2017 05:25:07 +0000 (14:25 +0900)]
Disable autotextsizing with 2.4 compatible app

When app is launching, wrt check compatibiliy then
disable autotextsizing setting with 2.4 compatibl webapp
This patch is made to resolve different app appearance issue
between 2.4 and 3.0.

Bug: P161227-02523

Change-Id: Ib358d7aa0241a4fd462d362ce9a4f80f3477d4e9
Signed-off-by: ws29.jung <ws29.jung@samsung.com>
7 years agoMerge "Refactor for unifying fragmented termination sequences" into tizen_3.0 accepted/tizen/3.0/common/20170109.200433 accepted/tizen/3.0/ivi/20170109.074929 accepted/tizen/3.0/mobile/20170109.074828 accepted/tizen/3.0/tv/20170109.074850 accepted/tizen/3.0/wearable/20170109.074909 submit/tizen_3.0.m2/20170109.052537 submit/tizen_3.0/20170109.051017
Sungsik Han [Fri, 6 Jan 2017 07:42:42 +0000 (23:42 -0800)]
Merge "Refactor for unifying fragmented termination sequences" into tizen_3.0

7 years agoRefactor for unifying fragmented termination sequences 37/108437/7
Youngsoo Choi [Wed, 4 Jan 2017 09:01:10 +0000 (18:01 +0900)]
Refactor for unifying fragmented termination sequences

There have been fragmented termination sequences of following exit scenarios.
* h/w back key
* exit pop up menu
* exit command |pkgcmd -k|
* uninstall command |pkgcmd -u| while webapp runs

This CL makes those termination sequences go through a extended main loop.
Also, removing view stacks is only handled from closing window callback and
then the extended main loop quits to terminate webapp.

The extneded main loop provides enough time for termination of renderer thread
and prevents dead lock.

Bug: http://suprem.sec.samsung.net/jira/browse/TWF-2765

Change-Id: I0f6e8092bd092c07a841c6cab20be22c67fe4928
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
7 years agoMerge "Check web app's view mode when exiting fullscreen" into tizen_3.0
jaekuk lee [Thu, 5 Jan 2017 07:22:50 +0000 (23:22 -0800)]
Merge "Check web app's view mode when exiting fullscreen" into tizen_3.0

7 years agoMerge branch 'tizen_3.0' of ssh://review.tizen.org:29418/platform/framework/web/cross... accepted/tizen/3.0/ivi/20170105.232105 accepted/tizen/3.0/mobile/20170105.232011 accepted/tizen/3.0/tv/20170105.232029 accepted/tizen/3.0/wearable/20170105.232047 submit/tizen_3.0/20170105.044811
jaekuk, lee [Thu, 5 Jan 2017 04:44:40 +0000 (13:44 +0900)]
Merge branch 'tizen_3.0' of ssh://review.tizen.org:29418/platform/framework/web/crosswalk-tizen into tizen_30

7 years agoModify prefix and suffix checking the allowed domain 24/108524/3
jaekuk, lee [Thu, 5 Jan 2017 03:32:33 +0000 (12:32 +0900)]
Modify prefix and suffix checking the allowed domain

[P161229-05961]login page runs in browser

Change-Id: I960af6fd8254fcf071516f43f53f9650f0c357b2
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoMerge branch 'tizen_3.0' of ssh://review.tizen.org:29418/platform/framework/web/cross...
jaekuk, lee [Thu, 5 Jan 2017 04:41:07 +0000 (13:41 +0900)]
Merge branch 'tizen_3.0' of ssh://review.tizen.org:29418/platform/framework/web/crosswalk-tizen into tizen_30

7 years agoMerge "Fix Hardware Key action when popup is on" into tizen_3.0
jaekuk lee [Thu, 5 Jan 2017 04:40:49 +0000 (20:40 -0800)]
Merge "Fix Hardware Key action when popup is on" into tizen_3.0

7 years agoFix Hardware Key action when popup is on 45/108545/2
ws29.jung [Thu, 5 Jan 2017 04:22:04 +0000 (13:22 +0900)]
Fix Hardware Key action when popup is on

This patch fix hardware key handling when popup is shown.
Before this patch, hardware key handled in wrt before popup action is done
when key is repidly tabbed.
Now when popup is on, wrt will not trigger event.

Bug: http://suprem.sec.samsung.net/jira/browse/TSAM-12331

Change-Id: I7b620e4f4349e8c54849ee9d24a66c0ccbe062f7
Signed-off-by: ws29.jung <ws29.jung@samsung.com>
7 years agoMerge "Change UserMedia popup message" into tizen_3.0
Sungsik Han [Thu, 5 Jan 2017 04:18:38 +0000 (20:18 -0800)]
Merge "Change UserMedia popup message" into tizen_3.0

7 years agoMerge "Fix URI scheme parsing" into tizen_3.0
Sungsik Han [Thu, 5 Jan 2017 04:16:58 +0000 (20:16 -0800)]
Merge "Fix URI scheme parsing" into tizen_3.0

7 years agoFix URI scheme parsing 41/108541/2
Youngmin Yoo [Thu, 5 Jan 2017 03:58:18 +0000 (12:58 +0900)]
Fix URI scheme parsing

IP/Host on the internet
ex) http://user:password@www.tizen.org:8080/market/Item?12345
    url_ = http://user:password@www.tizen.org:8080/market/Item?12345
    scheme_ = http
    domain_ = www.tizen.org
    user_ = user
    password_ = password

Link : https://www.w3.org/Addressing/rfc1738.txt
Bug : P161229-04063
Bug : http://suprem.sec.samsung.net/jira/browse/TWF-2753

Change-Id: I71fbc95c5b71cd36c370c3ed34fe6d8176cb21a7
Signed-off-by: Youngmin Yoo <youngmin.yoo@samsung.com>
7 years agoMerge branch 'tizen_3.0' of ssh://review.tizen.org:29418/platform/framework/web/cross...
jaekuk, lee [Thu, 5 Jan 2017 03:37:16 +0000 (12:37 +0900)]
Merge branch 'tizen_3.0' of ssh://review.tizen.org:29418/platform/framework/web/crosswalk-tizen into tizen_30

7 years agoModify prefix and suffix checking the allowed domain 24/108524/1
jaekuk, lee [Thu, 5 Jan 2017 03:32:33 +0000 (12:32 +0900)]
Modify prefix and suffix checking the allowed domain

Change-Id: I960af6fd8254fcf071516f43f53f9650f0c357b2
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoAdd a api of tizen version when creating new web view and when receiving a event... 81/108281/3
jaekuk, lee [Wed, 4 Jan 2017 02:13:00 +0000 (11:13 +0900)]
Add a api of tizen version when creating new web view and when receiving a event of appcontrol.

Change-Id: Ica6df4f23e4a6637ae448e95080fcfb882add280
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoAdd a api of tizen version when creating new web view. 81/108281/2
jaekuk, lee [Wed, 4 Jan 2017 02:13:00 +0000 (11:13 +0900)]
Add a api of tizen version when creating new web view.

Change-Id: Ica6df4f23e4a6637ae448e95080fcfb882add280
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoCheck web app's view mode when exiting fullscreen 73/107873/2
Sanjana Venkatachalam [Fri, 30 Dec 2016 09:21:29 +0000 (14:51 +0530)]
Check web app's view mode when exiting fullscreen

[Issue#]   PLM P161223-02573
[Problem]  Indicator is visible when user exits fullscreen after watching a video in
           Hotstar web app even if viewmodes="fullscreen" is mentioned in config.xml
[Cause]    When exit fullscreen callback is received, indicator is shown even if viewmode
           of webapp is fullscreen
[Solution] Indicator is not shown if viewmode of webapp is fullscreen

[Verification]
        1) Build and install crosswalk-tizen rpm
        2) Launch Hotstar webapp and play any video
        3) Open fullscreen mode and exit fullscreen
        4) Indicator should not be visible

Change-Id: Ic7452d3da8f7e53ef4768b3f8ed619504fbc208e

7 years agoReply to javascript dialog when exiting by command |pkgcmd| 58/108058/5 accepted/tizen/3.0.m2/mobile/20170105.023704 accepted/tizen/3.0.m2/tv/20170105.024023 accepted/tizen/3.0.m2/wearable/20170105.024330 accepted/tizen/3.0/common/20170103.172759 accepted/tizen/3.0/ivi/20170103.154741 accepted/tizen/3.0/mobile/20170103.154652 accepted/tizen/3.0/tv/20170103.154709 accepted/tizen/3.0/wearable/20170103.154727 submit/tizen_3.0.m2/20170104.093752 submit/tizen_3.0/20170103.043100
Youngsoo Choi [Tue, 3 Jan 2017 04:10:51 +0000 (13:10 +0900)]
Reply to javascript dialog when exiting by command |pkgcmd|

There's an issue not to kill web app when javascript dialog is opened
even if the command |pkgcmd -k -n <pkgid>| is executed to kill the web app.
To prevent the issue, this CL replies to the dialog to close it
right before the termination.

Bug: TSAM-11809, TSAM-11813
Url: http://suprem.sec.samsung.net/jira/browse/TSAM-11809
Url: http://suprem.sec.samsung.net/jira/browse/TSAM-11813

Change-Id: I4757f45b3731d25cb57876f12c7b2e52b9f62af7
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
7 years agoRefactor ClosePageFromOnTerminate 95/108095/1
Youngsoo Choi [Mon, 2 Jan 2017 13:33:48 +0000 (22:33 +0900)]
Refactor ClosePageFromOnTerminate

The view stack needs to be handled in class WebApplication.

Bug: http://suprem.sec.samsung.net/jira/browse/TWF-2743

Change-Id: Ide43a3d254da9d1746b5235a97ed401aa24ea7b8
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
7 years agoChange UserMedia popup message 21/107621/3
Youngmin Yoo [Thu, 29 Dec 2016 02:01:33 +0000 (11:01 +0900)]
Change UserMedia popup message

3.0 UserMedia popup message has wrong mapping.

BUG : http://suprem.sec.samsung.net/jira/browse/TWF-2729

Change-Id: Id74ea20f780f00ac35123975f661715653c2fae3
Signed-off-by: Youngmin Yoo <youngmin.yoo@samsung.com>
7 years agoReply to javascript dialog before closing webview 13/107213/2 accepted/tizen/3.0/common/20161228.071743 accepted/tizen/3.0/ivi/20161228.022641 accepted/tizen/3.0/mobile/20161228.022543 accepted/tizen/3.0/tv/20161228.022612 accepted/tizen/3.0/wearable/20161228.022625 submit/tizen_3.0/20161227.152031
Youngcheol Kang [Tue, 27 Dec 2016 07:09:11 +0000 (16:09 +0900)]
Reply to javascript dialog before closing webview

In order to prevent crash/fress issue, this patch adds
the codes which call the ewk_view_javascript_alert_reply()
when internal popup was opened.

Bug: http://suprem.sec.samsung.net/jira/browse/TWF-2715

Change-Id: I029f0cbc4ffc5b8bb9cdf2dc35d40e0f69c9338f
Signed-off-by: Youngcheol Kang <ychul.kang@samsung.com>
7 years agoDefer main loop until window is completely closed 26/107126/9
Youngsoo Choi [Mon, 26 Dec 2016 15:23:50 +0000 (00:23 +0900)]
Defer main loop until window is completely closed

When uninstalling a webapp is performed while running the webapp,
there's no enough time for termination of render thread by |OnTerminate|.
In that case, the life-cycle of main loop needs to be guaranteed
until closing window callback is called.

So, this CL defers main loop until window is completely closed
and removes previously implemented timer for the termination.

Bug: TSAM-12072
Url: http://suprem.sec.samsung.net/jira/browse/TSAM-12072

Change-Id: I095d522f70d1c1759d07f697a179986fea7ebab5
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
7 years agoMerge "Improve privilege checker." into tizen_3.0
Sungsik Han [Tue, 27 Dec 2016 08:59:29 +0000 (00:59 -0800)]
Merge "Improve privilege checker." into tizen_3.0

7 years agoImprove privilege checker. 73/106573/16
Youngmin Yoo [Thu, 22 Dec 2016 05:15:49 +0000 (14:15 +0900)]
Improve privilege checker.

Privilege check:
- given default privilege when application installed.
- added privilege in config.xml by Application developer.

Bug: P161214-04760
Bug: http://suprem.sec.samsung.net/jira/browse/TWF-2681

Change-Id: Ic21058964aa98ca26460b6717dca063aaf406043
Signed-off-by: Youngmin Yoo <youngmin.yoo@samsung.com>
7 years agoApply the suspend before closing webview 99/107199/1
Youngcheol Kang [Tue, 27 Dec 2016 06:15:41 +0000 (15:15 +0900)]
Apply the suspend before closing webview

In order to prevent crash/freeze issue, the webview should be
suspended before closing.

Bug: http://suprem.sec.samsung.net/jira/browse/TWF-2711

Change-Id: I0e69d0ccc12c41eae58b5989aeca317babcee780
Signed-off-by: Youngcheol Kang <ychul.kang@samsung.com>
7 years agofixup! Support the orientation lock for Tizen 2.4 compatibility. 51/107051/2
Youngmin Yoo [Mon, 26 Dec 2016 08:30:48 +0000 (17:30 +0900)]
fixup! Support the orientation lock for Tizen 2.4 compatibility.

This patch fixes parsed tizen verion.

Change-Id: If1b2ba0b78a76f0eee0b6e896c1e705e26f5cf68
Signed-off-by: Youngmin Yoo <youngmin.yoo@samsung.com>
7 years agoMerge "Support the orientation lock for Tizen 2.4 compatibility." into tizen_3.0
Sungsik Han [Mon, 26 Dec 2016 07:29:05 +0000 (23:29 -0800)]
Merge "Support the orientation lock for Tizen 2.4 compatibility." into tizen_3.0

7 years agoSupport the orientation lock for Tizen 2.4 compatibility. 23/106523/10
Youngmin Yoo [Thu, 22 Dec 2016 04:29:37 +0000 (13:29 +0900)]
Support the orientation lock for Tizen 2.4 compatibility.

In Tizen 2.4 WebKit locking screen orientation was possible with WebAPI
screen.lockOrientation(). This WebAPI was deprecated and replaced with
screen.orientation.lock(). But for compatibility case Web Engine needs to support
old API.
So WRT also need to support the orientation lock for backward compatibility.

Releted web engine patch:
https://review.tizen.org/gerrit/#/c/106159/
https://review.tizen.org/gerrit/#/c/105156/

Bug : http://suprem.sec.samsung.net/jira/browse/TWF-2640
Bug : http://suprem.sec.samsung.net/jira/browse/TWF-2698

Change-Id: I4542929c731a4c5218cfccba3592562720d21e89
Signed-off-by: Youngmin Yoo <youngmin.yoo@samsung.com>
7 years agoMerge "Fix the terminate routine to avoid deadlock in ewk_shutdown" into tizen_3.0 accepted/tizen/3.0/common/20161227.101621 accepted/tizen/3.0/ivi/20161226.030712 accepted/tizen/3.0/mobile/20161226.030500 accepted/tizen/3.0/tv/20161226.030538 accepted/tizen/3.0/wearable/20161226.030623 submit/tizen_3.0/20161225.190546 submit/tizen_3.0/20161226.003302
Sungsik Han [Mon, 26 Dec 2016 00:25:45 +0000 (16:25 -0800)]
Merge "Fix the terminate routine to avoid deadlock in ewk_shutdown" into tizen_3.0

7 years agofixup! Code refactoring about checking the EventListener of WebView class 41/106841/2 submit/tizen_3.0/20161223.075829
Youngcheol Kang [Fri, 23 Dec 2016 07:53:05 +0000 (16:53 +0900)]
fixup! Code refactoring about checking the EventListener of WebView class

This patch fixes the -fpermissive error about return-statement.

Change-Id: Id845258c1ee328f2d98cce50e1cfc21aeb9ec2a5
Signed-off-by: Youngcheol Kang <ychul.kang@samsung.com>
7 years agoModify not to do symlink when upgrading wrt 66/106766/1 submit/tizen_3.0/20161223.025538 submit/tizen_3.0/20161223.073649
jaekuk, lee [Fri, 23 Dec 2016 02:38:02 +0000 (11:38 +0900)]
Modify not to do symlink when upgrading wrt

Change-Id: I65bd183b3dff314b2fa5212fd2a166c7ebbeca6f
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agofixup! Apply mime_override_callback for specific mimetype 53/106753/1
Youngcheol Kang [Wed, 21 Dec 2016 11:31:11 +0000 (20:31 +0900)]
fixup! Apply mime_override_callback for specific mimetype

When the mime is empty, the callback should be released to prevent
the crash issue.

Bug: http://suprem.sec.samsung.net/jira/browse/TSAM-11333

Change-Id: Iaec07731e0c4a092cce161f3d39dc4bac18c2d22
Signed-off-by: Youngcheol Kang <ychul.kang@samsung.com>
7 years agoFix the terminate routine to avoid deadlock in ewk_shutdown 41/106741/3
Youngcheol Kang [Thu, 22 Dec 2016 16:12:55 +0000 (01:12 +0900)]
Fix the terminate routine to avoid deadlock in ewk_shutdown

If ewk_shutdown is called when renderer thread works,
the deadlock happens while exiting the web application.

In order to prevent this deadlock problem, crosswalk don't
terminate the web application directly, it terminate
the web application using ewk_view_page_close API.

By using ewk_view_page_close API, crosswalk can receive
the callback that renderer thread was terminated.
After then crosswalk call the ewk_shutdown.

Bug: http://suprem.sec.samsung.net/jira/browse/TSAM-11982

Change-Id: I0d6279be0a03835ab58e2bf21443dcbba286f823
Signed-off-by: Youngcheol Kang <ychul.kang@samsung.com>
7 years agoMerge "Code refactoring about checking the EventListener of WebView class" into tizen_3.0
jaekuk lee [Wed, 21 Dec 2016 07:57:19 +0000 (23:57 -0800)]
Merge "Code refactoring about checking the EventListener of WebView class" into tizen_3.0

7 years agoChange the location of BackKeyEvent 71/105971/1 accepted/tizen/3.0/common/20161221.181126 accepted/tizen/3.0/ivi/20161221.010548 accepted/tizen/3.0/mobile/20161221.010833 accepted/tizen/3.0/tv/20161221.010443 accepted/tizen/3.0/wearable/20161221.010603 submit/tizen_3.0/20161220.064737
jaekuk, lee [Tue, 20 Dec 2016 06:38:10 +0000 (15:38 +0900)]
Change the location of BackKeyEvent

Change-Id: I4b49a1f991527f2ebf314fbef36c80d4665bb6fb
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoAdd ewk_settings_tizen_compatibility_mode_set API 80/105880/1 submit/tizen_3.0/20161220.022355
jaekuk, lee [Tue, 20 Dec 2016 02:05:33 +0000 (11:05 +0900)]
Add ewk_settings_tizen_compatibility_mode_set API

Change-Id: I23b837c6ecb49c5033e8945f8d92991a37b7eaf0
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoHandle back-key behavior when viewmode is 'windowed' 01/105701/2 accepted/tizen/3.0/common/20161220.101433 accepted/tizen/3.0/ivi/20161220.011040 accepted/tizen/3.0/mobile/20161220.010946 accepted/tizen/3.0/tv/20161220.011004 accepted/tizen/3.0/wearable/20161220.011020 submit/tizen_3.0/20161219.103152
Youngcheol Kang [Mon, 19 Dec 2016 09:46:49 +0000 (18:46 +0900)]
Handle back-key behavior when viewmode is 'windowed'

The Webview should be navigated back in history if the viewmode is
'windowed' in config.xml.

This patch adds the codes for handling the back-key behavior when
viewmode is 'windowed' for backward compatibility with Tizen 2.x.

Bug: P161214-06597

Change-Id: I83dff6c297cbc2baa82fdd19a49b1f89a433710e
Signed-off-by: Youngcheol Kang <ychul.kang@samsung.com>
7 years agoSetting custom timeout HTTP (Long polling) 25/105125/1 accepted/tizen/3.0/common/20161219.113538 accepted/tizen/3.0/ivi/20161219.012629 accepted/tizen/3.0/mobile/20161219.012535 accepted/tizen/3.0/tv/20161219.012557 accepted/tizen/3.0/wearable/20161219.012613 submit/tizen_3.0/20161216.083855
min7.choi [Thu, 15 Dec 2016 12:28:06 +0000 (21:28 +0900)]
Setting custom timeout HTTP (Long polling)

Change-Id: I37282aa22b62a1f83cbcf19bfd1bad46255ea2ca
Signed-off-by: min7.choi <min7.choi@samsung.com>
7 years agoShow window after launch for remote URL 17/105117/1 accepted/tizen/3.0/common/20161216.123828 accepted/tizen/3.0/ivi/20161216.020032 accepted/tizen/3.0/mobile/20161216.015935 accepted/tizen/3.0/tv/20161216.015953 accepted/tizen/3.0/wearable/20161216.020012 submit/tizen_3.0/20161215.120724
jaekuk, lee [Thu, 15 Dec 2016 12:03:48 +0000 (21:03 +0900)]
Show window after launch for remote URL

Change-Id: I7ab95b4f88c63c9dc1d1becfa9d07971a2b229c8
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoMerge "[HOTFIX] Delay main_loop shutdown to avoid deadlock" into tizen_3.0
Sungsik Han [Thu, 15 Dec 2016 11:58:17 +0000 (03:58 -0800)]
Merge "[HOTFIX] Delay main_loop shutdown to avoid deadlock" into tizen_3.0

7 years ago[HOTFIX] Delay main_loop shutdown to avoid deadlock 83/104983/5
ws29.jung [Thu, 15 Dec 2016 05:20:22 +0000 (14:20 +0900)]
[HOTFIX] Delay main_loop shutdown to avoid deadlock

When keyboard switches from Tizen Keyboard to WebApp Keyboard,
keyboard select button enables before WebApp keyboard is completely loaded.
In that time if keyboard switches back to Tizen Keyboard,
deadlock occurs between main_loop and Webview.
To avoid this deadlock, delay main_loop until webview load is finished

BUG: http://suprem.sec.samsung.net/jira/browse/TSAM-11361

Change-Id: I469bea8ff1b3dc3bbb69a37f0fe6114f30b8d855
Signed-off-by: ws29.jung <ws29.jung@samsung.com>
7 years agoRevert "Show window after launch for remote URL" 77/105077/1
jaekuk lee [Thu, 15 Dec 2016 09:46:59 +0000 (01:46 -0800)]
Revert "Show window after launch for remote URL"

This reverts commit 31dc726d6753f186c4e815335e8d08edd1f901b7.

Change-Id: Icb8cd8b26c44ae53403ae2ad894eea90ead7851c

7 years agoShow window after launch for remote URL 58/105058/1 submit/tizen_3.0/20161215.082844
jaekuk, lee [Thu, 15 Dec 2016 08:25:39 +0000 (17:25 +0900)]
Show window after launch for remote URL

Change-Id: I05af606e60fdafc3f109da953e266301c61cb5ad
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoupgrade script numbering 16/104716/1 accepted/tizen/3.0/common/20161215.162717 accepted/tizen/3.0/ivi/20161215.043438 accepted/tizen/3.0/mobile/20161215.043413 accepted/tizen/3.0/tv/20161215.043425 accepted/tizen/3.0/wearable/20161215.043430 submit/tizen_3.0/20161214.071547
jaekuk, lee [Wed, 14 Dec 2016 07:04:05 +0000 (16:04 +0900)]
upgrade script numbering

Change-Id: I97109343caffcd74b93ebc0430278cbf50d7b2d6
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoCode refactoring about checking the EventListener of WebView class 60/104360/1
Youngcheol Kang [Tue, 13 Dec 2016 07:17:33 +0000 (16:17 +0900)]
Code refactoring about checking the EventListener of WebView class

This patch refactors the codes which related to checking the
EventListener of WebView class in WebViewImpl class.

It can prevent the crash issue which happens when EventListener
was destroyed.

Bug: http://suprem.sec.samsung.net/jira/browse/TWF-2633

Change-Id: Id8ad4823594bd18267c51fbe8ab2279f81e77b4b
Signed-off-by: Youngcheol Kang <ychul.kang@samsung.com>
7 years agoMerge "Fixed the crash when the app is terminated through h/w back-key" into tizen_3.0 accepted/tizen/3.0/common/20161213.164310 accepted/tizen/3.0/ivi/20161213.091359 accepted/tizen/3.0/mobile/20161213.091319 accepted/tizen/3.0/tv/20161213.091340 accepted/tizen/3.0/wearable/20161213.091347 submit/tizen_3.0/20161213.070517
jaekuk lee [Tue, 13 Dec 2016 07:00:52 +0000 (23:00 -0800)]
Merge "Fixed the crash when the app is terminated through h/w back-key" into tizen_3.0

7 years agoRemove option 'open link in current tab' on WebApp 48/104348/1
ws29.jung [Tue, 13 Dec 2016 06:54:08 +0000 (15:54 +0900)]
Remove option 'open link in current tab' on WebApp

'open link in current tab' is only for browser app

Change-Id: Id8fcc4c6c6f5d894a3501c175f1d7c26249b96d1
Signed-off-by: ws29.jung <ws29.jung@samsung.com>
7 years agoFixed the crash when the app is terminated through h/w back-key 23/104323/1
Youngcheol Kang [Tue, 13 Dec 2016 05:54:50 +0000 (14:54 +0900)]
Fixed the crash when the app is terminated through h/w back-key

The crash happens due to the callback which occur after destroying
WebApplication class. this patch adds the codes to prevent this
crash issue by checking the EventListener of WebView class.

Bug: http://suprem.sec.samsung.net/jira/browse/TSAM-11504

Change-Id: Ie27666ee604bf375bfc34a43e5e8f24eda758a22
Signed-off-by: Youngcheol Kang <ychul.kang@samsung.com>
7 years agoModify using a fullscreen in config.xml(viewmodes), indicator was not seen 00/103600/2 accepted/tizen/3.0/common/20161209.161124 accepted/tizen/3.0/ivi/20161209.104416 accepted/tizen/3.0/mobile/20161209.104320 accepted/tizen/3.0/tv/20161209.104340 accepted/tizen/3.0/wearable/20161209.104357 accepted/tizen/common/20170207.120651 accepted/tizen/ivi/20170208.103225 accepted/tizen/mobile/20170208.103207 accepted/tizen/tv/20170208.103215 accepted/tizen/unified/20170309.034910 accepted/tizen/wearable/20170208.103220 submit/tizen/20170207.103109 submit/tizen_3.0/20161209.030218 submit/tizen_unified/20170308.100411
min7.choi [Fri, 9 Dec 2016 02:14:36 +0000 (11:14 +0900)]
Modify using a fullscreen in config.xml(viewmodes), indicator was not seen

Change-Id: I44cb9df7d4831501820edd0afd1985754d8c7b1e
Signed-off-by: min7.choi <min7.choi@samsung.com>
7 years agoRevert "Fix screen_orientation issue in wearable profile" 73/103373/1 tizen_m53_beta accepted/tizen/3.0/common/20161208.153839 accepted/tizen/3.0/ivi/20161208.101200 accepted/tizen/3.0/mobile/20161208.101106 accepted/tizen/3.0/tv/20161208.101125 accepted/tizen/3.0/wearable/20161208.101144 submit/tizen_3.0/20161208.070118
jaekuk lee [Thu, 8 Dec 2016 06:58:47 +0000 (22:58 -0800)]
Revert "Fix screen_orientation issue in wearable profile"

This reverts commit ab32f24359aa9a52874231cf78c868793fff7c63.

Change-Id: I593553065734a91616d4544270eb8caef3095fae

7 years agoFix screen_orientation issue in wearable profile 71/103071/2 accepted/tizen/3.0/common/20161207.195554 accepted/tizen/3.0/ivi/20161207.135513 accepted/tizen/3.0/mobile/20161207.135431 accepted/tizen/3.0/tv/20161207.135306 accepted/tizen/3.0/wearable/20161207.135519 submit/tizen_3.0/20161207.072642
min7.choi [Wed, 7 Dec 2016 07:06:37 +0000 (16:06 +0900)]
Fix screen_orientation issue in wearable profile

Change-Id: I5459be72dc0984114f4b6dd2a3f56baae90063bf
Signed-off-by: min7.choi <min7.choi@samsung.com>
7 years agoMerge branch 'tizen_3.0' of ssh://review.tizen.org:29418/platform/framework/web/cross... accepted/tizen/3.0/common/20161130.065020 accepted/tizen/3.0/ivi/20161130.011920 accepted/tizen/3.0/mobile/20161130.011906 accepted/tizen/3.0/tv/20161130.011914 accepted/tizen/3.0/wearable/20161130.011917 submit/tizen_3.0/20161129.061444
jaekuk, lee [Tue, 29 Nov 2016 06:14:23 +0000 (15:14 +0900)]
Merge branch 'tizen_3.0' of ssh://review.tizen.org:29418/platform/framework/web/crosswalk-tizen into tizen_30

7 years agomodify to send backkey to web app on remote url. 29/100729/3
jaekuk, lee [Tue, 29 Nov 2016 05:25:13 +0000 (14:25 +0900)]
modify to send backkey to web app on remote url.

Change-Id: Ie570309671cc31036fb3ad2aa1065e6079850c4c
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agomodify to send the key to web app 29/100729/1
jaekuk, lee [Tue, 29 Nov 2016 05:25:13 +0000 (14:25 +0900)]
modify to send the key to web app

Change-Id: Ie570309671cc31036fb3ad2aa1065e6079850c4c
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoApply renaming of SplashScreenHandler 18/99618/3 accepted/tizen/3.0/common/20161124.182143 accepted/tizen/3.0/ivi/20161124.082833 accepted/tizen/3.0/mobile/20161124.082741 accepted/tizen/3.0/tv/20161124.082757 accepted/tizen/3.0/wearable/20161124.082818 submit/tizen_3.0/20161124.025838 submit/tizen_3.0/20161129.052440
jaekuk, lee [Wed, 23 Nov 2016 11:09:37 +0000 (20:09 +0900)]
Apply renaming of SplashScreenHandler

Author: JongHeonChoi <j-h.choi@samsung.com>
https://github.com/crosswalk-project/crosswalk-tizen/pull/138

Change-Id: Ie8dbcf0bdbdfd430deacdc7b94cfa7abfce443d7
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agolocalized_page has been modified not to use the localized path like current_page. 93/99093/1 accepted/tizen/3.0/common/20161122.195224 accepted/tizen/3.0/ivi/20161122.124312 accepted/tizen/3.0/mobile/20161122.124243 accepted/tizen/3.0/tv/20161122.124259 accepted/tizen/3.0/wearable/20161122.124309 accepted/tizen/common/20161122.192721 accepted/tizen/ivi/20161122.235630 accepted/tizen/mobile/20161122.235526 accepted/tizen/tv/20161122.235546 accepted/tizen/wearable/20161122.235609 submit/tizen/20161122.020806 submit/tizen_3.0/20161122.020037
jaekuk, lee [Tue, 22 Nov 2016 01:50:19 +0000 (10:50 +0900)]
localized_page has been modified not to use the localized path like current_page.

Change-Id: I4c966b5e8660ad5b6d898cd40e0feccaecc24a43
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoFix, When the language is changed, the window not to do the show and active 77/98977/2
min7.choi [Mon, 21 Nov 2016 09:30:17 +0000 (18:30 +0900)]
Fix, When the language is changed, the window not to do the show and active

Change-Id: I4534f5b13c48fbc916ee2c9ee8f3f92245f9e305
Signed-off-by: min7.choi <min7.choi@samsung.com>
7 years agoChange dummy object atspi role 88/96888/1
Marcin Niesluchowski [Thu, 10 Nov 2016 10:28:19 +0000 (11:28 +0100)]
Change dummy object atspi role

At point accessibility interface propagation stops on atspi with redundant
objects role. This disallows selection of webview accessibility elements, as
background which has that role is set to parent of ewk view.

Change background atspi role to filler.

This also reverts following change:
* c4c4caa Dummy button should be invisible to accessibility

Change-Id: I900651d7458e4b92fb1c89ace2a935d2d00eb2dd
Signed-off-by: Marcin Niesluchowski <m.niesluchow@samsung.com>
7 years agoAdd PATH variable to upgrade.sh 15/96115/1 accepted/tizen/3.0/common/20161114.082741 accepted/tizen/3.0/ivi/20161110.015644 accepted/tizen/3.0/mobile/20161110.015633 accepted/tizen/3.0/tv/20161110.015637 accepted/tizen/3.0/wearable/20161110.015641 accepted/tizen/common/20161108.131613 accepted/tizen/ivi/20161109.001959 accepted/tizen/mobile/20161109.001905 accepted/tizen/tv/20161109.001918 accepted/tizen/wearable/20161109.001941 submit/tizen/20161108.021557 submit/tizen_3.0/20161108.021513 submit/tizen_3.0_common/20161110.084657
jaekuk, lee [Tue, 8 Nov 2016 02:06:58 +0000 (11:06 +0900)]
Add PATH variable to upgrade.sh

Change-Id: Ie33ca01255af142c307e185e5e03df5207fc9c3d
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoDummy button should be invisible to accessibility 94/94494/1 accepted/tizen/3.0/ivi/20161103.045054 accepted/tizen/3.0/mobile/20161103.044955 accepted/tizen/3.0/tv/20161103.045014 accepted/tizen/3.0/wearable/20161103.045033 accepted/tizen/common/20161102.121842 accepted/tizen/ivi/20161102.073101 accepted/tizen/ivi/20161103.000522 accepted/tizen/ivi/20161103.230831 accepted/tizen/mobile/20161102.073006 accepted/tizen/mobile/20161103.000433 accepted/tizen/mobile/20161103.230734 accepted/tizen/tv/20161102.073027 accepted/tizen/tv/20161103.000452 accepted/tizen/tv/20161103.230748 accepted/tizen/wearable/20161102.073045 accepted/tizen/wearable/20161103.000507 accepted/tizen/wearable/20161103.230811 submit/tizen/20161102.015242 submit/tizen/20161102.132923 submit/tizen/20161103.015411 submit/tizen_3.0/20161103.015520
DongJun Kim [Mon, 31 Oct 2016 07:39:31 +0000 (16:39 +0900)]
Dummy button should be invisible to accessibility

Change dummy button accessible role to REDUNDANT_OBJECT and
dissable option of being highlighted.

Bug: http://suprem.sec.samsung.net/jira/browse/TWF-2381

Change-Id: I5e55048da697b3ad2fd039d1fd933e93fc385a1b
Signed-off-by: DongJun Kim <djmix.kim@samsung.com>
7 years agoMerge pull request #161 from JongHeonChoi/fx_uri_scheme accepted/tizen/common/20161031.121952 accepted/tizen/ivi/20161101.004914 accepted/tizen/mobile/20161101.004819 accepted/tizen/tv/20161101.004837 accepted/tizen/wearable/20161101.004854 submit/tizen/20161031.061313
wscho77 [Mon, 31 Oct 2016 06:00:16 +0000 (15:00 +0900)]
Merge pull request #161 from JongHeonChoi/fx_uri_scheme

Skip an asterisk in appcontrol uri data

7 years agoMerge pull request #160 from JongHeonChoi/add_build_flag
wscho77 [Mon, 31 Oct 2016 06:00:05 +0000 (15:00 +0900)]
Merge pull request #160 from JongHeonChoi/add_build_flag

Add the -export-dynamic flags to the link options for the main execut…

7 years agoMerge pull request #159 from JongHeonChoi/fx_indicator_mode
wscho77 [Mon, 31 Oct 2016 05:59:45 +0000 (14:59 +0900)]
Merge pull request #159 from JongHeonChoi/fx_indicator_mode

Fixed default indicator mode

7 years agoSkip an asterisk in appcontrol uri data
JongHeon Choi [Mon, 31 Oct 2016 04:54:35 +0000 (13:54 +0900)]
Skip an asterisk in appcontrol uri data

7 years agoAdd the -export-dynamic flags to the link options for the main executable
JongHeon Choi [Mon, 31 Oct 2016 04:09:32 +0000 (13:09 +0900)]
Add the -export-dynamic flags to the link options for the main executable

7 years agoFixed default indicator mode
JongHeon Choi [Wed, 19 Oct 2016 01:17:49 +0000 (10:17 +0900)]
Fixed default indicator mode

7 years agoMerge pull request #158 from JongHeonChoi/add_ewk_form accepted/tizen/3.0/ivi/20161028.151224 accepted/tizen/3.0/mobile/20161028.143107 accepted/tizen/3.0/tv/20161028.143428 accepted/tizen/3.0/wearable/20161028.150803 accepted/tizen/common/20161018.175156 accepted/tizen/ivi/20161018.091745 accepted/tizen/mobile/20161018.091653 accepted/tizen/tv/20161018.091706 accepted/tizen/wearable/20161018.091725 submit/tizen/20161018.044458 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.092423 submit/tizen_3.0_common/20161104.104000
wscho77 [Tue, 18 Oct 2016 04:31:08 +0000 (13:31 +0900)]
Merge pull request #158 from JongHeonChoi/add_ewk_form

ewk_settings_form APIs is not declare in wearable profile

7 years agoewk_settings_form APIs is not declare in wearable profile
JongHeon Choi [Tue, 18 Oct 2016 04:29:32 +0000 (13:29 +0900)]
ewk_settings_form APIs is not declare in wearable profile

7 years agoMerge pull request #157 from JongHeonChoi/rm_white_space accepted/tizen/common/20161017.170220 submit/tizen/20161017.041007
wscho77 [Mon, 17 Oct 2016 04:07:57 +0000 (13:07 +0900)]
Merge pull request #157 from JongHeonChoi/rm_white_space

Remove white space

7 years agoMerge pull request #156 from JongHeonChoi/add_ewk_form
wscho77 [Mon, 17 Oct 2016 04:07:34 +0000 (13:07 +0900)]
Merge pull request #156 from JongHeonChoi/add_ewk_form

Add ewk_setting_form api for display the options of the data list

7 years agoRemove white space
JongHeon Choi [Thu, 13 Oct 2016 11:09:50 +0000 (20:09 +0900)]
Remove white space

7 years agoAdd ewk_setting_form api for display the options of the data list
JongHeon Choi [Thu, 13 Oct 2016 02:04:22 +0000 (11:04 +0900)]
Add ewk_setting_form api for display the options of the data list

7 years agoMerge pull request #155 from JongHeonChoi/fx_chromium_header accepted/tizen/common/20161012.154255 accepted/tizen/ivi/20161012.065534 accepted/tizen/mobile/20161012.065449 accepted/tizen/tv/20161012.065503 accepted/tizen/wearable/20161012.065519 submit/tizen/20161012.022758
WonYoung Choi [Wed, 12 Oct 2016 02:26:10 +0000 (11:26 +0900)]
Merge pull request #155 from JongHeonChoi/fx_chromium_header

Change the chromium header from ewk_chromium.h to EWebKit.h/Ewebkit_i…

7 years agoChange the chromium header from ewk_chromium.h to EWebKit.h/Ewebkit_internal.h
JongHeon Choi [Mon, 10 Oct 2016 07:12:46 +0000 (16:12 +0900)]
Change the chromium header from ewk_chromium.h to EWebKit.h/Ewebkit_internal.h

7 years agoMerge pull request #152 from JongHeonChoi/fx_landscape_mode accepted/tizen/3.0/ivi/20161011.043753 accepted/tizen/3.0/mobile/20161015.032653 accepted/tizen/3.0/tv/20161016.003922 accepted/tizen/3.0/wearable/20161015.081831 accepted/tizen/common/20160930.174945 accepted/tizen/ivi/20160930.083923 accepted/tizen/mobile/20160930.084622 accepted/tizen/tv/20160930.085044 accepted/tizen/wearable/20160930.085010 submit/tizen/20160930.073016 submit/tizen_3.0_ivi/20161010.000001 submit/tizen_3.0_mobile/20161015.000001 submit/tizen_3.0_tv/20161015.000001 submit/tizen_3.0_wearable/20161015.000001
wscho77 [Fri, 30 Sep 2016 07:28:54 +0000 (16:28 +0900)]
Merge pull request #152 from JongHeonChoi/fx_landscape_mode

Rotate window for landscape mode mobile only

7 years agoRotate window for landscape mode mobile only
JongHeon Choi [Fri, 30 Sep 2016 07:27:30 +0000 (16:27 +0900)]
Rotate window for landscape mode mobile only

7 years agoMerge pull request #151 from JongHeonChoi/fx_loader_option
wscho77 [Fri, 30 Sep 2016 07:00:33 +0000 (16:00 +0900)]
Merge pull request #151 from JongHeonChoi/fx_loader_option

use RTLD_NOW option in the loader for launching time performance

7 years agouse RTLD_NOW option in the loader for launching time performance
Cho Woong Suk [Thu, 28 Jul 2016 11:11:46 +0000 (20:11 +0900)]
use RTLD_NOW option in the loader for launching time performance

Change-Id: Ie6b322160007e3f798fa1a8ab23c7564f6adf539

7 years agoMerge pull request #150 from JongHeonChoi/fx_appcontrol_reset submit/tizen/20160930.041630
wscho77 [Fri, 30 Sep 2016 04:15:13 +0000 (13:15 +0900)]
Merge pull request #150 from JongHeonChoi/fx_appcontrol_reset

Resume web app not reset for main operation.

7 years agoResume web app not reset for main operation.
JongHeon Choi [Fri, 30 Sep 2016 04:08:24 +0000 (13:08 +0900)]
Resume web app not reset for main operation.

7 years agoMerge pull request #149 from JongHeonChoi/rm_dummy_object accepted/tizen/common/20160929.163414 accepted/tizen/ivi/20160929.233810 accepted/tizen/mobile/20160929.233807 accepted/tizen/tv/20160929.233755 accepted/tizen/wearable/20160929.233804 submit/tizen/20160929.065604
wscho77 [Thu, 29 Sep 2016 06:50:30 +0000 (15:50 +0900)]
Merge pull request #149 from JongHeonChoi/rm_dummy_object

Revert "Remove dummy object which is used for focus issue."