platform/framework/web/chromium-efl.git
3 weeks ago[M120 Migration] Fix show IME 55/309755/3
fang fengrong [Tue, 16 Apr 2024 08:10:25 +0000 (16:10 +0800)]
[M120 Migration] Fix show IME

1. [VD] Do not show IME if click is prevented or
scrollbar
Do not 'ShowVirtualKeyboard' when mouse up event occurs
if the previous mouse down event is 'preventDefault'
by JavaScript.

Bug: DF170215-01023

Check if it is mouse click on the scrollbar before
|ShowVirtualKeyboard|.
No need to show VirtualKeyboard if click on the scrollbar.

2. [HBBTV] Trigger auto show IME when webview focus in

The patch is for fixing hbbtv can not auto show IME issue.

Current, only element been set focus can tigger show IME autolly,
but show IME autolly also need based on webview been focused.
If element been focused first, and webview been focused later,
then can not show IME.

So here, add another trigger to show IME autolly.

refer:
https://review.tizen.org/gerrit/#/c/288827

Change-Id: I025fa50f075f3d816467e7b7550e6c3002271d5d
Signed-off-by: fang fengrong <fr.fang@samsung.com>
4 weeks ago[M120 Migration][WEBRTC] Fix messenger app preview fail issue 12/309912/4
xliang.wu [Mon, 16 May 2022 08:36:05 +0000 (04:36 -0400)]
[M120 Migration][WEBRTC] Fix messenger app preview fail issue

There are many RenderFrameImpl show and hidden.
(RenderFrameImpl count is not definitely and show/hidden sequence is not definitely)
different RenderFrameImpl use the same WebVideoCaptureImplManager.
when RenderFrameImpl::WasHidden/WasShown was called, it trigger WebVideoCaptureImplManager::SuspendDevices.

the init value of is_suspending_all_ = false.
before device connect, some RenderFrameImpl WasHidden was called.
when device connect and video element created,is_suspending_all_ = true and don't trigger startpreview.
So we should keep the initial state if video element not created and device not connected yet.

refer to:
https://review.tizen.org/gerrit/#/c/293673/

Change-Id: Id73edda952d4399e538660aec95ad1289b211f78
Signed-off-by: xliang.wu <xliang.wu@samsung.com>
4 weeks ago[M120 Migration] Fixup! [WebRTC] Add TizenEsPlusPlayerRendererManager Implementation 11/309911/3
zhishun.zhou [Tue, 24 Oct 2023 03:53:48 +0000 (11:53 +0800)]
[M120 Migration] Fixup! [WebRTC] Add TizenEsPlusPlayerRendererManager Implementation

When stop capture, a EOS frame deliver through MediaStreamVideoTrack.
Because EOS frame has no timestamp and empty size, use it to create black
frame or compute framerate could cause crash.

refer to:
https://review.tizen.org/gerrit/#/c/300405/

Change-Id: I7d2fc3bf96e3c9ea663309d8f78d96e821d0105c
Signed-off-by: zhishun.zhou <zhishun.zhou@samsung.com>
4 weeks ago[M120 Migration][NUI] Add internal mouse event API for NUI. 92/309692/3
Akshay Kanagali [Mon, 15 Apr 2024 09:14:00 +0000 (14:44 +0530)]
[M120 Migration][NUI] Add internal mouse event API for NUI.

1. ewk_view_feed_mouse_down
2. ewk_view_feed_mouse_up
3. ewk_view_feed_mouse_move
4. ewk_view_feed_mouse_wheel
5. ewk_view_feed_mouse_out

Reference: https://review.tizen.org/gerrit/291431/

Change-Id: I87ffb054777aab42d78038c058548e5f68263551
Signed-off-by: Akshay Kanagali <a.kanagali@partner.samsung.com>
4 weeks agoRevert "[M120 Migration]Fix for crash during chrome exit" 03/309903/5 accepted/tizen/unified/x/20240419.090344 submit/tizen/20240418.160016
Rohit Kumar [Thu, 18 Apr 2024 05:28:29 +0000 (10:58 +0530)]
Revert "[M120 Migration]Fix for crash during chrome exit"

Original commit 5067b78 disabled Crypto related code which was causing crash
in M108. On M120, the block of code is needed as os_crypto_linux_impl.cc
is compiled, hence reverting the original commit to fix the chrome
hang/crash issue after launch.

Change-Id: If2a554fe3de96c3705e162694194bbc226f9e921
Signed-off-by: Rohit Kumar <rohit.16@partner.samsung.com>
4 weeks agoriscv64: build: update header path 51/307851/3
Dongkyun Son [Thu, 14 Mar 2024 01:06:59 +0000 (10:06 +0900)]
riscv64: build: update header path

Fix fatal error: asm-arm/ptrace.h: No such file or directory

Change-Id: Ifd4d85e9bb6c88763a804bd3f505ba1678e90e73
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
4 weeks ago[M120 Migration][VD] Disable User-Agent Client Hints 81/309781/2
jiangyuwei [Wed, 17 Apr 2024 01:25:35 +0000 (09:25 +0800)]
[M120 Migration][VD] Disable User-Agent Client Hints

User-Agent Client Hints API is not a W3C Standard
nor is it on the W3C Standard Track.

To notify the server that
this feature is not supportedfor Tizen TV profile,
disable it through RuntimeEnabledFeatures.

Reference:
 - https://review.tizen.org/gerrit/299188/

Change-Id: I964cb040c0372355bf980a8a03eeb612ffe9b4d8
Signed-off-by: jiangyuwei <yuwei.jiang@samsung.com>
4 weeks ago[M120 Migration][VD] Edge effect only use in touch device 92/309792/2
jiangyuwei [Wed, 17 Apr 2024 02:33:58 +0000 (10:33 +0800)]
[M120 Migration][VD] Edge effect only use in touch device

There are some issues with mouse event for the feature
- shallow do not dismiss after mouse release
so we just disable this feature for mouse

Reference:
 - https://review.tizen.org/gerrit/297098/

Change-Id: I9704d40dbc8a7ba64c55ac1d1a8cb249ff9f3e26
Signed-off-by: jiangyuwei <yuwei.jiang@samsung.com>
4 weeks ago[M120 Migration] Provide ewk_settings_ime_panel_enabled_set api 06/309706/3
fangfengrong [Tue, 16 Apr 2024 02:18:39 +0000 (10:18 +0800)]
[M120 Migration] Provide ewk_settings_ime_panel_enabled_set api

1. Provide ewk_settings_ime_panel_enabled_set api to
   set if enable ime panel with true or false;
2. Check the IMEPanelEnabled value before show ime panel,
   the value is false, then don't show ime panel.

Reference:
 https://review.tizen.org/gerrit/#/c/290341

Change-Id: Ie1764c9d326a96e964fa87d9a83eb4c8e8ecc635
Signed-off-by: fangfengrong <fr.fang@samsung.com>
4 weeks ago[M120 Migration][WebRTC] Fix build error after Tbm feature enabled 27/309827/3 submit/tizen/20240417.160015
peng.yin [Mon, 15 Apr 2024 02:33:10 +0000 (10:33 +0800)]
[M120 Migration][WebRTC] Fix build error after Tbm feature enabled

fix build error after Tbm macro enable, and add some type dependencies
from the `[WebRTC] Make VideoCalls work in multiprocess architecture`
patch set.

Change-Id: If80246597a2e63be171fa0b528360e546f0bf856
Signed-off-by: peng.yin <peng8.yin@samsung.com>
4 weeks agofixup! [M120 Migration][WebRTC] Merge fixup patches 14/309814/2
Suhaspoornachandra [Wed, 17 Apr 2024 04:34:26 +0000 (10:04 +0530)]
fixup! [M120 Migration][WebRTC] Merge fixup patches

Enabling TIZEN_TBM_SUPPORT will cause build error, uploading fixup to
resolve the errors.

Change-Id: I39852f6fc40ce72c1dc46a452e3819d5cca8904f
Signed-off-by: Suhaspoornachandra <s.poornachan@samsung.com>
4 weeks ago[M120 Migration] [WRTjs][VD] set screen solution for ultra width screen products 30/309530/2
zhaosy [Mon, 8 Apr 2024 02:13:21 +0000 (10:13 +0800)]
[M120 Migration] [WRTjs][VD] set screen solution for ultra width screen products

For ultra width screen products(21:9 or 32:9), if app has
"base_screen_resolution" metadata, when app is launched,
window system will change window to 2580*1080 or 3840*1080.
But view is not updated, so app still is displayed as 1920*1080.

So when app is launched, set screen solution again.

Refer to:
  https://review.tizen.org/gerrit/#/c/platform/framework/web/chromium-efl/+/309239/

Change-Id: I477751d76e7eefc4547473b465341ae6129cb370
Signed-off-by: zhaosy <shiyusy.zhao@samsung.com>
(cherry picked from commit eada7d7929f6d8a1e0fd9d0bac1d92b9078a4715)

