platform/framework/web/crosswalk-tizen.git
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 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 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."

7 years agoRevert "Remove dummy object which is used for focus issue."
JongHeon Choi [Thu, 29 Sep 2016 06:44:48 +0000 (15:44 +0900)]
Revert "Remove dummy object which is used for focus issue."

This reverts commit 8f5bfb51d878fe37159235e6941207078921b5f1.

7 years agoMerge pull request #148 from JongHeonChoi/fx_hardware_key accepted/tizen/ivi/20160929.081858 accepted/tizen/mobile/20160929.081903 accepted/tizen/tv/20160929.081910 accepted/tizen/wearable/20160929.081851 submit/tizen/20160929.044127
wscho77 [Thu, 29 Sep 2016 04:36:07 +0000 (13:36 +0900)]
Merge pull request #148 from JongHeonChoi/fx_hardware_key

Modify hardware backkey event on remote URL

7 years agoModify hardware backkey event on remote URL
JongHeon Choi [Thu, 29 Sep 2016 04:30:01 +0000 (13:30 +0900)]
Modify hardware backkey event on remote URL

7 years agoMerge pull request #147 from JongHeonChoi/rm_unnecessary_code accepted/tizen/common/20160928.163640 accepted/tizen/ivi/20160928.050729 accepted/tizen/mobile/20160928.050637 accepted/tizen/tv/20160928.050653 accepted/tizen/wearable/20160928.050714 submit/tizen/20160928.020809
wscho77 [Tue, 27 Sep 2016 04:38:34 +0000 (13:38 +0900)]
Merge pull request #147 from JongHeonChoi/rm_unnecessary_code

Remove unnecessary codes

7 years agoRemove unnecessary codes
JongHeon Choi [Mon, 26 Sep 2016 10:09:27 +0000 (19:09 +0900)]
Remove unnecessary codes

7 years agoMerge pull request #146 from JongHeonChoi/wrt_upgrade_tool accepted/tizen/common/20160921.162446 accepted/tizen/ivi/20160921.081419 accepted/tizen/mobile/20160921.081440 accepted/tizen/tv/20160921.081414 accepted/tizen/wearable/20160921.081430 submit/tizen/20160921.042157
wscho77 [Wed, 21 Sep 2016 02:30:30 +0000 (11:30 +0900)]
Merge pull request #146 from JongHeonChoi/wrt_upgrade_tool

Implement WRT upgrade tool from 2.4 to 3.0

7 years agoImplement WRT upgrade tool from 2.4 to 3.0
Inhwan Lee [Mon, 12 Sep 2016 09:24:53 +0000 (18:24 +0900)]
Implement WRT upgrade tool from 2.4 to 3.0

Change-Id: I868723234fdaea7b6e7a55c57511a233b0e691ab

7 years agoMerge pull request #145 from JongHeonChoi/fx_context_menu
wscho77 [Wed, 21 Sep 2016 02:24:46 +0000 (11:24 +0900)]
Merge pull request #145 from JongHeonChoi/fx_context_menu

Remove 'Open Image' in context menu

7 years agoRemove 'Open Image' in context menu
JongHeon Choi [Wed, 21 Sep 2016 01:29:34 +0000 (10:29 +0900)]
Remove 'Open Image' in context menu

7 years agoMerge pull request #144 from JongHeonChoi/fx_build_warning accepted/tizen/common/20160907.154811 accepted/tizen/ivi/20160908.003703 accepted/tizen/mobile/20160908.003557 accepted/tizen/tv/20160908.003626 accepted/tizen/wearable/20160908.003649 submit/tizen/20160907.081351
wscho77 [Wed, 7 Sep 2016 08:03:28 +0000 (17:03 +0900)]
Merge pull request #144 from JongHeonChoi/fx_build_warning

Remove build warning

7 years agoRemove build warning
JongHeon Choi [Wed, 7 Sep 2016 08:02:25 +0000 (17:02 +0900)]
Remove build warning

7 years agoMerge pull request #143 from JongHeonChoi/rm_dummy_object
wscho77 [Wed, 7 Sep 2016 07:49:27 +0000 (16:49 +0900)]
Merge pull request #143 from JongHeonChoi/rm_dummy_object

Remove dummy object which is used for focus issue.

7 years agoRemove dummy object which is used for focus issue. 34/86734/4
DongJun Kim [Thu, 1 Sep 2016 09:35:41 +0000 (18:35 +0900)]
Remove dummy object which is used for focus issue.

Change-Id: I7cd77ed54e763b23a8785abf838a4c7ead822b27

7 years agoMerge pull request #142 from JongHeonChoi/fx_decrypt_size
wscho77 [Tue, 6 Sep 2016 01:00:58 +0000 (10:00 +0900)]
Merge pull request #142 from JongHeonChoi/fx_decrypt_size

Modify read buffer size from decrypt logic

7 years agoModify read buffer size from decrypt logic
JongHeon Choi [Mon, 5 Sep 2016 08:50:34 +0000 (17:50 +0900)]
Modify read buffer size from decrypt logic

Change-Id: I2771940c8969947b409ca8b460148526100cfd99

7 years agoMerge pull request #141 from JongHeonChoi/fx_execute_label
wscho77 [Tue, 6 Sep 2016 00:39:54 +0000 (09:39 +0900)]
Merge pull request #141 from JongHeonChoi/fx_execute_label

Add none exec_label in xwalk_runtime

