[M108 Migration][VD] Support device 02/288602/3
authorliuxd <xd123.liu@samsung.com>
Mon, 20 Feb 2023 07:44:46 +0000 (15:44 +0800)
committerBot Blink <blinkbot@samsung.com>
Tue, 21 Feb 2023 23:04:59 +0000 (23:04 +0000)
commita43f40781444e8d4f4bdb72295de8bc9da03c6c9
tree44661641b408ecd2a6c28ec8aa4177ada97e7509
parent6b2454958c457b3fa6a4a6d00fad162b83d78c84
[M108 Migration][VD] Support device

1. Allow to show IME by the Enter key in RC device
For TV profile, to support the new requirement that allow to show IME
by the Enter key in Remote Control device.

Now add a parameter in web keyboard event to mark if the key event is from RC;
and use "is_from_rc" and "windows_key_code == ui::VKEY_RETURN" to distinguish
the Enter key in Remote Control device.

Migrated from M94_aura:
https://review.tizen.org/gerrit/#/c/281776

2.Support device name property in keyboard event

There is a requirement from HotelTV product team to support device name
property in keyboard event:
Some 3rd-party want to distinguish by device name when key event fired
between devices.

Refer:
https://review.tizen.org/gerrit/#/c/+/282276

Signed-off-by: liuxd <xd123.liu@samsung.com>
Change-Id: I05d8e28afe2b12ccf1d281c7634bab380a0e5b90
tizen_src/chromium_impl/ui/ozone/platform/efl/efl_event_handler.cc
tizen_src/chromium_impl/ui/ozone/platform/efl/efl_keycode_map.h
ui/events/blink/web_input_event.cc
ui/events/event.cc
ui/events/event.h
ui/events/event_utils.h
ui/events/events_default.cc