4 weeks agofixup! [M120 Migration]Define correct type as gfx::AcceleratedWidget for arch64 62/309762/2
Chandan Padhi [Tue, 16 Apr 2024 10:08:27 +0000 (15:38 +0530)]
fixup! [M120 Migration]Define correct type as gfx::AcceleratedWidget for arch64

This commit fixes desktop build errors introduced with the parent patch.

Change-Id: Ie00ce390482df1404529ffa0c85f4ebf05dee334
Signed-off-by: Chandan Padhi <c.padhi@samsung.com>
4 weeks ago[M120 Migration][VD] Fix UDP socket crash issue 00/309700/2
jiangyuwei [Tue, 16 Apr 2024 01:35:05 +0000 (09:35 +0800)]
[M120 Migration][VD] Fix UDP socket crash issue

Socket closes abnormally.In order to fix UDP
crash issue when closing the socket.

Reference:
 - https://review.tizen.org/gerrit/289766/

Change-Id: Idff9407fc21a7ec54c69556742139b26e6aab8b5
Signed-off-by: jiangyuwei <yuwei.jiang@samsung.com>
4 weeks ago[M120 Migration][VD] Update default user agent in VersionInfo 66/309666/2
jiangyuwei [Mon, 15 Apr 2024 06:44:32 +0000 (14:44 +0800)]
[M120 Migration][VD] Update default user agent in VersionInfo

Some scenario still use the default UA instead of user setting.
Modify default UA by customized setting to fix UA issue.

Reference:
 - https://review.tizen.org/gerrit/289390/

Change-Id: I85bdf3434a7b65798f24d256d7e21126e178de12
Signed-off-by: jiangyuwei <yuwei.jiang@samsung.com>
4 weeks ago[M120 Migration][WebRTC] Get camera rotation from camera instance 82/309682/2
hongyanting [Mon, 15 Apr 2024 09:34:25 +0000 (17:34 +0800)]
[M120 Migration][WebRTC] Get camera rotation from camera instance

Patch from:
https://review.tizen.org/gerrit/#/c/platform/framework/web/chromium-efl/+/292881/

CameraFW has supplied a new interface that could be used to
get camera rotation information in preview callback.
new interface name: camera_attr_get_preview_frame_rotation

refer to:
http://wiki.vd.sec.samsung.net/display/23POG/Camera+FW

Change-Id: I905c9e9a2bff2a834e69da379a80402345aa50dd
Signed-off-by: hongyanting <yanting.hong@samsung.com>
4 weeks ago[Gamepad]Revert accessory filter for chrome browser 80/309680/3
Yu Yang [Mon, 15 Apr 2024 08:57:15 +0000 (16:57 +0800)]
[Gamepad]Revert accessory filter for chrome browser

Revert this patch which used to fix build error of chrome-browser:
  https://review.tizen.org/gerrit/#/c/308101/
because tizen_src/ewk/efl_integration folder is added as DEPS by
chrome-browser build in this patch:
  https://review.tizen.org/gerrit/#/c/307791/
there's no build error now we need not do any change for gamepad files.

Change-Id: I4dc55deaf4de18e006ee34722a01fd5c384cd340
Signed-off-by: Yu Yang <yangy.yu@samsung.com>
4 weeks ago[M120 Migration]Handle settings in WebPreferences instead of WebPreferencesEfl 62/309662/4 submit/tizen/20240416.160016
fang fengrong [Mon, 15 Apr 2024 05:53:22 +0000 (13:53 +0800)]
[M120 Migration]Handle settings in WebPreferences instead of WebPreferencesEfl

This change removes EWK_BRINGUP macro related to updating web preferences.
Also handled settings in WebPreferences instead of
WebPreferencesEfl wherever possible.
Reference:
https://review.tizen.org/gerrit/#/c/291901

Change-Id: I2e3da91eee08320e9cee9f3323400864377413ff
Signed-off-by: fang fengrong <fr.fang@samsung.com>
4 weeks ago[M120 Migration][VD] Change default policy of certificate error 61/309661/2
jiangyuwei [Mon, 15 Apr 2024 05:52:42 +0000 (13:52 +0800)]
[M120 Migration][VD] Change default policy of certificate error

When open the same website which has certificate error repeatedly,
except the first time, the website will not be blocked, and browser will not receive
certificate error notification again.
The cause is:
1. Blink has a map which remember user's decision when a website is once visited.
   blink will lookup the map firstly for next visiting.
2. By default chromium-efl allows page to be opened with certificate compromise.
When web-browser doesn't decide the decision, "Allow" is used by default, and
"Allow" is stored to the map.
Solution:
Change the default policy, don't allow page to be opened if has certificate error.

Reference:
 - https://review.tizen.org/gerrit/289775/

Change-Id: I4d18399202b07bec5b21f5aad8da2d2106534678
Signed-off-by: jiangyuwei <yuwei.jiang@samsung.com>
4 weeks agoRevert "Fixing COVERITY Issue" 56/309756/2
wei li [Tue, 16 Apr 2024 08:19:42 +0000 (08:19 +0000)]
Revert "Fixing COVERITY Issue"

This reverts commit e0c433b13f5d1be9675ed1f929cf7cc31cbd3550.

Change-Id: Ic7f9cf193bfcab5a5a3f677070cb9b54e5e00184

4 weeks ago[M120 Migration][VD] Implement ewk_settings_disclose_set_cookie_headers_enabled 46/309646/2
jiangyuwei [Mon, 15 Apr 2024 03:33:51 +0000 (11:33 +0800)]
[M120 Migration][VD] Implement ewk_settings_disclose_set_cookie_headers_enabled

Some apps(like Premium Play) which get cookie through xhr.getAllResponseHeaders.
Currently blink don't disclose response header with Set-Cookie field
to XMLHttpRequest.
wrtjs call SetDiscloseSetCookieEnabled to implement the function.
ewk_settings api does not delete avoid native app call the ewk api.

Reference:
 - https://review.tizen.org/gerrit/293944/

Change-Id: I6b84ffbffdb9072df23d242b7cdb3b021bdf2ddb
Signed-off-by: jiangyuwei <yuwei.jiang@samsung.com>
4 weeks agofixup! [M120 Migration] Add willdraw logic for web app 37/309437/3 accepted/tizen/unified/x/20240417.020111 submit/tizen/20240415.160016
Chandan Padhi [Wed, 10 Apr 2024 12:42:00 +0000 (18:12 +0530)]
fixup! [M120 Migration] Add willdraw logic for web app

Parent commit enabled NotifySwap for onscreen mode as well that
resulted in multiple NOTREACHED() logs from SkiaOutputDevice::
GetTextureID() when chrome is launched.

Change-Id: Ife7ab653ada42908397ad13f44845e9f576f1f84
Signed-off-by: Chandan Padhi <c.padhi@samsung.com>
4 weeks ago[M120][HBBTV]Fix HBBTV exit Deadlock issue 79/309479/2 submit/tizen/20240414.160014
zhaodan [Thu, 11 Apr 2024 07:44:35 +0000 (15:44 +0800)]
[M120][HBBTV]Fix HBBTV exit Deadlock issue

Stop waiting on GLFinish in LayerTreeHostImpl::ReleaseLayerTreeFrameSink
browser process hangs on UI::Compositor
destruction due to waiting on GL commands to finish

Patch from:
https://review.tizen.org/gerrit/#/c/296471/

Change-Id: I951fb877b0c6d399fe2f3f472a3827cf5729a58f
Signed-off-by: zhaodan <danys.zhao@samsung.com>
4 weeks agoFix FullScreen crash in Webapp 11/309611/3 accepted/tizen/unified/20240415.170305 accepted/tizen/unified/x/20240416.022928
Suhaspoornachandra [Fri, 12 Apr 2024 11:44:31 +0000 (17:14 +0530)]
Fix FullScreen crash in Webapp

This patch fixes crash observed in webapp when FullScreen request was
called.

Change-Id: Idde2dc67627b5e09fd47c8204f171895d506010b
Signed-off-by: Suhaspoornachandra <s.poornachan@samsung.com>
4 weeks ago[M120 Migration][MM] Enable DVLOG for media debugging 71/309571/3
zhishun.zhou [Fri, 12 Apr 2024 06:49:32 +0000 (14:49 +0800)]
[M120 Migration][MM] Enable DVLOG for media debugging

Enable DVLOG for HTMLMediaElement.

Patch from:
https://review.tizen.org/gerrit/#/c/292786/

Change-Id: If8f69f68eee380bf52c1f5cc7c944b43080f9a10
Signed-off-by: zhishun.zhou <zhishun.zhou@samsung.com>
4 weeks ago[MM] Report BufferingState when player is prepared and seeked. 47/309547/2
Sun-woo Nam [Fri, 12 Apr 2024 04:59:34 +0000 (21:59 -0700)]
[MM] Report BufferingState when player is prepared and seeked.

It regards that player has enough data to play after prepare complete callback.
It also can be applied to seek complete callback.
This patch fixes autoplay and seek issues.

