platform/framework/web/wrtjs.git
5 years agoMerge "Enable nodeIntegration depending on the availability of Addons" into tizen accepted/tizen/unified/20190412.124737 submit/tizen/20190412.025133
SangYong Park [Fri, 12 Apr 2019 00:44:21 +0000 (00:44 +0000)]
Merge "Enable nodeIntegration depending on the availability of Addons" into tizen

5 years agoEnable nodeIntegration depending on the availability of Addons 80/202780/4
hyunduk.kim [Thu, 4 Apr 2019 06:16:26 +0000 (23:16 -0700)]
Enable nodeIntegration depending on the availability of Addons

  . Add a method 'isAddonAvailable' to check the availablity of Addons

  . Set nodeIntegration in WebPreferences as true when Addons are
    available. That will enable node binding in renderer.
    To do that, this patch should work together with commit [1].

  [1] https://review.tizen.org/gerrit/202237

Change-Id: Ibfef3b1b6dd32db899d0de75ca90f46e07800756
Signed-off-by: hyunduk.kim <hyunduk.kim@samsung.com>
5 years agoHandle Authentication Challenge 01/203001/3
surya.kumar7 [Mon, 8 Apr 2019 15:24:55 +0000 (20:54 +0530)]
Handle Authentication Challenge

Added support to gather and submit login info if server is
requesting for authentication for Tizen web apps

Depends on: https://review.tizen.org/gerrit/203000

Change-Id: I17ea4fefb7ece078bef1d6cf2499078e36122f79
Signed-off-by: surya.kumar7 <surya.kumar7@samsung.com>
5 years agoMerge "Add build scripts" into tizen
jaekuk lee [Thu, 11 Apr 2019 07:53:37 +0000 (07:53 +0000)]
Merge "Add build scripts" into tizen

5 years agoAdd build scripts 17/203217/3
Youngsoo Choi [Wed, 10 Apr 2019 02:12:58 +0000 (19:12 -0700)]
Add build scripts

This updates gbs.conf and adds build scripts.

* For public targets
$ ./tizen/build//build_standard_{ARCHITECTURE}.sh
$ ./tizen/build//build_emulator_{ARCHITECTURE}.sh

* For product tv target
$ ./tizen/build/build_tv.sh

* For product wearable target
$ tizen/build/build_wearable.sh

Change-Id: I0f59dfecc2db1a2ae44e76851cf72fdd4cf27378
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
5 years agoImplement Notification Permission callback 95/202895/7
surya.kumar7 [Fri, 5 Apr 2019 12:30:48 +0000 (18:00 +0530)]
Implement Notification Permission callback

When a website is requesting permission for notification,
conditionally a popup is shown to gain access from the
user; Also fixes tct-notification-w3c-tests partially

Depends on: https://review.tizen.org/gerrit/202894

Change-Id: I04775ed2025046f7a8f370b844103123981b8dce
Signed-off-by: surya.kumar7 <surya.kumar7@samsung.com>
5 years agoMerge "Handle Certificate error" into tizen
jaekuk lee [Wed, 10 Apr 2019 09:16:18 +0000 (09:16 +0000)]
Merge "Handle Certificate error" into tizen

5 years agoIgnore multiple ready-to-show event 37/203137/2
SangYong Park [Wed, 10 Apr 2019 06:19:22 +0000 (15:19 +0900)]
Ignore multiple ready-to-show event

ready-to-show event is occurred when web page is first rendered.
but, multiple ready-to-show event shows web page in preload mode.

Change-Id: I134f02fe1ce3acc31880c7e0c2d4c19abd233c1f
Signed-off-by: SangYong Park <sy302.park@samsung.com>
5 years agoHandle Certificate error 96/202996/3
surya.kumar7 [Mon, 8 Apr 2019 12:18:51 +0000 (17:48 +0530)]
Handle Certificate error

Modified the existing code to handle certificate error as per
electron's design

Depends on: https://review.tizen.org/gerrit/202994

Change-Id: Ic644227a300854859ceb2a4fc6e8657005cade4f
Signed-off-by: surya.kumar7 <surya.kumar7@samsung.com>
5 years agoMerge "Update gbs.conf" into tizen
SangYong Park [Thu, 4 Apr 2019 01:48:58 +0000 (01:48 +0000)]
Merge "Update gbs.conf" into tizen

