platform/core/uifw/dali-extension.git
2 years agoDALi Version 2.0.36 40/261740/1 dali_2.0.36
Richard Huang [Fri, 23 Jul 2021 09:28:58 +0000 (10:28 +0100)]
DALi Version 2.0.36

Change-Id: I99ee422191a8d62ff3a430d692a5b81b7400ee91

2 years agoFix build break 94/261694/1
David Steele [Thu, 22 Jul 2021 15:55:15 +0000 (16:55 +0100)]
Fix build break

Change-Id: I188d4ae4643261bc7990f2cd1accb4b320948c58

2 years agoDisable video hole in WebEngine by default 05/261605/1
Jiyun Yang [Thu, 22 Jul 2021 03:46:35 +0000 (12:46 +0900)]
Disable video hole in WebEngine by default

Change-Id: Idb40c1cb2d4bd2bd0b1235647156b9a327a5b0e8
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
2 years agoMerge "Seperate RiveAnimationView package from dali-extension package" into devel...
Taehyub Kim [Thu, 22 Jul 2021 01:34:13 +0000 (01:34 +0000)]
Merge "Seperate RiveAnimationView package from dali-extension package" into devel/master

2 years agoMerge "Add ApplyCustomFragmentPrefix" into devel/master
Seungho BAEK [Wed, 21 Jul 2021 06:30:04 +0000 (06:30 +0000)]
Merge "Add ApplyCustomFragmentPrefix" into devel/master

2 years agoSeperate RiveAnimationView package from dali-extension package 87/261487/3
Taehyub Kim [Tue, 20 Jul 2021 04:27:31 +0000 (13:27 +0900)]
Seperate RiveAnimationView package from dali-extension package

To support the RiveAnimationView for TV profile, The RiveAnimationView package should be seperated from the main package.

Change-Id: Ie84b99c254b42fd7be2721a68b6919362cf50ad3

2 years agoMerge "Fix the issue that mouse wheel/right button does not respond." into devel...
JIYUN YANG [Mon, 19 Jul 2021 08:31:07 +0000 (08:31 +0000)]
Merge "Fix the issue that mouse wheel/right button does not respond." into devel/master

2 years agoUse the latest api of thorvg. 09/260509/2
Hermet Park [Mon, 28 Jun 2021 04:21:09 +0000 (13:21 +0900)]
Use the latest api of thorvg.

Change-Id: Ic95923d4eeacb96647dcdfcff5ac3971cd2aa8b6

2 years agoMerge "DALi Version 2.0.35" into devel/master
Adeel Kazmi [Fri, 16 Jul 2021 09:33:50 +0000 (09:33 +0000)]
Merge "DALi Version 2.0.35" into devel/master

2 years agoDALi Version 2.0.35 98/261398/1 dali_2.0.35
David Steele [Fri, 16 Jul 2021 09:29:22 +0000 (10:29 +0100)]
DALi Version 2.0.35

Change-Id: I079fce1d9436a198e0c04c61bfc72e54c1b26130

2 years agoMerge "TizenVectorImageRenderer: Remove unnecessary canvas clear" into devel/master
junsu choi [Fri, 16 Jul 2021 02:42:59 +0000 (02:42 +0000)]
Merge "TizenVectorImageRenderer: Remove unnecessary canvas clear" into devel/master

2 years agoFix the issue that mouse wheel/right button does not respond. 50/261150/2
huayong.xu [Mon, 12 Jul 2021 10:36:52 +0000 (18:36 +0800)]
Fix the issue that mouse wheel/right button does not respond.

Change-Id: I4cd0fdb446073b7eb4f8cb9a35a6e59846ce4f92

2 years agoTizenVectorImageRenderer: Remove unnecessary canvas clear 20/261320/1
JunsuChoi [Thu, 15 Jul 2021 08:17:29 +0000 (17:17 +0900)]
TizenVectorImageRenderer: Remove unnecessary canvas clear

Loaded paint should not be cleared because it is reused.

Change-Id: Ic7c3f333fd97bd879afa647f08563f1162f2c645

2 years agoReplace Signal with std::function. 04/260904/15
huayong.xu [Mon, 5 Jul 2021 11:17:26 +0000 (19:17 +0800)]
Replace Signal with std::function.