7 years agoAdd none exec_label in xwalk_runtime
JongHeon Choi [Tue, 6 Sep 2016 00:38:59 +0000 (09:38 +0900)]
Add none exec_label in xwalk_runtime

7 years agoMerge pull request #139 from JongHeonChoi/rm_invalid_TODO
wscho77 [Tue, 6 Sep 2016 00:38:19 +0000 (09:38 +0900)]
Merge pull request #139 from JongHeonChoi/rm_invalid_TODO

Remove invalid TODO

7 years agoMerge pull request #136 from JongHeonChoi/fx_appdb_runtime
wscho77 [Tue, 6 Sep 2016 00:38:02 +0000 (09:38 +0900)]
Merge pull request #136 from JongHeonChoi/fx_appdb_runtime

Add background_support value in AppDB for runtime

7 years agoMerge pull request #135 from JongHeonChoi/fx_decrypt_logic
wscho77 [Tue, 6 Sep 2016 00:37:21 +0000 (09:37 +0900)]
Merge pull request #135 from JongHeonChoi/fx_decrypt_logic

File decryption method reading whole files into a dynamic stack buffer.

7 years agoFile decryption method reading whole files into a dynamic stack buffer.
JongHeon Choi [Thu, 11 Aug 2016 05:44:03 +0000 (14:44 +0900)]
File decryption method reading whole files into a dynamic stack buffer.

Related changes :
[wgt-backend] https://review.tizen.org/gerrit/#/c/81738/

Change-Id: I0f8747d08e867e44705b896151418621d6b4bf8e

7 years agoMerge pull request #134 from JongHeonChoi/fx_wae_api
wscho77 [Tue, 6 Sep 2016 00:33:23 +0000 (09:33 +0900)]
Merge pull request #134 from JongHeonChoi/fx_wae_api

Add uid parameter in wae_decrypt_web_application API

7 years agoMerge pull request #133 from JongHeonChoi/fx_User_exec
wscho77 [Tue, 6 Sep 2016 00:32:33 +0000 (09:32 +0900)]
Merge pull request #133 from JongHeonChoi/fx_User_exec

add User execute label for wrt-loader

7 years agoMerge pull request #132 from JongHeonChoi/fx_xwalk_capability
wscho77 [Tue, 6 Sep 2016 00:32:19 +0000 (09:32 +0900)]
Merge pull request #132 from JongHeonChoi/fx_xwalk_capability

Add cap_sys_admin and cap_setgid in wrt-loader

7 years agoMerge pull request #130 from JongHeonChoi/rm_log_path
wscho77 [Tue, 6 Sep 2016 00:21:16 +0000 (09:21 +0900)]
Merge pull request #130 from JongHeonChoi/rm_log_path

Remove full path log

7 years agoMerge pull request #124 from JongHeonChoi/fx_popup_size
wscho77 [Tue, 6 Sep 2016 00:21:02 +0000 (09:21 +0900)]
Merge pull request #124 from JongHeonChoi/fx_popup_size

Fixed authentication popup of circle

7 years agoFixed authentication popup of circle
JongHeon Choi [Tue, 6 Sep 2016 00:17:35 +0000 (09:17 +0900)]
Fixed authentication popup of circle

7 years agoRemove full path log
JongHeon Choi [Tue, 6 Sep 2016 00:15:21 +0000 (09:15 +0900)]
Remove full path log

7 years agoMerge pull request #129 from JongHeonChoi/fx_ewk_shutdown
wscho77 [Tue, 6 Sep 2016 00:10:54 +0000 (09:10 +0900)]
Merge pull request #129 from JongHeonChoi/fx_ewk_shutdown

Fx ewk shutdown

7 years agoMerge pull request #128 from JongHeonChoi/fx_popup_content
wscho77 [Tue, 6 Sep 2016 00:10:41 +0000 (09:10 +0900)]
Merge pull request #128 from JongHeonChoi/fx_popup_content

Fixed wrt popup

7 years agoMerge pull request #127 from tiwanek/splash_fix
wscho77 [Tue, 6 Sep 2016 00:10:24 +0000 (09:10 +0900)]
Merge pull request #127 from tiwanek/splash_fix

Fix getting orientation for splash screen

7 years agoMerge pull request #126 from JongHeonChoi/fx_bg_color
wscho77 [Tue, 6 Sep 2016 00:09:49 +0000 (09:09 +0900)]
Merge pull request #126 from JongHeonChoi/fx_bg_color

Set bg color to black for only watchface app

7 years agoAdd none exec_label in xwalk_runtime
JongHeon Choi [Mon, 5 Sep 2016 07:11:08 +0000 (16:11 +0900)]
Add none exec_label in xwalk_runtime

Change-Id: I25d7861b5219326d1ffb4daf49bea1c28fceb755

7 years agoRemove invalid TODO
JongHeon Choi [Wed, 31 Aug 2016 04:38:05 +0000 (13:38 +0900)]
Remove invalid TODO

Change-Id: I5c4384479f2372ac7f0787aab7c43626d92ed9e3

7 years agoAdd background_support value in AppDB for runtime
JongHeon Choi [Thu, 18 Aug 2016 07:36:45 +0000 (16:36 +0900)]
Add background_support value in AppDB for runtime

7 years agoAdd uid parameter in wae_decrypt_web_application API
JongHeon Choi [Fri, 29 Jul 2016 02:47:50 +0000 (11:47 +0900)]
Add uid parameter in wae_decrypt_web_application API