5 years agofixup! Implement app control handler 87/201387/6
surya.kumar7 [Wed, 27 Mar 2019 09:44:35 +0000 (15:14 +0530)]
fixup! Implement app control handler

Modified certain code to prevent inadvertent app exit, wrong
sequence and fixed an undefined object

Change-Id: I190356693087650608d0bae356c8b95ce97d8a6d
Signed-off-by: surya.kumar7 <surya.kumar7@samsung.com>
5 years agoUpdate gbs.conf 76/202476/2
jaekuk, lee [Fri, 29 Mar 2019 04:31:13 +0000 (13:31 +0900)]
Update gbs.conf

add user ID and PW for spin account

Change-Id: I314fedeee008d61895d096fae086b20d11cd36d0
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
5 years agoUpdate gbs.conf 66/202466/1 submit/tizen/20190330.025313 submit/tizen/20190401.004411 submit/tizen/20190401.004427
jaekuk, lee [Fri, 29 Mar 2019 01:51:28 +0000 (01:51 +0000)]
Update gbs.conf

Change-Id: Ia6f9f45f47dbbc9941847b6f9e3202cb7ba94708
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
5 years agoMerge "Implement Inspector" into tizen submit/tizen/20190329.010456
jaekuk lee [Fri, 29 Mar 2019 01:04:53 +0000 (01:04 +0000)]
Merge "Implement Inspector" into tizen

5 years agoImplement Inspector 44/202044/8
jaekuk, lee [Fri, 22 Mar 2019 06:03:35 +0000 (15:03 +0900)]
Implement Inspector

Depends on: https://review.tizen.org/gerrit/201467

Change-Id: Ia0ea9c08cf1e6411e0105b2b1b12fc62e093a856
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
5 years agoMerge "[VD feature] Additional implementation of preloading preloaded widget suspend...
SangYong Park [Wed, 27 Mar 2019 05:55:45 +0000 (05:55 +0000)]
Merge "[VD feature] Additional implementation of preloading preloaded widget suspend. -------------------------------" into tizen

5 years ago[VD feature] Additional implementation of preloading 08/202308/1
YONGMAN SON [Wed, 27 Mar 2019 04:49:35 +0000 (13:49 +0900)]
[VD feature] Additional implementation of preloading
preloaded widget suspend.
-------------------------------

[VD feature] add preloading feature

http://wiki.vd.sec.samsung.net/x/Kr5iAw
WRTJS TCs -> 1.5

Change-Id: I2ddc1e37489ad06afe42335df0d02c70a0d5fe0e

5 years agoRevert "fixup! Implement app control handler" 92/202292/1
KwangHyuk Kim [Wed, 27 Mar 2019 01:20:43 +0000 (01:20 +0000)]
Revert "fixup! Implement app control handler"

This reverts commit ab48671261d6adb069b1ceddd67b9331a5e688e4.

Change-Id: I05eb2480d72e7ec66bd0e09ca780639138887fbc

5 years agofixup! Implement app control handler 10/201310/4
surya.kumar7 [Tue, 12 Mar 2019 08:52:07 +0000 (14:22 +0530)]
fixup! Implement app control handler

Modified certain code to prevent inadvertent app exit, wrong
sequence and fixed an undefined object

Change-Id: Iaf31edaadd803ccf45d7b9edfdb67f4cf4e9baee
Signed-off-by: surya.kumar7 <surya.kumar7@samsung.com>
5 years ago[VD feature] add preloading feature 45/202145/5
YONGMAN SON [Mon, 25 Mar 2019 07:49:21 +0000 (16:49 +0900)]
[VD feature] add preloading feature

http://wiki.vd.sec.samsung.net/x/Kr5iAw
WRTJS TCs -> 1.5

Change-Id: I929356b3f196c6476d4ee9199b1f80fb5e8729a8

5 years agoMerge "Fix electron app launching issue" into tizen
jaekuk lee [Wed, 20 Mar 2019 05:00:06 +0000 (05:00 +0000)]
Merge "Fix electron app launching issue" into tizen

5 years agoMerge "Handle SkipReload data sent via appcontrol on vd" into tizen
jaekuk lee [Wed, 20 Mar 2019 04:58:02 +0000 (04:58 +0000)]
Merge "Handle SkipReload data sent via appcontrol on vd" into tizen