Originally Signal is used to notify webview when callback of web
engine is called. If Signal is called with a std::shared_ptr<X>,
lifecyle of object X would be managed by Signal only in
csharp-binder. So if Signal are destroyed, object X would be
destroyed too. This might cause some problem.
This patch is to replace Signal with std::fuction, and replace
std:shared_ptr with unique_ptr. Lifecycle of object X would not
be associated with that of Signal.

Change-Id: I0ea0e8bc8cd3c1077db176a3fc9fba9f236a488c

2 years agoMerge "Remove intercept request from chromium web engine plugin" into devel/master
JIYUN YANG [Mon, 12 Jul 2021 11:29:44 +0000 (11:29 +0000)]
Merge "Remove intercept request from chromium web engine plugin" into devel/master

2 years agoDALi Version 2.0.34 65/261065/1 dali_2.0.34
Adam Bialogonski [Fri, 9 Jul 2021 08:45:13 +0000 (09:45 +0100)]
DALi Version 2.0.34

Change-Id: I994b3b7967e9721dc4bf5650da4029d852ea85f8

2 years agotizen-vector-image-renderer: fix crash at multi-canvas rendering 17/260517/2
JunsuChoi [Mon, 28 Jun 2021 07:14:22 +0000 (16:14 +0900)]
tizen-vector-image-renderer: fix crash at multi-canvas rendering

tizen-vector-image-rendering(svg is running on worker thread,
it needs to use individual memory pool of tvg to prevent race-condition
among the canvases.

Change-Id: I305395dcd2dbcefa59e1525b5730e20d1b1de76e

2 years agoMerge "Add APIs for showing/hiding context menu." into devel/master
JIYUN YANG [Mon, 5 Jul 2021 09:33:56 +0000 (09:33 +0000)]
Merge "Add APIs for showing/hiding context menu." into devel/master

2 years agoMerge "RiveAnimationView: add more APIs for setting animation and modifying path...
Taehyub Kim [Mon, 5 Jul 2021 08:30:18 +0000 (08:30 +0000)]
Merge "RiveAnimationView: add more APIs for setting animation and modifying path and node properties." into devel/master

2 years agoRiveAnimationView: add more APIs for setting animation and modifying path and node... 51/260151/11
Taehyub Kim [Mon, 21 Jun 2021 09:07:12 +0000 (18:07 +0900)]
RiveAnimationView: add more APIs for setting animation and modifying path and node properties.

Change-Id: Iae9c03faa7214c514cd27b46eb296366ef3dca87

2 years agoAdd APIs for showing/hiding context menu. 44/260244/5
huayong.xu [Tue, 22 Jun 2021 10:26:43 +0000 (18:26 +0800)]
Add APIs for showing/hiding context menu.

1) Remove APIs for customizing context menu and selecting some menu
   item.
2) Rename some APIs in web context.
3) Fix some crashes when some ewk APIs return null string.

Change-Id: I0a39d63ef71dcc4d9dc48a326682ee4bd7554de2

2 years agoDALi Version 2.0.33 93/260793/1 dali_2.0.33
Adeel Kazmi [Fri, 2 Jul 2021 16:41:37 +0000 (17:41 +0100)]
DALi Version 2.0.33

Change-Id: I61b3e3ed9d4751a5f541c4f6ce28e01b6fef39c2

2 years agoRemove intercept request from chromium web engine plugin 22/260722/2
Jiyun Yang [Fri, 2 Jul 2021 00:03:44 +0000 (09:03 +0900)]
Remove intercept request from chromium web engine plugin

Intercept callback is called in other thread, so it must be handled in a special way.
Until then the corrent code need to be removed since it causes problem.

Change-Id: Icc221f4a7e9976ebf3aa3774bb1ae051a9c74b46
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
2 years agoAdd ApplyCustomFragmentPrefix 11/260411/3
seungho [Thu, 24 Jun 2021 07:14:46 +0000 (16:14 +0900)]
Add ApplyCustomFragmentPrefix

 - Apply suitable prefix for the native image fragment shader

Change-Id: I72ed947327e7d5b1443b8b06c6c758f7ab8c592f
Signed-off-by: seungho <sbsh.baek@samsung.com>
2 years agoMerge "DALi Version 2.0.32" into devel/master
Adeel Kazmi [Fri, 25 Jun 2021 10:58:06 +0000 (10:58 +0000)]
Merge "DALi Version 2.0.32" into devel/master

2 years agoDALi Version 2.0.32 86/260486/1 dali_2.0.32
Richard Huang [Fri, 25 Jun 2021 10:17:47 +0000 (11:17 +0100)]
DALi Version 2.0.32