Change-Id: I07e90d6b392469f119fe826be7eec62fe569c41f
Signed-off-by: Sun-woo Nam <sunny.nam@samsung.com>
4 weeks agoFixing COVERITY Issue 38/309438/3
saurabh-2 [Wed, 10 Apr 2024 12:14:10 +0000 (17:44 +0530)]
Fixing COVERITY Issue

This patch fixes the COVERITY issues of following types:

UNINT_CTOR

Change-Id: I6bf5d3eb5221a447871bb2c5b4e5ce7a2f6a6973
Signed-off-by: saurabh-2 <saurabh.2@samsung.com>
4 weeks ago[M120 Migration][WebRTC] Merge Z-order parches for video hole mode 66/309466/4
peng.yin [Thu, 24 Aug 2023 08:56:31 +0000 (16:56 +0800)]
[M120 Migration][WebRTC] Merge Z-order parches for video hole mode

[WebRTC] Z-order for video hole mode
https://review.tizen.org/gerrit/#/c/297974/

fixup! [WebRTC] Z-order for video hole mode
https://review.tizen.org/gerrit/#/c/298476/

Change-Id: Ib503b918e28c76f103957f8efd1da4dc31334093
Signed-off-by: peng.yin <peng8.yin@samsung.com>
4 weeks ago[M120 Migration][WebRTC] Merge dual decoding patches 67/309467/6
peng.yin [Wed, 10 Apr 2024 08:26:37 +0000 (16:26 +0800)]
[M120 Migration][WebRTC] Merge dual decoding patches

[WebRTC] Add RTCVideoDecoderRemoteTV Implementation
https://review.tizen.org/gerrit/#/c/297392/

[WebRTC] Refactor renderer recreate logic in `RTCVideoDecoderRemoter` class
https://review.tizen.org/gerrit/#/c/300624/

[WebRTC] Add switch for webrtc video stream dual decoding
https://review.tizen.org/gerrit/#/c/298769/

[MM] Enable dual decoding for kantsu2e model
https://review.tizen.org/gerrit/#/c/300377/

Change-Id: Icacf3a332f4a8c43000d1653defc2ea3f72b314a
Signed-off-by: peng.yin <peng8.yin@samsung.com>
4 weeks ago[M120 Migration][MM] Merge tizen tv audio input device patches 55/309355/7
peng.yin [Thu, 1 Sep 2022 01:09:22 +0000 (09:09 +0800)]
[M120 Migration][MM] Merge tizen tv audio input device patches

[M108 Migration][MM] Support tizen tv audio input device
https://review.tizen.org/gerrit/#/c/292390

fixup! [M108 Migration][VD][MM] Support tizen tv audio input device
https://review.tizen.org/gerrit/#/c/292437/
https://review.tizen.org/gerrit/#/c/296022/

Audio device type SOUND_DEVICE_FORWARDING is not for inputing
https://review.tizen.org/gerrit/#/c/300368/

Change-Id: Ic642d3fd0a11fb924ceabc7d625150812655c474
Signed-off-by: peng.yin <peng8.yin@samsung.com>
4 weeks ago[M120 Migration] Migrate platform language related patches. 84/309484/2
jiangyuwei [Thu, 11 Apr 2024 08:37:22 +0000 (16:37 +0800)]
[M120 Migration] Migrate platform language related patches.

1.Provide current platform language for navigator.language

Web App uses navigator.language to set language information.
But sometimes get wrong language value when user change
language in system menu.
So change language set by always listening VCONFKEY_LANGSET key.

2.Fix crash in PlatformLanguageChanged,
if destructor called before it, may cause crash.

Reference:
 - https://review.tizen.org/gerrit/293445/

Change-Id: I37d76fa4bfddc297493765d47025ca57739ed58b
Signed-off-by: jiangyuwei <yuwei.jiang@samsung.com>
4 weeks ago[M120 Migration][VD] Save CookieSettings at NetworkContext. 04/309504/3
jiangyuwei [Thu, 11 Apr 2024 12:22:47 +0000 (20:22 +0800)]
[M120 Migration][VD] Save CookieSettings at NetworkContext.

Now CookieSettings is saved in CookieManager, and it will need to be
used in RestrictedCookieManager, and it may be delete before
RestrictedCookieManager. This patch makes CookieSettings be saved at
NetworkContext instead of at CookieManager to prevent a crash in
RestrictedCookieManager.

Reference:
 - https://review.tizen.org/gerrit/302584/

Change-Id: If3fcb2002634aaf901ad8d65b8def001a487ea64
Signed-off-by: jiangyuwei <yuwei.jiang@samsung.com>
4 weeks ago[M120 Migration][VD] Enable direct rendering for TVPlus 71/309471/2 submit/tizen/20240412.160015
wangjing [Thu, 11 Apr 2024 06:46:05 +0000 (14:46 +0800)]
[M120 Migration][VD] Enable direct rendering for TVPlus

This patch enables direct rendering for TVPlus app,
which is using HbbTV runtime.

1. Enable direct rendering by appending EVAS_GL_OPTIONS_DIRECT
2. Do not set evas_object_image_alpha_set
   reason: not needed when direct mode
3. Remove glFinish
   reason: not needed when direct mode