5 years agoFix electron app launching issue 47/201647/1
SangYong Park [Mon, 18 Mar 2019 09:15:41 +0000 (18:15 +0900)]
Fix electron app launching issue

Set proper app and electron library path

Change-Id: I34e11c4c6152e8b47ff1c2517a4bcd9c49d763bd
Signed-off-by: SangYong Park <sy302.park@samsung.com>
5 years agoHandle SkipReload data sent via appcontrol on vd 98/201398/2
surya.kumar7 [Wed, 13 Mar 2019 12:24:59 +0000 (17:54 +0530)]
Handle SkipReload data sent via appcontrol on vd

On vd, platform sends a SkipReload data via appcontrol
to indicate app to merely resume and avoid reload. Added
support for handling that

Change-Id: Ibd2ddb6bae509f9619648c29dd15b7513846c605
Signed-off-by: surya.kumar7 <surya.kumar7@samsung.com>
5 years agoAdd multitasking support for vd apps 20/201220/4
surya.kumar7 [Mon, 11 Mar 2019 10:34:45 +0000 (16:04 +0530)]
Add multitasking support for vd apps

Apps should not quit on suspend only when multitasking support
is requested by the app. This is as per the following metadata's
requirement:
http://samsung.com/tv/metadata/multitasking.support

Depends on: https://review.tizen.org/gerrit/201095

Change-Id: I0e9a394720a8d3302b2c08d5b775b49dcf064f71

5 years agoRemove duplicate code 46/201146/1 accepted/tizen/unified/20190314.220526 submit/tizen/20190314.082855
min7.choi [Mon, 11 Mar 2019 01:41:31 +0000 (10:41 +0900)]
Remove duplicate code

Activated in "browser-window-created" event

Change-Id: If0aea9a670cb82121bda0eff0f479381fba0cc39
Signed-off-by: min7.choi <min7.choi@samsung.com>
5 years agoMerge "Implement app control handler" into tizen
jaekuk lee [Fri, 8 Mar 2019 06:19:12 +0000 (06:19 +0000)]
Merge "Implement app control handler" into tizen

5 years agoImplement app control handler 33/201033/1
SangYong Park [Thu, 7 Mar 2019 09:55:04 +0000 (18:55 +0900)]
Implement app control handler

Change-Id: Ieeba1a9a77fcdaaa2da168b5f04f495859aa5e64
Signed-off-by: SangYong Park <sy302.park@samsung.com>
5 years agoUpdate gbs.conf 53/200853/1
jaekuk, lee [Tue, 5 Mar 2019 05:54:55 +0000 (14:54 +0900)]
Update gbs.conf

Change-Id: I87e55a33042a5fc9f87f872357772928ead27270
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
5 years agoRevert "Remove redundant Window hide on suspend as it is handled by platform" 60/200460/1 accepted/tizen/unified/20190307.230853 submit/tizen/20190225.110932
SangYong Park [Mon, 25 Feb 2019 07:48:15 +0000 (16:48 +0900)]
Revert "Remove redundant Window hide on suspend as it is handled by platform"

This reverts commit 19f4f4582873db8c7b0067896dd0c8d31e3f23e4.

Change-Id: I01cdf798364fe286ba29a17a042e6744aecf9994
Signed-off-by: SangYong Park <sy302.park@samsung.com>
5 years agoSeparate wrtjs path from chromium-efl 57/200057/2 accepted/tizen/unified/20190221.084200 submit/tizen/20190219.225627
ws29.jung [Mon, 18 Feb 2019 12:12:36 +0000 (21:12 +0900)]
Separate wrtjs path from chromium-efl

As chromium-efl supports downloadable package, wrtjs cannot share
chromium-efl's path to install its own files.
To prevent wrtjs files removal during chromium-efl update,
now this package has its own file install path.

Change-Id: Ia536096e314450314e75cb086fd843f1fb5302f4
Signed-off-by: ws29.jung <ws29.jung@samsung.com>
5 years agoMerge "Fix crash issue by app-control" into tizen accepted/tizen/unified/20190214.060724 submit/tizen/20190213.122554
KwangHyuk Kim [Wed, 13 Feb 2019 06:33:13 +0000 (06:33 +0000)]
Merge "Fix crash issue by app-control" into tizen

