[roll] Roll fuchsia [display][coordinator] Migrate to PostTask() with checked allocations.

Each dispatch callsite migrated in this CL removes an unchecked dynamic
memory allocation, which occurred at the set_handler() callsites when
lambdas were converted into fit::function instances.

Original-Bug: 42080591
Test: fx test display-coordinator-unittests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/882351
Original-Revision: 4f755b1831563c3d883fa07b52e6174754ad9270
GitOrigin-RevId: 497a0e9a86401ceff5b01f316bec5f0002f92ea3
Change-Id: I66f6ef81020216011290997c6f92fe1e3cd88be7
1 file changed
tree: 11bd4fb93e3694c2927dcd62588545e0e35cd0f1
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.