4. Set evas_object_render_op_set
   reason: EFL skips glClear when direct mode and alpha disabled,
   so setting this can force EFL to do glClear
   (if this is not appended, TVPlus won't disappear when exit)

Now most app only need RGB888 mode, HBBTV need to
set RGBA8888 can make the background transparent.

Ref:
https://review.tizen.org/gerrit/#/c/292457/
https://review.tizen.org/gerrit/#/c/291335/

Change-Id: I46802831f41671b569592bc68bd30a6fc80995ab
Signed-off-by: wangjing <jing124.wang@samsung.com>
5 weeks ago[M120 Migration] fixup! Skip flushAndSubmit sync call on gpu side for webgl 52/309452/2
Qiang Ji [Thu, 11 Apr 2024 02:32:01 +0000 (10:32 +0800)]
[M120 Migration] fixup! Skip flushAndSubmit sync call on gpu side for webgl

Below change enables flushAndSubmit call for video layer which fixes
video frame not shown issue in hbbtv scenario.

refs:
https://review.tizen.org/gerrit/#/c/platform/framework/web/chromium-efl/+/292736/

Change-Id: Ie8dbe77c63b1a8d1dc05c48139a8e2d8618619e6
Signed-off-by: Qiang Ji <qiang.ji@samsung.com>
5 weeks ago[M120 Migration][hbbtv] Audio tracks count notification 50/308750/5
zhishun.zhou [Fri, 29 Mar 2024 12:43:42 +0000 (20:43 +0800)]
[M120 Migration][hbbtv] Audio tracks count notification

Support EWK callback: "notify,audio,tracks,count".
For mse, get audio track from chunkDemuxer.
For url, get audio track from mm api.

Patch from:
https://review.tizen.org/gerrit/#/c/292739/

Change-Id: Ibec7528293a8136fde387662bd213c02e2768806
Signed-off-by: wuxiaoliang <xliang.wu@samsung.com>
Signed-off-by: zhishun.zhou <zhishun.zhou@samsung.com>
5 weeks ago[M120 Migration][VD]Support callback of window.print() 73/309373/2 submit/tizen/20240411.160015
jiangyuwei [Tue, 9 Apr 2024 07:34:04 +0000 (15:34 +0800)]
[M120 Migration][VD]Support callback of window.print()

The print() method prints the contents of the current window.
But it is not supported on TV.
browser & knox-browser want to show "unsupported function" popup
if webpage use window.print()

Reference:
 - https://review.tizen.org/gerrit/292092/

Change-Id: Ibc2a8c192d4fd9d4fbf9ba8d3291d9aeb5a7c2b7
Signed-off-by: jiangyuwei <yuwei.jiang@samsung.com>
5 weeks ago[M120 Migration][VD] Add some debug log 31/309431/4
jiangyuwei [Wed, 10 Apr 2024 06:06:08 +0000 (14:06 +0800)]
[M120 Migration][VD] Add some debug log

1. Add debug log for invalid key and value of SetHeader.
2. Add Navigation debug info in main process.
3. Modify log content for resource_error.cc.
4. Add debug info for Navigation loading process and progress change.
5. Add log to print pid of child processes

Reference:
 - https://review.tizen.org/gerrit/292064/
 - https://review.tizen.org/gerrit/291154/
 - https://review.tizen.org/gerrit/293831/

Change-Id: I5a9e8bd1d287c256f0ab8d1df7b42e8e94f3bb60
Signed-off-by: jiangyuwei <yuwei.jiang@samsung.com>
5 weeks ago[M120 Migration][MM] Fix EME AD insert issue 67/308467/4
wuxiaoliang [Tue, 26 Mar 2024 06:08:00 +0000 (14:08 +0800)]
[M120 Migration][MM] Fix EME AD insert issue

Migrated from:
https://review.tizen.org/gerrit/#/c/platform/framework/web/chromium-efl/+/299862/

Issue:
EME Stream insert AD stream, met JS error "unable to set ContentDecryptionModule object"

Reason:
When AD insert, cmd id not exist, will return error for setcdm, which result JS error.

Solution:
Follow previous tizen tv code logic, return success for setcdm directly.

another fixup:
StopLayerBoundUpdateTimer when video hole done

Change-Id: I3cd7aea9399d5823bb3ea12c815b5a732e74ab0a
Signed-off-by: wuxiaoliang <xliang.wu@samsung.com>
5 weeks agoFixup![M120 Migration][MM] Support W3C EME 50/309250/2
wuxiaoliang [Mon, 8 Apr 2024 03:23:19 +0000 (11:23 +0800)]
Fixup![M120 Migration][MM] Support W3C EME

change BindRepeating to BindOnce

Change-Id: I12296b330b0c03159a9eddb3c3e9df49a3b6601f
Signed-off-by: wuxiaoliang <xliang.wu@samsung.com>
5 weeks ago[M120 Migration][MM] use 64bit api to get/set current time 07/308607/2
wuxiaoliang [Thu, 28 Mar 2024 06:19:18 +0000 (14:19 +0800)]
[M120 Migration][MM] use 64bit api to get/set current time

If live video is very long, 32bit is not enough, use 64bit instead.

Migrated from:
https://review.tizen.org/gerrit/#/c/platform/framework/web/chromium-efl/+/303638

Change-Id: I16bfbf50b443f63c103769890c925292ec758e3f
Signed-off-by: wuxiaoliang <xliang.wu@samsung.com>
5 weeks ago[M120 Migration][Audio] Fix wav audio playback issue 56/309356/4
peng.yin [Mon, 11 Sep 2023 09:40:34 +0000 (17:40 +0800)]
[M120 Migration][Audio] Fix wav audio playback issue

1. fixup for https://review.tizen.org/gerrit/#/c/285499/
remove hard code, or it will fills wrong sample format after converting
`VCodecContext` to `AudioDecoderConfig` for audio.

2. use default renderer for wav audio
since most wav files contain PCM audio, it should not use Tizen
multi-media pipeline for this type of raw audio playback.

for more information, see DF230908-00250.

refer to:
https://review.tizen.org/gerrit/#/c/298608/

Change-Id: I176d885ced3a120e3f8279bf0299d78cc1874f75
Signed-off-by: peng.yin <peng8.yin@samsung.com>
5 weeks agoFixup![M120 Migration][VD] Fix some focus issues for offscreen mode 33/308833/5
fang fengrong [Tue, 2 Apr 2024 00:28:42 +0000 (08:28 +0800)]
Fixup![M120 Migration][VD] Fix some focus issues for offscreen mode

Keeps same with M94, register focusin/focusout for content_image_elm_host;
when content_image_elm_host focusin/focusout, sync the focus to content_image.

Change-Id: I4447858706b21a5721e166dcba68e4a746c40a69
Signed-off-by: fang fengrong <fr.fang@samsung.com>
5 weeks ago[M120 Migration] Support signal "tooltip,text,unset", "tooltip,text,set" 01/308901/3
fangfengrong [Tue, 2 Apr 2024 11:15:17 +0000 (19:15 +0800)]
[M120 Migration] Support signal "tooltip,text,unset", "tooltip,text,set"

When mouse move over some HTML element,
we will notify WebBrowser about the tooltip information.

When mouse move over HTML element,
we will get related information form EventHandle.

Extract the tooltip string. Send tooltip set
notification when tooltip is not empty.
Otherwise, send tooltip unset notification.

Reference:
https://review.tizen.org/gerrit/#/c/291995

Change-Id: I8d40ce93583036a05238b85d483dcc2d3fe045c9
Signed-off-by: fangfengrong <fr.fang@samsung.com>
5 weeks ago[M120 Migration][NUI][Rendering] Support ecore_evas sw backend 15/308815/10 submit/tizen/20240410.160015
Akshay Kanagali [Mon, 13 Mar 2023 15:29:17 +0000 (08:29 -0700)]
[M120 Migration][NUI][Rendering] Support ecore_evas sw backend

To support the SW backend, modified to perform  GL related initialization
operation only in the HW backend.

It also resolves the build errors after TBM is enabled.

References :
https://review.tizen.org/gerrit/306447/
https://review.tizen.org/gerrit/295785/

Change-Id: I3f18a7a0f4f71654227dbad7a505154955da2694
Signed-off-by: Akshay Kanagali <a.kanagali@partner.samsung.com>
5 weeks ago[M120 Migration][VD] Support custom context menu 12/309312/3
jiangyuwei [Mon, 8 Apr 2024 10:42:45 +0000 (18:42 +0800)]
[M120 Migration][VD] Support custom context menu

When a user long click on the link in webpage, context menu should popup.

Reference :
  - https://review.tizen.org/gerrit/#/c/291848/

Change-Id: Id307f33fdcc3bbda45c2c0feec1bdff3adcde14c
Signed-off-by: jiangyuwei <yuwei.jiang@samsung.com>
5 weeks ago[WRTjs][VD] Introduce in-process VideoSplashScreen 44/308844/5 submit/tizen/20240409.160014
DongHyun Song [Fri, 10 Nov 2023 00:28:31 +0000 (09:28 +0900)]
[WRTjs][VD] Introduce in-process VideoSplashScreen

From Tizen 5.5 VideoSplashScreen has been introduced, which is
running on amd process as amd-extension.

Recently, amd process had some performance issues due to video
playing, so we had decided to move VSS feature to WRT side.

This patch MUST be released with AppFW team's changes, wich disable
VSS feature on their side.

Change-Id: I0d564941628c883d644d1a89e0a46a0d06eb45e2
Signed-off-by: DongHyun Song <dh81.song@samsung.com>
5 weeks ago[M120 Migration][WebRTC] Merge fixup patches 51/309251/3
peng.yin [Mon, 8 Apr 2024 01:20:13 +0000 (09:20 +0800)]
[M120 Migration][WebRTC] Merge fixup patches

fixup!fixup![M108 Aura Migration][MM][WebRtc] New implementation for local stream renderer
https://review.tizen.org/gerrit/#/c/293279/

Fixup! [M108 Migration] Support camera to canvas feature
https://review.tizen.org/gerrit/#/c/292855/

Optimize video hole frame updates
https://review.tizen.org/gerrit/#/c/291925/

fixup! [VD][MM] Get H264 max_res from RS on M108
https://review.tizen.org/gerrit/#/c/301521/

[MM] Do not perform operation by buffering state during in low latency mode.
https://review.tizen.org/gerrit/#/c/301932/

Change-Id: I4046fb2ebee17c9305f1d7c38e21841398bce2b4
Signed-off-by: peng.yin <peng8.yin@samsung.com>
5 weeks ago[M120 Migration] Add error check when get system info 94/309294/2
jiangyuwei [Mon, 8 Apr 2024 08:34:14 +0000 (16:34 +0800)]
[M120 Migration] Add error check when get system info

Add error check when get system info.

References:
 - https://review.tizen.org/gerrit/#/c/295962/

Change-Id: I8fdf2e49049ee3c05802b63dc6dfe9443170704b
Signed-off-by: jiangyuwei <yuwei.jiang@samsung.com>
5 weeks ago[M120 Migration][WebRTC] Tbm mapping buffer support in webrtc video sink 18/309218/2
peng.yin [Tue, 6 Jun 2023 06:47:24 +0000 (14:47 +0800)]
[M120 Migration][WebRTC] Tbm mapping buffer support in webrtc video sink

video frame with PIXEL_FORMAT_TBM_INTER_PROCESS_BUFFER format is not
correctly handled in webrtc video sink pipe, this format is same as
NV12 actually, so add same logic as NV12 format to handle it.

Change-Id: Id54be9723f86910c397aea8ecc9bfece25070fe0
Signed-off-by: peng.yin <peng8.yin@samsung.com>
5 weeks ago[M120 Migration][NaCl][PPFwk]Use GetWaylandWindowId to get window id 38/308538/2
jinbei09 [Wed, 27 Mar 2024 06:54:32 +0000 (14:54 +0800)]
[M120 Migration][NaCl][PPFwk]Use GetWaylandWindowId to get window id

For chromium aura, Previously the 'GetWaylandWindowId' api can't return window
id normally, so use ecore_evas_gl_x11_window_get instead.
This will lead to the app can not get the window id correctly.
For latest chromium aura, 'GetWaylandWindowId' can return window id normally,
so use it to fix the issue

Migrated from tizen 8.0:
https://review.tizen.org/gerrit/#/c/platform/framework/web/chromium-efl/+/304538/

Change-Id: Iac8cf838da27e55dc11710cd79b8583ef48891cb
Signed-off-by: jinbei09 <jinbei09.dai@samsung.com>
5 weeks agofixup! [NUI] NUI implementation for |SkiaRenderer| 64/309064/6
Akshay Kanagali [Thu, 4 Apr 2024 07:51:23 +0000 (13:21 +0530)]
fixup! [NUI] NUI implementation for |SkiaRenderer|

Replacing gl_image_egl with scoped_egl_image.

Change-Id: Iaa7f75b1704d9d156db00f68e82d092c7c156867
Signed-off-by: Akshay Kanagali <a.kanagali@partner.samsung.com>
5 weeks ago[M120 Migration] Disable badge service 72/309272/2
wangjing [Mon, 8 Apr 2024 06:28:13 +0000 (14:28 +0800)]
[M120 Migration] Disable badge service

As badge is not enable on TV, so we need to disable it.
Or it will cause js error

ref:
https://review.tizen.org/gerrit/#/c/276311/

Change-Id: Ic87ce222c90d33206ccfef335f5e8e10469d1557
Signed-off-by: wangjing <jing124.wang@samsung.com>
5 weeks agoFix for emulator build error 15/309215/3 accepted/tizen/unified/20240409.135605 accepted/tizen/unified/20240409.155907
wangjing [Sun, 7 Apr 2024 02:26:26 +0000 (10:26 +0800)]
Fix for emulator build error

need to modify header file

fix patch: https://review.tizen.org/gerrit/#/c/308930/

Change-Id: I22f1f88b86a68059b1ef1b490b8862a77f413ea7
Signed-off-by: wangjing <jing124.wang@samsung.com>
5 weeks ago[M120 Migration]Define correct type as gfx::AcceleratedWidget for arch64 20/309220/2 submit/tizen/20240408.160022
zhaodan [Sun, 7 Apr 2024 10:14:30 +0000 (18:14 +0800)]
[M120 Migration]Define correct type as gfx::AcceleratedWidget for arch64

Issue:
gfx::AcceleratedWidget was defined as uint32_t while using OZone,
so when cast Window pointer to gfx::AcceleratedWidget on 64bit build,
the address will lose higher bits and become invalid.
Then when EGL APIs accessing the window pointer,
the process will crash.

Ref: https://review.tizen.org/gerrit/#/c/294274

Change-Id: I2a843f63bae185122a02a75d198cdd929ee23247
Signed-off-by: zhaodan <danys.zhao@samsung.com>
5 weeks ago[M120 Migration][MM][WebRTC] Base implementation for webrtc video hole stream 17/309217/2
peng.yin [Thu, 13 Oct 2022 05:58:23 +0000 (13:58 +0800)]
[M120 Migration][MM][WebRTC] Base implementation for webrtc video hole stream

migrate the TizenEsPlusPlayerRenderer class from M108 who roles same
as MmVideodecoder before, but it creates a self owned EsPlusPlayer
by mojo renderer, and update the latest geometry change info to
EsPlusPlayer.

refer to:
https://review.tizen.org/gerrit/#/c/291285/

Change-Id: I0743eb1202dfa261501a9fdf12b2d5d73c34fa39
Signed-off-by: peng.yin <peng8.yin@samsung.com>
5 weeks ago[M120 Migration][VD][Accessibility] Add smart callbacks for spatial navigation 16/309216/3
jiangyuwei [Sun, 7 Apr 2024 06:04:59 +0000 (14:04 +0800)]
[M120 Migration][VD][Accessibility] Add smart callbacks for spatial navigation

This patch is for changing focus from web view in Tizen TV to browser
when cannot move focus any more by press arrow keys in spatial navigation.

References:
  - https://review.tizen.org/gerrit/291208/

Change-Id: I3c7d860b9f42e6f863c0174ce918490b6fcf0202
Signed-off-by: jiangyuwei <yuwei.jiang@samsung.com>
5 weeks ago[M120 Migration] Add guard code to avoid crash during webview clean 19/309219/2
jiangyuwei [Sun, 7 Apr 2024 06:46:19 +0000 (14:46 +0800)]
[M120 Migration] Add guard code to avoid crash during webview clean

In low memory case, browser will clean webview and create new one,
driver will release and cause autofill crash.

References:
  - https://review.tizen.org/gerrit/300788/

Change-Id: Iedd4a8a2a7005fc472ee00bb4e26599c8507e642
Signed-off-by: jiangyuwei <yuwei.jiang@samsung.com>
5 weeks ago[XWalkExtension] Fix dangling issue of GetMetadataValue 31/308931/4 submit/tizen/20240407.160014
DongHyun Song [Wed, 3 Apr 2024 00:54:38 +0000 (09:54 +0900)]
[XWalkExtension] Fix dangling issue of GetMetadataValue

It cannot return local std::string's c_str() value as a return
value. It can be a dangling pointer.

Change-Id: I6e00b594e267433b17f56998886fd9344c9d0a80
Signed-off-by: DongHyun Song <dh81.song@samsung.com>
5 weeks agoFixing COVERITY Issue 25/309125/4 submit/tizen/20240405.160015
saurabh-2 [Fri, 5 Apr 2024 04:53:41 +0000 (10:23 +0530)]
Fixing COVERITY Issue

This patch fixes the COVERITY issues of following types:

AUTO_CAUSES_COPY

Change-Id: Ie6a7814070590a64fd03f2005ccec6aa9f39fd3f
Signed-off-by: saurabh-2 <saurabh.2@samsung.com>
6 weeks agoRevert "[M120 Migration][WRTjs][VD] set screen solution for ultra width screen products" 79/309079/1 submit/tizen/20240404.160015
DongHyun Song [Thu, 4 Apr 2024 09:34:43 +0000 (09:34 +0000)]
Revert "[M120 Migration][WRTjs][VD] set screen solution for ultra width screen products"

merged by mistake

This reverts commit 406a40ddf1570440ccc836ad4862941eb9265864.

Change-Id: Id72e75f0c9bb6b32b49800fea9f0a2f02ea74136

6 weeks ago[M120 Migration][WRTjs][VD] set screen solution for ultra width screen products 78/308778/3
zhaosy [Mon, 25 Mar 2024 02:52:30 +0000 (10:52 +0800)]
[M120 Migration][WRTjs][VD] set screen solution for ultra width screen products

For ultra width screen products(21:9 or 32:9), if app has
"base_screen_resolution" metadata, when app is launched,
window system will change window to 2580*1080 or 3840*1080.
But view is not updated, so app still is displayed as 1920*1080.

So when app is launched, set screen solution again.

Reference:
https://review.tizen.org/gerrit/#/c/platform/framework/web/chromium-efl/+/308471/

Change-Id: I9de89e1a3aed79a0c1d91ada401f53e4b64a6aed
Signed-off-by: zhaosy <shiyusy.zhao@samsung.com>
Signed-off-by: DongHyun Song <dh81.song@samsung.com>
(cherry picked from commit ba2b872240f3148c4f4d00fe7849b1538aac7750)

6 weeks ago[M120 Migration][HOTFIX][EMULATOR] Fix for output surface creation failure 41/308941/3
uzair [Wed, 3 Apr 2024 05:12:41 +0000 (10:42 +0530)]
[M120 Migration][HOTFIX][EMULATOR] Fix for output surface creation failure

The emulator platform DDK api glGetInternalformativ is returning
incorrect GL_SAMPLES count which results in black screen. Ideally
it needs to checked as to why emulator DDK returns GL_SAMPLES as 0
whereas all other profiles DDK return correct GL_SAMPLES count.

Referece:
https://review.tizen.org/gerrit/c/290611

Change-Id: I1e1c5e6fe2a0c438f60a22c307cd23394dbbdd60
Signed-off-by: uzair <uzair.jaleel@samsung.com>
6 weeks agoFix for building with Tizen X Repo 72/308972/2
Aleksander Świniarski [Mon, 18 Mar 2024 08:23:31 +0000 (09:23 +0100)]
Fix for building with Tizen X Repo

Currently for building with Tizen X repo we are using directory of form
out.tz_v9.0* to store object files, which is the same format of
directory, as when creating with standard repositories. Due to this
object files from these builds get mixed in the same directory.

This patch fixes this by use of conditional in .spec file. When the
Tizen X is detected, the directory of form out.tz_X* will be used instead

Change-Id: Ia57797b5e1d8cfb865ecc72887877abd8d0c9a7b
Signed-off-by: Aleksander Świniarski <a.swiniarski@samsung.com>
6 weeks ago[M120 Migration][Emulator32] Add definition in emulator32 40/308940/4
uzair [Wed, 3 Apr 2024 05:08:53 +0000 (10:38 +0530)]
[M120 Migration][Emulator32] Add definition in emulator32

1. When repository is "emulator32", tizen_emulator_support is true.
2. Define TIZEN_EMULATOR_SUPPORT.
3. Also adds support for macro BUIDFLAG(IS_TIZEN_EMULATOR)

Reference Patch:
https://review.tizen.org/gerrit/#/c/273194

Change-Id: I7c8717b5f694d2444d3505745b5e353a4c0ec359
Signed-off-by: uzair <uzair.jaleel@samsung.com>
6 weeks ago[M120 Migration] Possible fix for crash during shutdown insideSelectionControllerEfl... 12/308812/4
Manjeet [Mon, 1 Apr 2024 10:26:36 +0000 (15:56 +0530)]
[M120 Migration] Possible fix for crash during shutdown insideSelectionControllerEfl::CancelContextMenu

In pre-aura, WebContentViewEfl was owned by RWHVEfl, so the order of destruction
was guaranteed. But in post-aura, WCVAHelper is owned by WCVA, so during shutdown,
sometimes due to destruction sync issue, WCVAHelper may not be a valid pointer
in SelectionControllerEfl (which is a member of RWHVHelper). So instead of using
WCVAHelper, use WebContentsEflDelegate directly to show and cancel context menu in
SelectionControllerEfl class.

Reference:
https://review.tizen.org/gerrit/295842

Change-Id: Ic01aa40000567e8605af47a46163462e3196e57e

6 weeks agoFixing SVACE Issues 96/308896/5
Nikhil Shingne [Tue, 2 Apr 2024 10:35:41 +0000 (16:05 +0530)]
Fixing SVACE Issues

This patch fixes the following type of issues:
1) DEREF_OF_NULL
2) missed return statement
3) unnecessary performance loss while passing by value
4) uninitialized data
5) string object was destroyed
6) class member not initialize

