[roll] Roll fuchsia [ui][input] Harden input routing and IME state transitions

This change addresses multiple issues in the text manager to improve the
robustness of keyboard event delivery and focus state transitions.

Changes:
- Ensure the `active_ime` within `TextManager` is cleared immediately
  when `focus.Controller.Notify` observes a focus change. This prevents
  old IMEs from continuing to interact with newly focused text contexts.
- Enhance the `KeyListenerStore` inside `keyboard3.rs` to validate
  `ViewRef` uniqueness on subscriber registration. Rather than silently
  overwriting, attempts to bind an already-registered ViewRef are now
  explicitly rejected.

Original-Original-Fixed: 521639275
Original-Original-Fixed: 521639525
Test: fx test text_manager_test
TAG: agy
CONV: 950bb9ba-366b-4d41-aa40-c0908fedb84b
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1779673
Original-Original-Revision: 96fd1120be98ccb2beea319462c0ab9b0970154f
GitOrigin-RevId: 57a4d1cfbd9ddad1c451c5b72b6465aea4805810
Change-Id: I23b457447b60b57e7ae3a4aa591194e3b2638144
1 file changed
tree: 0185738fbe0df5ba79fe89c68fd6f51a96d1f43c
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.