Change-Id: Ia702c4ae1db81cba12f3faecf86caace0fd8c379

2 years agoMove rive animation implementation to internal/rive-animation-view 71/260071/2
Heeyong Song [Fri, 18 Jun 2021 05:59:10 +0000 (14:59 +0900)]
Move rive animation implementation to internal/rive-animation-view

Change-Id: I4dd9ae49d192e51406621364bafd2a113e43e271

2 years agoAdd RiveAnimationView 37/259837/4
Heeyong Song [Tue, 15 Jun 2021 16:13:12 +0000 (01:13 +0900)]
Add RiveAnimationView

Change-Id: Iee811b4e85a1b5e66c70a29d3247302f8ae27c55

2 years agoDALi Version 2.0.31 98/260098/1 dali_2.0.31
David Steele [Fri, 18 Jun 2021 10:38:19 +0000 (11:38 +0100)]
DALi Version 2.0.31

Change-Id: I7b5df53e40cdf66a227fe40533ac9625a0d67d46

2 years agoMerge "Revert "Revert "vector-image-renderer: fix crash at multi-canvas rendering...
Hermet Park [Wed, 16 Jun 2021 03:11:12 +0000 (03:11 +0000)]
Merge "Revert "Revert "vector-image-renderer: fix crash at multi-canvas rendering""" into devel/master

2 years agoDALi Version 2.0.30 31/259731/1 dali_2.0.30
Adeel Kazmi [Fri, 11 Jun 2021 10:36:13 +0000 (11:36 +0100)]
DALi Version 2.0.30

Change-Id: Ie61025ceed85fb93019e747fd3eb2d3f8d75f0ba

2 years agoFix svace issues on WebView 79/259579/1
Jiyun Yang [Thu, 10 Jun 2021 02:12:12 +0000 (11:12 +0900)]
Fix svace issues on WebView

Change-Id: Ied8a96564f4ef0c51c14cbb994abe876a1dae15d
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
2 years agoRevert "Revert "vector-image-renderer: fix crash at multi-canvas rendering"" 96/259496/1
Hermet Park [Wed, 9 Jun 2021 04:26:04 +0000 (13:26 +0900)]
Revert "Revert "vector-image-renderer: fix crash at multi-canvas rendering""

This reverts commit 771d5cfaa9ef3cf94675c3b629c957e7d73548ef.

Change-Id: Ib38e53795d245fa6ec93e0fa90ac545ee9d034e1

2 years agoRevert "Revert "Revert "vector-image-renderer: fix crash at multi-canvas rendering"""
Hermet Park [Wed, 9 Jun 2021 04:25:47 +0000 (13:25 +0900)]
Revert "Revert "Revert "vector-image-renderer: fix crash at multi-canvas rendering"""

This reverts commit fb2f65ad83f1d19ffd22f06e726348a5a4388619.

2 years agoRevert "Revert "vector-image-renderer: fix crash at multi-canvas rendering""
Hermet Park [Wed, 9 Jun 2021 04:24:31 +0000 (13:24 +0900)]
Revert "Revert "vector-image-renderer: fix crash at multi-canvas rendering""

This reverts commit 771d5cfaa9ef3cf94675c3b629c957e7d73548ef.

2 years agoRevert "vector-image-renderer: fix crash at multi-canvas rendering" 95/259495/1
Hermet Park [Wed, 9 Jun 2021 04:01:02 +0000 (13:01 +0900)]
Revert "vector-image-renderer: fix crash at multi-canvas rendering"

This reverts commit b44094cb38f3d43c58639eb26535015399f62a6c.

Yet thorvg package is not updated to the dali build server.

This patch will come again after resolving this.

Change-Id: I30b85475ff8ea6ea308c90dd3432cc4949b640a8

2 years agovector-image-renderer: fix crash at multi-canvas rendering 79/258179/2
Hermet Park [Wed, 12 May 2021 02:11:12 +0000 (11:11 +0900)]
vector-image-renderer: fix crash at multi-canvas rendering

dali vector animation rendering is running on worker-thread,
it needs to use individual memory pool of tvg to prevent race-condition
among the canvases.

Change-Id: Id1e8e3a864d0432e1a4ad12561726412c73ab8ff

2 years agoDALi Version 2.0.29 28/259328/1 dali_2.0.29
Adam Bialogonski [Fri, 4 Jun 2021 08:57:27 +0000 (09:57 +0100)]
DALi Version 2.0.29

