commit | 1f98d348ff74d10f5f7efac6a381b43d477bacc8 | [log] [tgz] |
---|---|---|
author | Filip Filmar <fmil@fuchsia.infra.roller.google.com> | Thu Aug 26 22:42:12 2021 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Aug 26 15:43:30 2021 -0700 |
tree | 5d7d43db7ac34a09d44aecbc976374ca0069cb39 | |
parent | 9ffb7b8af9426e88d7fc3ef28af3314a87123e70 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.