Change-Id: I64d15890d3a5cd9f16ae676c460e8713ed9759e2
Signed-off-by: Nikhil Shingne <n.shingne@samsung.com>
6 weeks agoFix emulator build error 30/308930/2 submit/tizen/20240403.160016
wangjing [Wed, 3 Apr 2024 01:23:41 +0000 (09:23 +0800)]
Fix emulator build error

Fix patch: https://review.tizen.org/gerrit/308656

Change-Id: I78c464bda942f8ee3be96ccad8554ab6e651e279
Signed-off-by: wangjing <jing124.wang@samsung.com>
6 weeks ago[M120 Migration][VD] Support "XF86KeySweetTV" and "XF86HotelSolution" key 20/308820/3
fangfengrong [Mon, 1 Apr 2024 11:23:46 +0000 (19:23 +0800)]
[M120 Migration][VD] Support "XF86KeySweetTV" and "XF86HotelSolution" key

Support "XF86KeySweetTV" key:
"XF86KeySweetTV": {
            keyName: "XF86KeySweetTV",
            keyCode: 10605
}

Support "XF86HotelSolution" key:
"XF86HotelSolution": {
            keyName: "XF86HotelSolution",
            keyCode: 10489
}

Reference:
https://review.tizen.org/gerrit/#/c/302556/
https://review.tizen.org/gerrit/#/c/297512/