5 years agoFix crash issue by app-control 49/199549/1
SangYong Park [Wed, 13 Feb 2019 02:31:06 +0000 (11:31 +0900)]
Fix crash issue by app-control

Currently reset web application when app-control event occurs after web application is created.
but, this is not correct behavior and sometimes crash is occured.
so ignore this case, and fix behavior after app-control event object is provided in app-control event.

Change-Id: Ife0c8b01dfa13ba99ea3bc405fd854a9db3e7610
Signed-off-by: SangYong Park <sy302.park@samsung.com>
5 years ago[WRTJS]Add cookie manager support. 90/199390/8 submit/tizen/20190212.110627 submit/tizen/20190213.003723
min7.choi [Mon, 11 Feb 2019 06:27:21 +0000 (15:27 +0900)]
[WRTJS]Add cookie manager support.

This patch requires below chromium patch
https://review.tizen.org/gerrit/198592/

Change-Id: If7821435a72710629835404ebd62dda0916d4d5c
Signed-off-by: min7.choi <min7.choi@samsung.com>
5 years agoRemove redundant Window hide on suspend as it is handled by platform 66/199166/6 accepted/tizen/unified/20190212.084110 submit/tizen/20190212.024052
surya.kumar7 [Wed, 6 Feb 2019 12:04:05 +0000 (17:34 +0530)]
Remove redundant Window hide on suspend as it is handled by platform

JSWRT need not explicitly call window.hide() during App loop's suspend
event as platform is directly responsible for that

Change-Id: I9f91fed65f373f5fbbab12588660a8d04bea3524
Signed-off-by: surya.kumar7 <surya.kumar7@samsung.com>
5 years agoAdd wrt-loader 26/199026/1 accepted/tizen/unified/20190207.120337 submit/tizen/20190201.051141
SangYong Park [Fri, 1 Feb 2019 01:43:06 +0000 (10:43 +0900)]
Add wrt-loader

wrt-loader is moved from chromium-efl

Change-Id: Ic78fab2bcab3d688217154ba546ae1b85d3aa48c
Signed-off-by: SangYong Park <sy302.park@samsung.com>
5 years agoChange resource file directory 87/198787/2 accepted/tizen/unified/20190130.101023 submit/tizen/20190130.020336
SangYong Park [Tue, 29 Jan 2019 12:57:09 +0000 (21:57 +0900)]
Change resource file directory

Change-Id: I548050d1545ead157d022af0cb0b6a5c7feb1318
Signed-off-by: SangYong Park <sy302.park@samsung.com>
5 years agoMerge branch 'tizen' of ssh://review.tizen.org:29418/platform/framework/web/wrtjs... submit/tizen/20190128.103152 submit/tizen/20190129.022255
jaekuk, lee [Mon, 28 Jan 2019 09:53:32 +0000 (18:53 +0900)]
Merge branch 'tizen' of ssh://review.tizen.org:29418/platform/framework/web/wrtjs into tizen_55

5 years ago[WRTjs]Add gbs.conf 22/198522/6
jaekuk, lee [Fri, 25 Jan 2019 06:42:43 +0000 (15:42 +0900)]
[WRTjs]Add gbs.conf

Change-Id: I3ffd19ec473f16e81a1385a44dd44d3ee7e233f9
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
5 years ago[release 0.3.2]tizen porting 22/198522/5
jaekuk, lee [Fri, 25 Jan 2019 06:42:43 +0000 (15:42 +0900)]
[release 0.3.2]tizen porting

Change-Id: I3ffd19ec473f16e81a1385a44dd44d3ee7e233f9
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
5 years ago[WRTjs]javascript based web runtime 57/196857/6 accepted/tizen/unified/20190128.061758 submit/tizen/20190124.105017
jaekuk, lee [Fri, 4 Jan 2019 05:12:10 +0000 (14:12 +0900)]
[WRTjs]javascript based web runtime

Create new project for javascript based web runtime
to replace the existing web runtime

Change-Id: Ib343edbcc76d25117b89074c9552cbe68fa9594a
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
5 years agoInitial empty repository master
Tizen Infrastructure [Fri, 4 Jan 2019 04:49:11 +0000 (04:49 +0000)]
Initial empty repository