[roll] Roll fuchsia [input] Enforces timestamp on KeyEvent

The FIDL API around `fuchsia.ui.input3.KeyEvent` already assumes that
all events have set timestamps. (It's an accident of FIDL that the
fields end up optional in the API.)

We didn't actually verify that we're adding timestamps, so this change
makes sure that happens. I planted some tripwires for missing timestamps
where I expect they could be caught well. Sadly because of the way FIDL
API is generated, we can not have compile time guarantees, so this is
likely the best we can do.

I'm optimistic about the approach, though, because a number of tests
failed as soon as I added this new requirement. They have been fixed in
this commit so that they pass.  I didn't do an exhaustive search for
issues since I don't think there's a good way to verify that everything
has been handled.

Original-Fixed: 74292
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/573576
Original-Revision: 6c9475467abbba49190e4f4da9e32465cefbd65a
GitOrigin-RevId: 056f1ca494895b36809916095c42aa62186a0dd0
Change-Id: I9eec58a0df49388a197818f0332360446e1ca6f3
1 file changed
tree: 5d7d43db7ac34a09d44aecbc976374ca0069cb39
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 via the IRC channel #fuchsia on Freenode.

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.