[roll] Roll fuchsia Revert "[scenic] Delete kUp and kDown phases from InternalPointerEvent"

This reverts commit c63c7c6bbce2f439a1d91c9915f722317e57dd28.

Reason for revert: Broke A11yLegacyContender. Whoops.

Original change's description:
> [scenic] Delete kUp and kDown phases from InternalPointerEvent
>
> Removes support for legacy Up and Down phases from InternalPointerEvent
> now that legacy injection is gone. We instead add these phases back
> in for legacy clients before sending the events.
> This has the small side-effect of reordering when legacy focus events
> make it to the client. Where previously they would get ADD-FOCUS-DOWN
> they now get ADD-DOWN-FOCUS.
> This should be fine. No one should be relying on that specific behavior
> to begin with, and tap-focus is turned off on all products anyway.
>
> Edit: Uncovered a bug with how this was done previously where it
> wouldn't always end a contest at the correct time. With the
> faulty filtering logic in TouchSourceBase gone that particular
> failure mode is now impossible.
>
> Original-Fixed: 53316
>
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/734404

No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/736103
Original-Revision: edf5f84816084070d44b367ea2c7df7eea2eda4d
GitOrigin-RevId: cc9b41d835698df183c9aefee4b0ee341d8f4d27
Change-Id: Ieca15f532ee8bd3d0aadce6408ce32bb08249567
1 file changed
tree: 66d910554400e461f0c98912f1da9637d3aa01db
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
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.