Change-Id: I4064a8bc02804939bf3eb8112599e324af005b4a

2 years agoDALi Version 2.0.28 71/258971/1 dali_2.0.28
Richard Huang [Fri, 28 May 2021 09:51:42 +0000 (10:51 +0100)]
DALi Version 2.0.28

Change-Id: I51acec1da148e1b635c15a854173b3924962a028

3 years agoFix crash that some symbols are not found in webcontext. 69/258769/1
huayong.xu [Tue, 25 May 2021 09:57:21 +0000 (17:57 +0800)]
Fix crash that some symbols are not found in webcontext.

Originally eina_list.h / eina_hash.h are included, their apis
would be c++ style, it would cause crash.
In order to use c style, Eina.h must be included instead.

Change-Id: I147276846287ce11a634d1e7c73b77b6d134e5e6

3 years agoDALi Version 2.0.27 39/258639/1 dali_2.0.27
David Steele [Fri, 21 May 2021 09:18:06 +0000 (10:18 +0100)]
DALi Version 2.0.27

Change-Id: I836cf5537812e275152761d3eae2a50110def6fa

3 years agoDALi Version 2.0.26 89/258389/1 dali_2.0.26
Adam Bialogonski [Fri, 14 May 2021 10:21:38 +0000 (11:21 +0100)]
DALi Version 2.0.26

Change-Id: I8cc95a6b9032f7789eda67b5e944150cc0ca3ad4

3 years agoAdd handling TBM queue 57/245557/10
Daekwang Ryu [Mon, 25 Jan 2021 10:49:05 +0000 (19:49 +0900)]
Add handling TBM queue

NativeRenderSurface doesn't acquire a TBM surface from a TBM queue.
Scene has to acquire TBM surface by getting TBM queue from
NativeRenderSurface.

Change-Id: Ib9e32e4e18c2831a2ae6097d5410060ff2de7382

3 years agoMerge "DALi Version 2.0.25" into devel/master
Adeel Kazmi [Fri, 7 May 2021 11:23:18 +0000 (11:23 +0000)]
Merge "DALi Version 2.0.25" into devel/master

3 years agoDALi Version 2.0.25 99/257999/1 dali_2.0.25
Adeel Kazmi [Fri, 7 May 2021 10:34:54 +0000 (11:34 +0100)]
DALi Version 2.0.25

Change-Id: I981780e5ebbe95758d95c1548fe7acfa1bce1cd7

3 years agotizen-rive-animation-renderer: + null check for safety. 55/257955/1
Hermet Park [Fri, 7 May 2021 04:51:39 +0000 (13:51 +0900)]
tizen-rive-animation-renderer: + null check for safety.

fix dereferenced null pointer case.

Change-Id: I283ca89b9d44b1a3ab018639cfeadd80cd366fdb

3 years agoMerge "Rename functions, variables, etc related to policy decision." into devel/master
JIYUN YANG [Thu, 6 May 2021 06:48:50 +0000 (06:48 +0000)]
Merge "Rename functions, variables, etc related to policy decision." into devel/master

3 years agovector_animation_renderer: rive tizen build versioning 75/257775/2
Taehyub Kim [Fri, 30 Apr 2021 10:38:01 +0000 (19:38 +0900)]
vector_animation_renderer: rive tizen build versioning

Change-Id: I72e65cf27993a72bed6cfbdfbafa1062b0057f18

3 years agoDALi Version 2.0.24 59/257759/1 dali_2.0.24
Richard Huang [Fri, 30 Apr 2021 10:02:54 +0000 (11:02 +0100)]
DALi Version 2.0.24

Change-Id: I6ea3f7df459290fbe28a37e2a6c65d6271770d10

3 years agoRename functions, variables, etc related to policy decision. 50/257750/1
huayong.xu [Fri, 30 Apr 2021 07:44:07 +0000 (15:44 +0800)]
Rename functions, variables, etc related to policy decision.

Originally 'policy,newwindow,decide' is processed, it is not
expected. Actually 'policy,response,decide' need be processed.
This patch is to rename some functions, callbacks, variables, etc.

Change-Id: Ia0804542589ed10028a259f21f633142b4b276c7

3 years agoMerge "vector-animation-renderer: Implements rive animation" into devel/master
Taehyub Kim [Thu, 29 Apr 2021 08:59:20 +0000 (08:59 +0000)]
Merge "vector-animation-renderer: Implements rive animation" into devel/master

