0
Files
src/ui
Orko Garai dc46fa8321 [ozone/wayland] Text input refactors part 2: Split interfaces
Split the legacy ZWPTextInputWrapper interface in two and add impls for
each of them:
- ZwpTextInputV1[Impl]
- ZwpTextInputV3[Impl]

In this change the text input v1 and v3 objects are still
multi-instance, i.e. each WaylandInputMethodContext owns a separate
instance of either ZwpTextInputV1 or ZwpTextInputV3.

ZwpTextInputV* objects will be converted to singletons in a
subsequent change.

Bug: 414284073
Change-Id: I99751d0ec27f646dacd836808d25b5b9d96ff7b4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6495371
Commit-Queue: Orko Garai <orko@igalia.com>
Reviewed-by: Kramer Ge <fangzhoug@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1454042}
2025-04-30 10:41:13 -07:00
..
2025-03-25 07:56:27 -07:00
2025-04-22 12:24:10 -07:00

This directory contains UI frameworks used to build various user interface features. This directory is not intended to contain UI features (such as a keyboard).