Change-Id: I7cdce44514b074d64b973abc77ece0a94eac8d1f
Signed-off-by: fangfengrong <fr.fang@samsung.com>
6 weeks ago[M120 Migration][VD][AX] Improve navigation without TAB key in browser 39/308839/3
jiangyuwei [Tue, 2 Apr 2024 01:18:05 +0000 (09:18 +0800)]
[M120 Migration][VD][AX] Improve navigation without TAB key in browser

Because some element will consume all arrow keys and not use it to navigation,
focus could be trapped in these elements. To solve this issue, for composite
widget convert the arrow keys which direction is perpendicular to object
orientation to tab key; and check the actual operation after author consuming
arrow key to decide if reset the prevent state to trigger spatial navigation.

References:
  - https://review.tizen.org/gerrit/291310/

Change-Id: I654c428e0d1f5cddb30fedc30ed10a0074c4f962
Signed-off-by: jiangyuwei <yuwei.jiang@samsung.com>
6 weeks agoFixing SVACE Issue 33/308633/4
saurabh-2 [Thu, 28 Mar 2024 08:29:01 +0000 (13:59 +0530)]
Fixing SVACE Issue

This change fixes the NO_CAST.INTEGER_OVERFLOW issue.

Change-Id: Iff85661e1d2fdedc02bd83b0792a6aa7bab41372
Signed-off-by: saurabh-2 <saurabh.2@samsung.com>
6 weeks agoFixing SVACE Issue 32/308632/4
saurabh-2 [Thu, 28 Mar 2024 08:22:15 +0000 (13:52 +0530)]
Fixing SVACE Issue

This change fixes the NO_CAST.INTEGER_OVERFLOW issue.

reference: https://review.tizen.org/gerrit/303295/

Change-Id: I07976844bf6be44fc35a996e3cbe5fa39234ac1f
Signed-off-by: saurabh-2 <saurabh.2@samsung.com>
6 weeks ago[M120 Migration][VD] Support EWK Scroll API for TV WebBrowser 57/308857/2
wangjing [Tue, 2 Apr 2024 03:42:00 +0000 (11:42 +0800)]
[M120 Migration][VD] Support EWK Scroll API for TV WebBrowser

TV browser team requires below EWK API:

ewk_settings_uses_scrollbar_thumb_focus_notifications_set()
"scrollbar,thumb,focus,changed"

This api is for enhancement of scroll usability from 16' browser:
focus to scrollbar's thumb area -> browser get callback
-> browser set scroll mode (after callback, when get 4way key
input scroll function will do)

Reference:
https://review.tizen.org/gerrit/#/c/291432/

Change-Id: I954b179ad36107118c131ff1a6a850d84ec09343
Signed-off-by: wangjing <jing124.wang@samsung.com>
6 weeks ago[M120 Migration][NaCl][PPFWK]Remove unused directory for pepper plugin 83/308583/2
jinbei09 [Mon, 26 Feb 2024 07:09:09 +0000 (15:09 +0800)]
[M120 Migration][NaCl][PPFWK]Remove unused directory for pepper plugin

Ported from M108:
https://review.tizen.org/gerrit/#/c/platform/framework/web/chromium-efl/+/290686/

Change-Id: I6bc8e6ba7412c2e57a773fcd646edf48ea1ef6c1
Signed-off-by: jinbei09 <jinbei09.dai@samsung.com>
6 weeks agofixup! [M120 Migration][NaCl][PPFWK] Upgradable pepper plugin requirement 00/308800/2 submit/tizen/20240402.160013
jinbei09 [Mon, 1 Apr 2024 07:41:44 +0000 (15:41 +0800)]
fixup! [M120 Migration][NaCl][PPFWK] Upgradable pepper plugin requirement

Fix the issue of not being able to read json files correctly

Change-Id: I4b94d7780de21a76d8db14b623aa93941f819910
Signed-off-by: jinbei09 <jinbei09.dai@samsung.com>
6 weeks agoFix errors thrown due to platform libxml2 version upgrade from 2.11.5 -> 2.12.5 04/308804/7
Gajendra N [Mon, 1 Apr 2024 08:40:35 +0000 (14:10 +0530)]
Fix errors thrown due to platform libxml2 version upgrade from 2.11.5 -> 2.12.5

libxml 2.10.5 :
  typedef void (*xmlStructuredErrorFunc) (void *userData, xmlError *error);

libxml 2.12.5 :
  typedef void (*xmlStructuredErrorFunc) (void *userData, const xmlError *error);

Due to update in above func ptr signature, faced below error on blink side.

Error:
  [ 9063s] ../third_party/blink/renderer/core/xml/parser/xml_document_parser_scope.h:41:3:
    note: candidate constructor not viable: no known conversion from 'void (void *, xmlError *)' (aka 'void (void *, _xmlError *)')
      to 'xmlStructuredErrorFunc' (aka 'void (*)(void *, const _xmlError *)') for 3rd argument

Commit [1] enabled third_party/libxml, as QB build was throwing above error.
But due to unexpected crash on TERMS webview app, [1] is now partially reverted to
use system libxml2, and additional changes are done on Blink side to handle above error.

[1] 98565b6bd0df2aaa35f21f30f0bd81ed718b2cf5

Change-Id: I963a42fb3fd1f16d41aca5d85e38f18b626a9cbc
Signed-off-by: Gajendra N <gajendra.n@samsung.com>
6 weeks ago[M120 Migration][WRTjs][VD] Change mouse feature about floating menu 41/308741/2
Chunling Ye [Fri, 29 Mar 2024 09:52:07 +0000 (17:52 +0800)]
[M120 Migration][WRTjs][VD] Change mouse feature about floating menu

If app not support mouse and set up floating menu false, not show
anything in system default support mouse products.

If app support mouse and set up floatign menu false, call win system
api to only not show floating menu.

Reference:
https://review.tizen.org/gerrit/308556/

Change-Id: Id162fd41c61322c1d664dd4b74d57b7fc5bc241d
Signed-off-by: Chunling Ye <chunling.ye@samsung.com>
6 weeks ago[M120 Migration][VD] Fix url crash in RequestCertificateConfirm 87/308787/2
jingjieli [Mon, 1 Apr 2024 05:50:35 +0000 (13:50 +0800)]
[M120 Migration][VD] Fix url crash in RequestCertificateConfirm