3 years agoMerge "vector-image-renderer: remove unnecessary reference counting." into devel...
Hermet Park [Thu, 29 Apr 2021 08:47:33 +0000 (08:47 +0000)]
Merge "vector-image-renderer: remove unnecessary reference counting." into devel/master

3 years agovector-animation-renderer: Implements rive animation 51/256451/22
Taehyub Kim [Fri, 2 Apr 2021 12:40:29 +0000 (21:40 +0900)]
vector-animation-renderer: Implements rive animation

Change-Id: I39b91824ee940f684e1735e119975b3140b50f34

3 years agoMerge "Add post processor" into devel/master
Seungho BAEK [Mon, 26 Apr 2021 05:21:56 +0000 (05:21 +0000)]
Merge "Add post processor" into devel/master

3 years agoDALi Version 2.0.23 95/257395/1 dali_2.0.23
Adeel Kazmi [Fri, 23 Apr 2021 08:29:50 +0000 (09:29 +0100)]
DALi Version 2.0.23

Change-Id: I26c9ef0279b7e5c04aef12e080555901dd84d6cc

3 years agoAdd post processor 58/256658/3
Seungho Baek [Thu, 8 Apr 2021 14:22:24 +0000 (23:22 +0900)]
Add post processor

Change-Id: I48e1fb946905bda79186c73ce879b524b061756a
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
3 years agoAdd APIs of webview context 79/256679/8
zhouleonlei [Fri, 9 Apr 2021 06:16:23 +0000 (14:16 +0800)]
Add APIs of webview context

ewk_context_cache_disabled_get
ewk_context_certificate_file_get
ewk_context_tizen_app_id_set
ewk_context_tizen_app_version_set
ewk_context_application_type_set
ewk_context_time_offset_set
ewk_context_timezone_offset_set
ewk_context_register_url_schemes_as_cors_enabled
ewk_context_register_jsplugin_mime_types
ewk_context_default_zoom_factor_set
ewk_context_default_zoom_factor_get
ewk_context_application_cache_delete_all
ewk_context_web_indexed_database_delete_all
ewk_context_form_password_data_list_free
ewk_context_form_password_data_delete_all
ewk_context_form_candidate_data_delete_all
ewk_context_proxy_uri_get
ewk_context_proxy_set
ewk_context_proxy_bypass_rule_get
ewk_context_notify_low_memory

Change-Id: Iacb3a86e3922adca6596ce294663701b33ffab02

3 years agoMerge "DALi Version 2.0.22" into devel/master
Adeel Kazmi [Fri, 16 Apr 2021 13:20:30 +0000 (13:20 +0000)]
Merge "DALi Version 2.0.22" into devel/master

3 years agoDALi Version 2.0.22 28/257028/1 dali_2.0.22
David Steele [Fri, 16 Apr 2021 13:03:15 +0000 (14:03 +0100)]
DALi Version 2.0.22

Change-Id: I532f3e348492fbef353f208aca2b1ddb935c820f

3 years agovector-image-renderer: remove unnecessary reference counting. 08/256908/1
Hermet Park [Wed, 14 Apr 2021 10:58:42 +0000 (19:58 +0900)]
vector-image-renderer: remove unnecessary reference counting.

tvg initializer counts the init numbers, caller doesn't need to handle it.

Change-Id: Id3579e7c54253d30d166915d113ba2b824436d9e

3 years agoAdd changesWatch for webview cookie 50/255350/7
zhouleonlei [Wed, 17 Mar 2021 08:07:35 +0000 (16:07 +0800)]
Add changesWatch for webview cookie

Change-Id: Ieb54a2144236ebc8ab0ea0c3beecf13961bf00d6

3 years agoMerge "Add the APIs of webview settings" into devel/master
JIYUN YANG [Fri, 9 Apr 2021 10:24:36 +0000 (10:24 +0000)]
Merge "Add the APIs of webview settings" into devel/master

3 years agoMerge "DALi Version 2.0.21" into devel/master
Adeel Kazmi [Fri, 9 Apr 2021 09:19:31 +0000 (09:19 +0000)]
Merge "DALi Version 2.0.21" into devel/master

3 years agoDALi Version 2.0.21 02/256702/1 dali_2.0.21
Adam Bialogonski [Fri, 9 Apr 2021 08:44:11 +0000 (09:44 +0100)]
DALi Version 2.0.21

Change-Id: I48781c32e6802f41e1dea89db8189def73dcc56c

