[roll] Roll fuchsia [fidl][llcpp] Introduce WireSharedClient

Start of implementation of use-after-free prevention in client bindings,
following the proposed steps in fxbug.dev/75485.

This CL copies the existing fidl::Client interface into
fidl::WireSharedClient, since we would be restricting functionality in
fidl::Client later on. Subsequent CLs would evolve the API of
WireSharedClient to where we want it to be.

Tests related to cloning are moved to use the fidl::WireSharedClient
type, since cloning is going to be a feature exclusive to that client
type.

Original-Bug: 75485
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/536788
Original-Revision: a05d59d02c6d655b83f68c054efd183e3a69a510
GitOrigin-RevId: 418691f5e6548fd1d548ef49523b2e24092d972e
Change-Id: I28eb7bd8f7915085916b94de58930e3bd2814465
1 file changed
tree: 5588483a7fea8e7fe21eb459129a3d0ce0698e65
  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.