[M108 Migration][VD] Disable NAVIGATION popup in TV. 88/289388/5
authorfeifei08.liu <feifei08.liu@samsung.com>
Tue, 7 Mar 2023 02:25:33 +0000 (10:25 +0800)
committerBot Blink <blinkbot@samsung.com>
Mon, 13 Mar 2023 06:24:57 +0000 (06:24 +0000)
commit31da62379e7bfa5b3b22e914b2945c5e39ad47de
tree1aa11cc0a1dd0ec90217ca84e7ab4454aacccc69
parent3baf986e8083dbc5a2dacef45f7fe3da1128d683
[M108 Migration][VD] Disable NAVIGATION popup in TV.

NAVIGATION popup show default one which create
by WebEngine.
As WebBrowser owns both WebView and control bar.
It is hard to handle event while popup shows.

After discuss with WebBrowser, disable this popup
at first.

If re-use later, this popup can be implement by
WebBrowser with below APIs:
ewk_view_before_unload_confirm_panel_callback_set
ewk_view_before_unload_confirm_panel_reply

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

Change-Id: I8f4d43dd18ecdcb170f96a06d098c345d54e6b4c
Signed-off-by: feifei08.liu <feifei08.liu@samsung.com>
third_party/blink/renderer/core/page/chrome_client.cc