3 years agoAdd APIs for hit test in web engine plugin. 58/254358/12
huayong.xu [Mon, 1 Mar 2021 10:23:32 +0000 (18:23 +0800)]
Add APIs for hit test in web engine plugin.

This patch is to add some APIs for hit test into web engine
plugin.

Change-Id: I4ae5851d58ea416ec5eb54f559cbd8bce2a2ebb2

3 years agoMerge "Add APIs of webview back forward list" into devel/master
JIYUN YANG [Fri, 9 Apr 2021 05:59:07 +0000 (05:59 +0000)]
Merge "Add APIs of webview back forward list" into devel/master

3 years agoAdd the APIs of webview settings 26/255226/6
zhouleonlei [Mon, 15 Mar 2021 09:17:38 +0000 (17:17 +0800)]
Add the APIs of webview settings

Change-Id: I60de057ea745cb152c00530f933a770355f3ae1e

3 years agoAdd APIs of webview back forward list 28/253028/21
zhouleonlei [Thu, 4 Feb 2021 03:21:53 +0000 (11:21 +0800)]
Add APIs of webview back forward list

Change-Id: I646dc78ba17ad9bdbd386db78c1396301ba0d7bd

3 years agoAdd APIs for context menu into web engine plugin. 14/254414/7
huayong.xu [Tue, 2 Mar 2021 12:05:50 +0000 (20:05 +0800)]
Add APIs for context menu into web engine plugin.

This patch is to add some APIs for context menu in web engine
plugin.

Change-Id: If436d5213136565482204e5ab9bb2fd370b0b53c

3 years agoAdd some APIs into web context. 39/254839/7
huayong.xu [Mon, 8 Mar 2021 02:06:52 +0000 (10:06 +0800)]
Add some APIs into web context.

This patch is to add some APIs with callbacks into web context.

Change-Id: I689741cde29cc25cb52aea73542a474c1ce06140

3 years agoAdd APIs for ssl certificate and http authentication. 82/254282/6
huayong.xu [Thu, 25 Feb 2021 12:00:26 +0000 (20:00 +0800)]
Add APIs for ssl certificate and http authentication.

This patch is to add some APIs for ssl certificate and http
authentication in web engine plugin.

Change-Id: I9585c09c26890071afd000aa8b0221ce647f0c91

3 years agoSupport policy decision in web engine plugin. 58/252958/10
huayong.xu [Wed, 3 Feb 2021 08:47:23 +0000 (16:47 +0800)]
Support policy decision in web engine plugin.

This patch is to add policy decision feature in web engine plugin.

Change-Id: Ic439b986aeafe8c8d8fa57a96a3d3b9221ac850b

3 years agoAdd APIs for console messagei & loading error in web engine plugin. 42/254042/7
huayong.xu [Mon, 22 Feb 2021 11:57:09 +0000 (19:57 +0800)]
Add APIs for console messagei & loading error in web engine plugin.

This patch is to add some APIs into web engine plugin for console
message and loading error.

Change-Id: I01a949cb5bbee78188eb6465c9437875ba295fbd

3 years agoMerge "Add APIs for intercepting http request in web engine plugin." into devel/master
JIYUN YANG [Fri, 2 Apr 2021 05:11:02 +0000 (05:11 +0000)]
Merge "Add APIs for intercepting http request in web engine plugin." into devel/master

3 years agoDALi Version 2.0.20 67/256367/1 dali_2.0.20
Richard Huang [Thu, 1 Apr 2021 11:16:20 +0000 (12:16 +0100)]
DALi Version 2.0.20

Change-Id: Icf507ddef47292709dede41b0d33d6516e776b93

3 years agoCamera Player extension only built on Tizen 6.5 onwards 68/256268/1
Adeel Kazmi [Wed, 31 Mar 2021 17:23:16 +0000 (18:23 +0100)]
Camera Player extension only built on Tizen 6.5 onwards

Change-Id: Ic3fd0450c41d8fa858b74fdc39ad56158c7ead93

3 years agoAdd APIs for intercepting http request in web engine plugin. 02/254302/4
huayong.xu [Fri, 26 Feb 2021 03:45:47 +0000 (11:45 +0800)]
Add APIs for intercepting http request in web engine plugin.

This patch is to add APIs for intercepting http request in web
engine plugin.

Change-Id: Ib55fb6d708093716ce8a989ba9f647c250fa549f

