History log of /fuchsia/zircon/system/fidl/fuchsia-process/resolver.fidl
Revision Date Author Comments
# 1466e9c9 11-Sep-2018 George Kulakowski <kulakowski@google.com>

[fuchsia][process] Refer to a loader service handle by name

Test: no functional change
Change-Id: Ib2ad232a6e593c75e4968a98172dc3c55a0392b5


# abf45244 27-Aug-2018 Adam Barth <abarth@chromium.org>

[fidl] Format all the FIDL files

This CL applies fidl_format to all the FIDL files that are not used to
test the parser.

Test: No behavior change
Change-Id: I6e83e78e64ca7ec620d021298c50dcf848102176


# cdfd5dea 19-Aug-2018 Pascal Perez <pascallouis@google.com>

[fidl] Explicit import of fidl dependencies (e.g. xz).

Change-Id: I9a63c8843d73f8b085e6d3f90fdffcc4dedcecd3
Test: dry run (and using the modified fidlc compiler)


# f3b38c2a 06-Aug-2018 Adam Barth <abarth@google.com>

[fidl] Remove |status| keyword

All clients have migrated to using zx.status, which is not a language
keyword.

Test: Compiles
Change-Id: I9c2c08b5c4062c598234f4f461b53a44e8aaf5a7


# 388780a7 06-Aug-2018 Adam Barth <abarth@google.com>

[fidl] status -> zx.@status

The @ will be removed once all clients have migrated off |status| and we
can remove |status| as a language keyword.

Test: No behavior change
Change-Id: I86c37d4d9ba55b74620687a2c58fd95600ae1a53


# 1b124eb9 31-Jul-2018 Adam Barth <abarth@chromium.org>

[process] Add a Resolver for finding executables

The fuchsia.process.Resolver takes a name (e.g., "fortune") and attempts
to find an executable and shared library loader that represent that
name. This mechanism will let sh execute command-line programs from
inside packages.

PKG-54 #comment

Test: No behavior change
Change-Id: Id76ce8f61efcb0233ac97096373c98f494663de0