The url in RequestCertificateConfirm is get from SSLErrorHandler
in SSLManager::OnCertErrorInternal, and SSLErrorHandler will be
released in certificate error callback.
That means after EWebViewCallbacks::RequestCertificateConfirm,
url can not be used. So copy it before free.

Reference:
https://review.tizen.org/gerrit/#/c/291448/

Change-Id: I4de8a4aeb70b3525f83f92808e1fa2db07f31af9
Signed-off-by: jingjieli <jingjie.li@samsung.com>
6 weeks ago[M120 Migration] Add willdraw logic for web app 56/308656/3
wangjing [Thu, 28 Mar 2024 10:14:52 +0000 (18:14 +0800)]
[M120 Migration] Add willdraw logic for web app

Use willdraw to commit wl_buffer to efl while rotation is done.

Add willdraw logic for off screen, only when rotation change, to
triggle the call back

Ref:
https://review.tizen.org/gerrit/#/c/platform/framework/web/chromium-efl/+/294798/
https://review.tizen.org/gerrit/#/c/platform/framework/web/chromium-efl/+/297344/

Change-Id: If32c4c9d030a7b7a9a1a2fa6f180d6af2081d1d3
Signed-off-by: wangjing <jing124.wang@samsung.com>
6 weeks ago[M120 Migration][HBBTV] Set hbbtv-carousel as origin and Create local_storage 96/308596/5 submit/tizen/20240401.160015
fangfengrong [Wed, 27 Mar 2024 03:19:30 +0000 (11:19 +0800)]
[M120 Migration][HBBTV] Set hbbtv-carousel as origin and Create local_storage

This patch implements the below HbbTV specification change. The needs
to be a mechanism that will allow for the HbbTV engine to be able to
set the origin at page load time. It must *ONLY* set the origin and leave
the URL set to the "dvb://xxx.xxx.xxx.xxx/" part. All other components
not derived from the origin must stay the same.

This code will read the isolate embedders data and if it contains a
"hbbtv-carousel" url reply with that as the origin. The management of the
source data is managed by the HbbTV engine and it retains ownership of
the data buffer.

"6.3.2 Origin
 - For resources loaded via HTTP and HTTPS, the origin shall be as
   defined in clause 5.3 of the HTML5 Recommendation [54]. An HbbTV
   application shall not be considered a "privacy-sensitive" context
   for the purposes of clause 7.3 of RFC 6454 [25] and an Origin header
   shall be included in HTTP requests made on behalf of an HbbTV®
   application, and during the process of launching an HbbTV® application.
 - For resources loaded via DSM-CC object carousel, the origin shall be
   a URI of the form:
    "hbbtv-carousel" ":" "//" organisation_id ":" carousel_id where
    organisation_id is the organisation id associated with the
    currently-running broadcast related application, and carousel_id is
    the ID of the carousel from which the resource was loaded, both
    encoded in decimal with no leading zeros."

This leads to the resource url is different with the origin url.
Local Storage area is assigned according to the resource url.
Now assign it by "hbbtv-carousel" url to make two different HbbTV
applications whose linked with same window.location.origin
have common Local Storage.

Reference:
https://review.tizen.org/gerrit/#/c/289883

Change-Id: Ic711c505912e5ff309d87e386f1e4c5fc55f6841
Signed-off-by: fangfengrong <fr.fang@samsung.com>
6 weeks ago[Plugin Hole] Fix plugin hole layer render issue 82/308482/2
Lizhi Fan [Tue, 26 Mar 2024 08:44:15 +0000 (16:44 +0800)]
[Plugin Hole] Fix plugin hole layer render issue

In M108 the glrender change to skiarender, need use the correct
skia blend mode for hole layer.

Change-Id: I8f42322bf82185c447f1e934a24c3e7ce2cdc87c
Signed-off-by: Lizhi Fan <lizhi.fan@samsung.com>
6 weeks ago[M120 Migration][VD] Modify samesite default value 65/308665/3
jiangyuwei [Thu, 28 Mar 2024 11:36:50 +0000 (19:36 +0800)]
[M120 Migration][VD] Modify samesite default value

M94 modified the default value of samesite to Lax,
some applications not follow the latest samesite spec.
Revert the upstream patches for modify samesite default
value firstly, then request applications to modify it.

Revert upstream patches:
https://chromium-review.googlesource.com/c/chromium/src/+/3059260
https://chromium-review.googlesource.com/c/chromium/src/+/3046782

References:
  - https://review.tizen.org/gerrit/293942/

Change-Id: Ief0323f22b9034cafd5ae7ad23ab12d8487e4a12
Signed-off-by: jiangyuwei <yuwei.jiang@samsung.com>
6 weeks ago[M120 Migration][VD] Use Arrow Scroll for WebBrowser 52/308552/3 submit/tizen/20240331.160015
wangjing [Wed, 27 Mar 2024 09:21:59 +0000 (17:21 +0800)]
[M120 Migration][VD] Use Arrow Scroll for WebBrowser

TV WebBrowser has a feature, use remote controller to do arrow scroll:
+ enter Key, ^ up key, v down key, > right key, < left key
         ^
         ^
       <<+>>
         v
         v
When the enter key is pressed, WebBrowser will be set to Direction Scroll Mode
if use arrow scroll feature is enabled and the web page is scrollable. And then
user can press up/down/left/right key on remote controller to scroll the web
page on different direction.

By default, TV WebBrowser capture key events and transfer
enter/up/down/left/right key events to mouse left button down/move events to
simulate the cursor's mouse down/move behaviors.

Add ewk_settings_uses_arrow_scroll_set / ewk_settings_uses_arrow_scroll_get
api to enable/disable this feature in web engine.

WebBrowser uses "run,arrow,scroll" smart callback to set the mode.

Ref:
https://review.tizen.org/gerrit/#/c/290824/

Change-Id: If15be0f144566f86efb3be812819c0a1cab4afb4
Signed-off-by: wangjing <jing124.wang@samsung.com>
6 weeks ago[M120 Migration] Fix SVACE issue 40/308740/2 submit/tizen/20240329.160015
Nikhil Shingne [Fri, 29 Mar 2024 09:43:13 +0000 (15:13 +0530)]
[M120 Migration] Fix SVACE issue

This fixes SVACE issue WID:57175412 Missing break at the end of case.

Reference:
https://review.tizen.org/gerrit/#/c/308632/

Change-Id: I3d095bf2a65a1332f67cc4ca513ceb477f7e1e11
Signed-off-by: Nikhil Shingne <n.shingne@samsung.com>
6 weeks ago[M120 Migration] Fixing SVACE Issues 12/308712/4
Nikhil Shingne [Fri, 29 Mar 2024 06:07:05 +0000 (11:37 +0530)]
[M120 Migration] Fixing SVACE Issues

This patch fixes the DEREF_OF_NULL issue

Reference:
https://review.tizen.org/gerrit/#/c/platform/framework/web/chromium-efl/+/302538/

Change-Id: I3c918d115107408cbebdae6db3b630cfaa8a4517
Signed-off-by: Nikhil Shingne <n.shingne@samsung.com>
6 weeks ago[WRTjs][VD][PPFWK] Set window ID for share 85/308585/6
DongHyun Song [Thu, 28 Mar 2024 01:30:03 +0000 (10:30 +0900)]
[WRTjs][VD][PPFWK] Set window ID for share

WRT already get the wayland resource ID before SetWindowId.
So, EwkExtensionSystemDelegate::SetWindowId() don't need to work
same thing.
Getting wayland resource ID sometimes takes much time about 50~100ms
due to IPC with wayland server.

Change-Id: I9f6d2bc5faa1c82d3b1d84a4d90ea76f6ef08be8
Signed-off-by: DongHyun Song <dh81.song@samsung.com>
6 weeks ago[M120 Migration][HBBTV] Implement getStartDate interface 74/308674/4
zhishun.zhou [Thu, 28 Mar 2024 13:14:51 +0000 (21:14 +0800)]
[M120 Migration][HBBTV] Implement getStartDate interface

Support JS interface getStartDate(), that is used by HbbTV certification
for HTML5 video DASH tests.

Patch from:
https://review.tizen.org/gerrit/#/c/292999
https://review.tizen.org/gerrit/#/c/300457
https://review.tizen.org/gerrit/#/c/300758
https://review.tizen.org/gerrit/#/c/301571
https://review.tizen.org/gerrit/#/c/301776
https://review.tizen.org/gerrit/#/c/302497

Change-Id: Ic494eb1d8fac06a03c2004f53a02b0875b18e28b
Signed-off-by: xiaofang <fang.xiao@samsung.com>
Signed-off-by: zhishun.zhou <zhishun.zhou@samsung.com>
6 weeks ago[M120 Migration][VD] Remove OnParentViewResize in destruction. 05/308705/1 accepted/tizen/unified/20240329.230603 accepted/tizen/unified/x/20240401.013242 accepted/tizen/unified/x/20240401.142252
wangjing [Fri, 29 Mar 2024 05:27:24 +0000 (13:27 +0800)]
[M120 Migration][VD] Remove OnParentViewResize in destruction.

