[roll] Roll fuchsia [ui] Add timeouts to view connection and focus listener handlers

- SceneManager: Introduces a 15-second timeout on ChildViewWatcher and
  Focuser calls in set_root_view_internal. This prevents scene_manager
  from deadlocking indefinitely if a client fails to complete its
  view creation.
- FocusListener: Introduces a 15-second timeout on kbd_focus::Controller
  notifications. This prevents the input pipeline from hanging and
  stalling focus updates if text_manager is non-responsive.

Original-Original-Fixed: 524691638
Original-Original-Fixed: 524682956
Test: fx test scene_management_tests
Test: fx test input_pipeline_lib_tests

Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1672774
Original-Original-Revision: 6a87143ba54d0eb5bc9257944593c34032947902
GitOrigin-RevId: d00f8e5c7ef2b1be0f44d1b8b8e5c93a0589e4b9
Change-Id: I1a9ba689343b7dcd4f3f2da01a3ee325a5392b16
1 file changed
tree: ea68d6359fab63dc16f0dfa75082ffaf2a3b29bf
  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.