huayong.xu [Fri, 23 Jul 2021 10:21:29 +0000 (18:21 +0800)]
Enable request interceptor.
Change-Id: Ibac82f53c7c847de385ed60f23c228ec06ecf981
JunsuChoi [Wed, 28 Jul 2021 00:25:27 +0000 (09:25 +0900)]
TizenVectorImageRenderer: Fix build error
Remove unnecessary code
Change-Id: Ia20cab656eef4d3b0b7a5c6af35ceb9d722d2dea
Hermet Park [Tue, 27 Jul 2021 06:25:45 +0000 (15:25 +0900)]
TizenVectorImageRenderer: code refactoring.
removing unnecessary "FirstRender" condition to make code clean & neat.
Change-Id: I1614c05188f00ae7b5fd10597539ada5e250168e
JunsuChoi [Tue, 27 Jul 2021 01:45:30 +0000 (10:45 +0900)]
TizenVectorImageRenderer: Change viewbox to size api
viewbox() api will be deprecated.
Change-Id: I3831b65ee11327ba1530217089dab88b19dedfe1
Taehyub Kim [Mon, 26 Jul 2021 01:15:18 +0000 (01:15 +0000)]
Merge "Includes the rive animation view headers in the RiveAnimationView package." into devel/master
David Steele [Fri, 23 Jul 2021 10:33:12 +0000 (10:33 +0000)]
Merge "DALi Version 2.0.36" into devel/master
Richard Huang [Fri, 23 Jul 2021 09:28:58 +0000 (10:28 +0100)]
DALi Version 2.0.36
Change-Id: I99ee422191a8d62ff3a430d692a5b81b7400ee91
JIYUN YANG [Fri, 23 Jul 2021 08:45:02 +0000 (08:45 +0000)]
Merge "Implement WebEngine::GetPlainTextAsynchronously" into devel/master
Taehyub Kim [Fri, 23 Jul 2021 07:48:40 +0000 (00:48 -0700)]
Includes the rive animation view headers in the RiveAnimationView package.
Change-Id: Id4887e42c0683f27ac79838d73d95a87876667c4
Jiyun Yang [Thu, 22 Jul 2021 13:13:37 +0000 (22:13 +0900)]
Implement WebEngine::GetPlainTextAsynchronously
Change-Id: Ieb9131ff7b6f3b454e8be3b3abc1d2e01e7d2d85
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
David Steele [Thu, 22 Jul 2021 15:55:15 +0000 (16:55 +0100)]
Fix build break
Change-Id: I188d4ae4643261bc7990f2cd1accb4b320948c58
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>
Taehyub Kim [Thu, 22 Jul 2021 01:34:13 +0000 (01:34 +0000)]
Merge "Seperate RiveAnimationView package from dali-extension package" into devel/master
Seungho BAEK [Wed, 21 Jul 2021 06:30:04 +0000 (06:30 +0000)]
Merge "Add ApplyCustomFragmentPrefix" into devel/master
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
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
Hermet Park [Mon, 28 Jun 2021 04:21:09 +0000 (13:21 +0900)]
Use the latest api of thorvg.
Change-Id: Ic95923d4eeacb96647dcdfcff5ac3971cd2aa8b6
Adeel Kazmi [Fri, 16 Jul 2021 09:33:50 +0000 (09:33 +0000)]
Merge "DALi Version 2.0.35" into devel/master
David Steele [Fri, 16 Jul 2021 09:29:22 +0000 (10:29 +0100)]
DALi Version 2.0.35
Change-Id: I079fce1d9436a198e0c04c61bfc72e54c1b26130
junsu choi [Fri, 16 Jul 2021 02:42:59 +0000 (02:42 +0000)]
Merge "TizenVectorImageRenderer: Remove unnecessary canvas clear" into devel/master
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
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
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
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
Adam Bialogonski [Fri, 9 Jul 2021 08:45:13 +0000 (09:45 +0100)]
DALi Version 2.0.34
Change-Id: I994b3b7967e9721dc4bf5650da4029d852ea85f8
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
JIYUN YANG [Mon, 5 Jul 2021 09:33:56 +0000 (09:33 +0000)]
Merge "Add APIs for showing/hiding context menu." into devel/master
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
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
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
Adeel Kazmi [Fri, 2 Jul 2021 16:41:37 +0000 (17:41 +0100)]
DALi Version 2.0.33
Change-Id: I61b3e3ed9d4751a5f541c4f6ce28e01b6fef39c2
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>
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>
Adeel Kazmi [Fri, 25 Jun 2021 10:58:06 +0000 (10:58 +0000)]
Merge "DALi Version 2.0.32" into devel/master
Richard Huang [Fri, 25 Jun 2021 10:17:47 +0000 (11:17 +0100)]
DALi Version 2.0.32
Change-Id: Ia702c4ae1db81cba12f3faecf86caace0fd8c379
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
Heeyong Song [Tue, 15 Jun 2021 16:13:12 +0000 (01:13 +0900)]
Add RiveAnimationView
Change-Id: Iee811b4e85a1b5e66c70a29d3247302f8ae27c55
David Steele [Fri, 18 Jun 2021 10:38:19 +0000 (11:38 +0100)]
DALi Version 2.0.31
Change-Id: I7b5df53e40cdf66a227fe40533ac9625a0d67d46
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
Adeel Kazmi [Fri, 11 Jun 2021 10:36:13 +0000 (11:36 +0100)]
DALi Version 2.0.30
Change-Id: Ie61025ceed85fb93019e747fd3eb2d3f8d75f0ba
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>
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
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.
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.
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
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
Adam Bialogonski [Fri, 4 Jun 2021 08:57:27 +0000 (09:57 +0100)]
DALi Version 2.0.29
Change-Id: I4064a8bc02804939bf3eb8112599e324af005b4a
Richard Huang [Fri, 28 May 2021 09:51:42 +0000 (10:51 +0100)]
DALi Version 2.0.28
Change-Id: I51acec1da148e1b635c15a854173b3924962a028
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
David Steele [Fri, 21 May 2021 09:18:06 +0000 (10:18 +0100)]
DALi Version 2.0.27
Change-Id: I836cf5537812e275152761d3eae2a50110def6fa
Adam Bialogonski [Fri, 14 May 2021 10:21:38 +0000 (11:21 +0100)]
DALi Version 2.0.26
Change-Id: I8cc95a6b9032f7789eda67b5e944150cc0ca3ad4
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
Adeel Kazmi [Fri, 7 May 2021 11:23:18 +0000 (11:23 +0000)]
Merge "DALi Version 2.0.25" into devel/master
Adeel Kazmi [Fri, 7 May 2021 10:34:54 +0000 (11:34 +0100)]
DALi Version 2.0.25
Change-Id: I981780e5ebbe95758d95c1548fe7acfa1bce1cd7
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
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
Taehyub Kim [Fri, 30 Apr 2021 10:38:01 +0000 (19:38 +0900)]
vector_animation_renderer: rive tizen build versioning
Change-Id: I72e65cf27993a72bed6cfbdfbafa1062b0057f18
Richard Huang [Fri, 30 Apr 2021 10:02:54 +0000 (11:02 +0100)]
DALi Version 2.0.24
Change-Id: I6ea3f7df459290fbe28a37e2a6c65d6271770d10
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
Taehyub Kim [Thu, 29 Apr 2021 08:59:20 +0000 (08:59 +0000)]
Merge "vector-animation-renderer: Implements rive animation" into devel/master
Hermet Park [Thu, 29 Apr 2021 08:47:33 +0000 (08:47 +0000)]
Merge "vector-image-renderer: remove unnecessary reference counting." into devel/master
Taehyub Kim [Fri, 2 Apr 2021 12:40:29 +0000 (21:40 +0900)]
vector-animation-renderer: Implements rive animation
Change-Id: I39b91824ee940f684e1735e119975b3140b50f34
Seungho BAEK [Mon, 26 Apr 2021 05:21:56 +0000 (05:21 +0000)]
Merge "Add post processor" into devel/master
Adeel Kazmi [Fri, 23 Apr 2021 08:29:50 +0000 (09:29 +0100)]
DALi Version 2.0.23
Change-Id: I26c9ef0279b7e5c04aef12e080555901dd84d6cc
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>
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
Adeel Kazmi [Fri, 16 Apr 2021 13:20:30 +0000 (13:20 +0000)]
Merge "DALi Version 2.0.22" into devel/master
David Steele [Fri, 16 Apr 2021 13:03:15 +0000 (14:03 +0100)]
DALi Version 2.0.22
Change-Id: I532f3e348492fbef353f208aca2b1ddb935c820f
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
zhouleonlei [Wed, 17 Mar 2021 08:07:35 +0000 (16:07 +0800)]
Add changesWatch for webview cookie
Change-Id: Ieb54a2144236ebc8ab0ea0c3beecf13961bf00d6
JIYUN YANG [Fri, 9 Apr 2021 10:24:36 +0000 (10:24 +0000)]
Merge "Add the APIs of webview settings" 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
Adam Bialogonski [Fri, 9 Apr 2021 08:44:11 +0000 (09:44 +0100)]
DALi Version 2.0.21
Change-Id: I48781c32e6802f41e1dea89db8189def73dcc56c
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
JIYUN YANG [Fri, 9 Apr 2021 05:59:07 +0000 (05:59 +0000)]
Merge "Add APIs of webview back forward list" into devel/master
zhouleonlei [Mon, 15 Mar 2021 09:17:38 +0000 (17:17 +0800)]
Add the APIs of webview settings
Change-Id: I60de057ea745cb152c00530f933a770355f3ae1e
zhouleonlei [Thu, 4 Feb 2021 03:21:53 +0000 (11:21 +0800)]
Add APIs of webview back forward list
Change-Id: I646dc78ba17ad9bdbd386db78c1396301ba0d7bd
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
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
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
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
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
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
Richard Huang [Thu, 1 Apr 2021 11:16:20 +0000 (12:16 +0100)]
DALi Version 2.0.20
Change-Id: Icf507ddef47292709dede41b0d33d6516e776b93
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
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
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
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
JIYUN YANG [Mon, 29 Mar 2021 02:32:32 +0000 (02:32 +0000)]
Merge "Add some properties into web engine plugin" into devel/master
Adeel Kazmi [Fri, 26 Mar 2021 12:56:36 +0000 (12:56 +0000)]
Merge "DALi Version 2.0.19" into devel/master
Adeel Kazmi [Fri, 26 Mar 2021 11:01:09 +0000 (11:01 +0000)]
DALi Version 2.0.19
Change-Id: I1472b26b068725f46d3e4107538c8c9a9be8a184
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
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
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
joogab yun [Mon, 22 Mar 2021 05:09:20 +0000 (05:09 +0000)]
Merge "Implement CameraView" into devel/master
David Steele [Fri, 19 Mar 2021 10:34:26 +0000 (10:34 +0000)]
DALi Version 2.0.18
Change-Id: Ie12ab6a648d9dd63365c6ed31dba719a1cc2af9f
Joogab Yun [Tue, 9 Mar 2021 05:29:59 +0000 (14:29 +0900)]
Implement CameraView
Change-Id: Icdcf0f3e734b3d5e3f28ac1edb54c7cac7e24578
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
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
Adam Bialogonski [Fri, 12 Mar 2021 10:51:34 +0000 (10:51 +0000)]
DALi Version 2.0.17
Change-Id: I6f7a7967a3167ec690928ccab05ad5612dddabb2