3 years agoAdd some APIs into web engine plugin. 51/254551/8
huayong.xu [Mon, 29 Mar 2021 09:38:06 +0000 (17:38 +0800)]
Add some APIs into web engine plugin.

This patch is to add some APIs into web engine plugin, such as
GetScreenshot, GetScreenshotAsynchronously, FindText, etc.

Change-Id: If098e67d218f76440ff512fc1ae44b7569268bc0

3 years agoAdd callbacks for form repost decision and frame rendering. 78/254178/11
huayong.xu [Wed, 24 Feb 2021 09:44:44 +0000 (17:44 +0800)]
Add callbacks for form repost decision and frame rendering.

This patch is to add callbacks for form repost decision and frame
rendering in web engine plugin.

Change-Id: Id01d6ef346e714aa512983d8585fc660d0536c16

3 years agoMerge "Add some properties into web engine plugin" into devel/master
JIYUN YANG [Mon, 29 Mar 2021 02:32:32 +0000 (02:32 +0000)]
Merge "Add some properties into web engine plugin" into devel/master

3 years agoMerge "DALi Version 2.0.19" into devel/master graphics-backend-release-1
Adeel Kazmi [Fri, 26 Mar 2021 12:56:36 +0000 (12:56 +0000)]
Merge "DALi Version 2.0.19" into devel/master

3 years agoDALi Version 2.0.19 12/256012/1 dali_2.0.19
Adeel Kazmi [Fri, 26 Mar 2021 11:01:09 +0000 (11:01 +0000)]
DALi Version 2.0.19

Change-Id: I1472b26b068725f46d3e4107538c8c9a9be8a184

3 years agoAdd some properties into web engine plugin 51/254451/5
Fang Xiaohui [Wed, 3 Mar 2021 06:35:08 +0000 (14:35 +0800)]
Add some properties into web engine plugin

ewk_view_bg_color_set
ewk_view_clear_tiles_on_hide_enabled_set
ewk_view_tile_cover_area_multiplier_set
ewk_view_set_cursor_by_client
ewk_view_text_selection_text_get

Change-Id: I26cb8577959dfcd0ed5b6c850e98c7adc56819cf

3 years agoMerge "Support mouse & wheel events in web engine plugin." into devel/master
JIYUN YANG [Fri, 26 Mar 2021 06:48:18 +0000 (06:48 +0000)]
Merge "Support mouse & wheel events in web engine plugin." into devel/master

3 years agoMerge "Support the synchronization of changing the video player's z-order" into devel...
Wonsik Jung [Wed, 24 Mar 2021 02:35:24 +0000 (02:35 +0000)]
Merge "Support the synchronization of changing the video player's z-order" into devel/master

3 years agoMerge "Implement CameraView" into devel/master
joogab yun [Mon, 22 Mar 2021 05:09:20 +0000 (05:09 +0000)]
Merge "Implement CameraView" into devel/master

3 years agoDALi Version 2.0.18 05/255605/1 dali_2.0.18
David Steele [Fri, 19 Mar 2021 10:34:26 +0000 (10:34 +0000)]
DALi Version 2.0.18

Change-Id: Ie12ab6a648d9dd63365c6ed31dba719a1cc2af9f

3 years agoImplement CameraView 41/254241/30
Joogab Yun [Tue, 9 Mar 2021 05:29:59 +0000 (14:29 +0900)]
Implement CameraView

Change-Id: Icdcf0f3e734b3d5e3f28ac1edb54c7cac7e24578

3 years agoSupport the synchronization of changing the video player's z-order 76/254376/6
Wonsik Jung [Mon, 1 Mar 2021 21:09:44 +0000 (06:09 +0900)]
Support the synchronization of changing the video player's z-order

If one video view moves the other above or below,
video player's z-order should be changed.
This patch is for supporting that.
In addition, the logs of mm player's error are enhanced.

Change-Id: Ib4be076f34c43fddf58965e9766be2f95d8dd2af

3 years agoSupport mouse & wheel events in web engine plugin. 34/250534/8
huayong.xu [Tue, 29 Dec 2020 06:21:54 +0000 (14:21 +0800)]
Support mouse & wheel events in web engine plugin.

Mouse & wheel events are supported in web engine plugin.

Change-Id: Id3f7e33bed3e2bf378d12bdee8767a739137ae00

3 years agoDALi Version 2.0.17 40/255140/1 dali_2.0.17
Adam Bialogonski [Fri, 12 Mar 2021 10:51:34 +0000 (10:51 +0000)]
DALi Version 2.0.17