Remove OnParentViewResize in destrunction to avoid invalid
callback was called which will cause evas_gl error.

Ref:
https://review.tizen.org/gerrit/#/c/300386/

Change-Id: Ic0b8a426c557d645488971f0437bec548813d24f
Signed-off-by: wangjing <jing124.wang@samsung.com>
7 weeks agoThis patch combine three patch which is related to "--gcov" flag. 76/308676/2
Manjeet [Thu, 28 Mar 2024 14:30:00 +0000 (20:00 +0530)]
This patch combine three patch which is related to "--gcov" flag.

First patch provides an option to enable gcov for Tizen target and
change to build with gcc when given "--gcov" option.

In second patch we change "gcov" option value for SR QB
Refer to SR Tizen Build macro in [0].
The value of the variable should be "1" to enable gcov.

In third patch we change "gcov" option value in spec file
Change the value for SR QB

References:
https://review.tizen.org/gerrit/290776
https://review.tizen.org/gerrit/292688
https://review.tizen.org/gerrit/293899

Change-Id: Iccc9042fb4c4a373bdd1777b77e1b97d95651d03

7 weeks agofixup! [M108 Migration][API] Implement ewk_view_session_timeout_set internal API 55/308655/4
sidpaswan [Thu, 28 Mar 2024 10:05:35 +0000 (15:35 +0530)]
fixup! [M108 Migration][API] Implement ewk_view_session_timeout_set internal API

The crash observed was due introduction of CHECK failure in
To<LocalDOMWindow>(GetExecutionContext()) . The code has been
modified accordingly to bypass this check fail and also added
nullptr condition check for the same.

Change-Id: Id01d38092bb9d1badd9828286cb870403039fb9f
Signed-off-by: sidpaswan <s.paswan@samsung.com>
7 weeks ago[M120 Migration][VD] Implement InterceptRequestCancelCallback 21/308521/2
fang fengrong [Wed, 27 Mar 2024 03:14:36 +0000 (11:14 +0800)]
[M120 Migration][VD] Implement InterceptRequestCancelCallback

1. Implement ewk_context_intercept_request_cancel_callback_set
2. Use scoped_refptr to manager lifecycle of _Ewk_Intercept_Request

Reference:
https://review.tizen.org/gerrit/#/c/291896

Change-Id: I8b28f6059723a4bb8d78f6b789f2ced4ec900ba4
Signed-off-by: fang fengrong <fr.fang@samsung.com>
7 weeks agofixup! [M120 Migration] Build libchromium-impl.so with chrome implementation 71/308571/3
Chandan Padhi [Wed, 27 Mar 2024 14:14:47 +0000 (19:44 +0530)]
fixup! [M120 Migration] Build libchromium-impl.so with chrome implementation

This commit restores !build_chrome check that got removed in the parent
patch to fix desktop chrome build errors.

Change-Id: I474d226698695cd0a5b5e6d3193b114236b87e77
Signed-off-by: Chandan Padhi <c.padhi@samsung.com>
7 weeks ago[M120 Migration]URL of _Ewk_Error set wrong 49/308249/3 submit/tizen/20240328.160015
fang fengrong [Tue, 19 Mar 2024 08:50:47 +0000 (16:50 +0800)]
[M120 Migration]URL of _Ewk_Error set wrong

The url should be set as the third parameter of _Ewk_Error constructor.

refer:
https://review.tizen.org/gerrit/#/c/297326

Change-Id: Ic0ebe2a005083749afc4e28defd6d51e2cc7e59d
Signed-off-by: fang fengrong <fr.fang@samsung.com>
7 weeks ago[WRTjs][VD] Refactors to reduce IS_TIZEN_TV flag 17/308517/4
DongHyun Song [Wed, 27 Mar 2024 02:00:32 +0000 (11:00 +0900)]
[WRTjs][VD] Refactors to reduce IS_TIZEN_TV flag

Seperates WRTBrowserContextTV class to reduce IS_TIZEN_TV flag

Change-Id: I5a45a309541bebe7f6ce84e3d04066c3dc844ea6
Signed-off-by: DongHyun Song <dh81.song@samsung.com>
7 weeks ago[M120 Migration][SVACE] Check stream before using 54/308554/3
zhishun.zhou [Wed, 27 Mar 2024 10:04:40 +0000 (18:04 +0800)]
[M120 Migration][SVACE] Check stream before using

Several issues reported crash as null check missing
Add stream check before using

Patch from:
https://review.tizen.org/gerrit/#/c/301574/

Change-Id: I83328ff8bc530b15cd43aaa41ac477c553132bec
Signed-off-by: yanqing.lu <yanqing.lu@samsung.com
Signed-off-by: zhishun.zhou <zhishun.zhou@samsung.com>
7 weeks ago[M120 Migration][NaCl][PPFwk] Enable VD Trusted Plugins functionality 93/308293/3
jinbei09 [Mon, 18 Mar 2024 13:12:15 +0000 (21:12 +0800)]
[M120 Migration][NaCl][PPFwk] Enable VD Trusted Plugins functionality

Migrated from tizen 8.0:
https://review.tizen.org/gerrit/#/c/platform/framework/web/chromium-efl/+/289527/

Change-Id: Idd760f65428cade6f2efa9df96dd8e15871fe795
Signed-off-by: jinbei09 <jinbei09.dai@samsung.com>
7 weeks ago[M120 Migration][VD][Accessibility] TV customization of accessibility 15/308415/4
jiangyuwei [Mon, 25 Mar 2024 07:13:55 +0000 (15:13 +0800)]
[M120 Migration][VD][Accessibility] TV customization of accessibility

1. TTS does not output for blur and focus on the same node

2. Ignore uncheck event for radio button

3. Do not emit children-changed::remove when subtree will be deleted

4. Avoid description and name completely same

5. Set focus ring color to blue on tizen TV

6. Show focus ring on tv browser

References:
  - https://review.tizen.org/gerrit/#/c/291477/

Change-Id: I183f4702cd43744f8f4bc7fb12a40bcdb74f2b7a
Signed-off-by: jiangyuwei <yuwei.jiang@samsung.com>
7 weeks ago[M120 Migration][VD] Add schemes for Tizen TV product 16/308516/2
fangfengrong [Wed, 27 Mar 2024 00:55:10 +0000 (08:55 +0800)]
[M120 Migration][VD] Add schemes for Tizen TV product

Fix hbbtv schemes don't call in IsURLHandledByNetworkService

refer:
https://review.tizen.org/gerrit/#/c/292964

Change-Id: I8e65d60c46e8d585642047661580147bf9e178eb
Signed-off-by: fangfengrong <fr.fang@samsung.com>
7 weeks ago[M120 Migration][MM] Ensure player is destroyed before IEMEDrmBridge 99/308499/3
zhishun.zhou [Tue, 26 Mar 2024 09:04:50 +0000 (17:04 +0800)]
[M120 Migration][MM] Ensure player is destroyed before IEMEDrmBridge

Issue:
when app use EME, chromium pass encrytped frame and key handle to MM,
and then MM decrypt frames.
When WebMediaPlayerImpl is destroyed, PipelineController::Stop will
destroy player by mojom IPC in browser process.
But IEMEDrmBridge is destroyed in render process.
If IEMEDrmBridge is destroyed before player, MM still use key handle to
decrypt, then it will crash.

Solution:
Use a sync IPC to ensure player is destroyed before IEMEDrmBridge

Patches from:
https://review.tizen.org/gerrit/#/c/299374/
https://review.tizen.org/gerrit/#/c/300392/
https://review.tizen.org/gerrit/#/c/302624/

Change-Id: I20b77e1c53d3dca685aaf0f355b3b8a149ccc056
Signed-off-by: wuxiaoliang <xliang.wu@samsung.com>
Signed-off-by: zhishun.zhou <zhishun.zhou@samsung.com>
7 weeks ago[M120 Migration][HBBTV] Implement ewk_context_register_jsplugin_mime_types 81/308481/2
fang fengrong [Tue, 26 Mar 2024 08:37:29 +0000 (16:37 +0800)]
[M120 Migration][HBBTV] Implement ewk_context_register_jsplugin_mime_types

remove EWK_BRINGUP
add fixup code

refer:
https://review.tizen.org/gerrit/#/c/290762

Change-Id: Iedd44b169d45a2063d385649d7266c5947cfa689
Signed-off-by: fang fengrong <fr.fang@samsung.com>
7 weeks ago[M120 Migration] Implement rotation for Aura 62/308462/3 submit/tizen/20240327.160014
Jing Wang [Tue, 26 Mar 2024 03:13:14 +0000 (11:13 +0800)]
[M120 Migration] Implement rotation for Aura

Pass rotation information to make rotate working.

Ref:
https://review.tizen.org/gerrit/#/c/291386/

Change-Id: Ia2576c8521a7fc78330ac6630c6d6f9dcc3e1382
Signed-off-by: Jing Wang <jing124.wang@samsung.com>