Change-Id: I6f7a7967a3167ec690928ccab05ad5612dddabb2

3 years agoReformat source code of tizen-web-engine-chromium. 51/254951/3
huayong.xu [Thu, 11 Mar 2021 02:39:05 +0000 (10:39 +0800)]
Reformat source code of tizen-web-engine-chromium.

clang-formattoer is used to format improperly code of
dali-extension in previous patch.
this patch is to restore the original format.

Change-Id: I79da58587214699e6411963c13257b3b55642e0e

3 years agoMerge "Add APIs of webview settings." into devel/master
JIYUN YANG [Thu, 11 Mar 2021 05:26:10 +0000 (05:26 +0000)]
Merge "Add APIs of webview settings." into devel/master

3 years agoAdd APIs of webview settings. 50/254350/6
guowei.wang [Mon, 1 Mar 2021 06:45:19 +0000 (14:45 +0800)]
Add APIs of webview settings.

    API added list:

    ewk_settings_cache_builder_enabled_set
    ewk_settings_uses_scrollbar_thumb_focus_notifications_set
    ewk_settings_do_not_track_set
    ewk_settings_auto_fitting_get
    ewk_settings_auto_fitting_set
    ewk_settings_plugins_enabled_get
    ewk_settings_plugins_enabled_set
    ewk_settings_private_browsing_enabled_get
    ewk_settings_private_browsing_enabled_set
    ewk_settings_link_magnifier_enabled_get
    ewk_settings_link_magnifier_enabled_set
    ewk_settings_uses_keypad_without_user_action_get
    ewk_settings_uses_keypad_without_user_action_set
    ewk_settings_autofill_password_form_enabled_get
    ewk_settings_autofill_password_form_enabled_set
    ewk_settings_form_candidate_data_enabled_get
    ewk_settings_form_candidate_data_enabled_set
    ewk_settings_text_selection_enabled_get
    ewk_settings_text_selection_enabled_set
    ewk_settings_text_autosizing_enabled_get
    ewk_settings_text_autosizing_enabled_set
    ewk_settings_uses_arrow_scroll_get
    ewk_settings_uses_arrow_scroll_set
    ewk_settings_clipboard_enabled_get
    ewk_settings_clipboard_enabled_set
    ewk_settings_ime_panel_enabled_get
    ewk_settings_ime_panel_enabled_set

Change-Id: If865f7781a786dc9be0a3a1aa8b4578d79a9c9e0

3 years agoDALi Version 2.0.16 40/254640/1 dali_2.0.16
Richard Huang [Fri, 5 Mar 2021 11:52:29 +0000 (11:52 +0000)]
DALi Version 2.0.16

Change-Id: I09d52867664128e24ce198325aad5cec81899ff2

3 years agoDALi Version 2.0.15 33/254333/1 dali_2.0.15
David Steele [Fri, 26 Feb 2021 12:43:48 +0000 (12:43 +0000)]
DALi Version 2.0.15

Change-Id: I230663ebbf0bed3f06966653c80b49dda5851db4

3 years agoAdd APIs to show javascript popup in web engine plugin. 29/250629/9
huayong.xu [Tue, 29 Dec 2020 07:53:16 +0000 (15:53 +0800)]
Add APIs to show javascript popup in web engine plugin.

Add callbacks for 'url,changed', 'load,progress', and javascript
alert/confirm/prompt.

Change-Id: I4ea5d35b20e6912c2164fe0c520ad20fb5530c26

3 years agoMerge "DALi Version 2.0.14" into devel/master
Adeel Kazmi [Fri, 19 Feb 2021 10:51:49 +0000 (10:51 +0000)]
Merge "DALi Version 2.0.14" into devel/master

3 years agoDALi Version 2.0.14 10/253910/1 dali_2.0.14
Adam Bialogonski [Fri, 19 Feb 2021 08:46:43 +0000 (08:46 +0000)]
DALi Version 2.0.14

Change-Id: Ia5fa2ea692c4b7c0b2f71eb7f36b01e4795e557b

3 years agoBreak out of an infinite loop when removing web view. 86/253886/1
huayong.xu [Fri, 19 Feb 2021 05:13:44 +0000 (13:13 +0800)]
Break out of an infinite loop when removing web view.

There is an infinite loop when removing web view.
This patch is to fix it.

Change-Id: I8cdf1062dd99e9041af6633e79549b1e4130abbc