This is a large update to all Mojo and services documentation in the
tree. Here are the changes in a nutshell:
- Images for Mojo docs are upstreamed instead of being pulled from
docs.google.com
- Various minor updates, corrections, clarifications in core Mojo
docs
- Consolidation of documents in the tree.
- Refresh of all service and Service Manager related documentation,
removing lots of outdated information, adding clarifying definitions
and examples of core concepts
As of this CL, the relevant documentation in the tree is pared down
to:
- The mojo/ subtree itself
- services/README.md - service guidelines
- services/service_manager/README.md - general service manager
and service API documentation, examples, etc
- docs/mojo_and_services.md - intro to mojo & services for
chromium developers
- docs/mojo_ipc_conversion.md - advice for converting legacy IPCs
to mojo interfaces
- docs/servicification.md - advice for servicifying chromium
features specifically
Specifically this wipes out content/public/common/services.md,
ipc/README.md, services/service_manager/service_manifests.md, and
services/api_standards.md. Any still-relevant content that was in
these docs has been merged into one of the docs listed above.
Finally, the presence in docs/README.md has been cleaned up a bit.
A new section for "Mojo & Services" is added with links to the above
list of documents.
Change-Id: I294a32025afdca62441d3605da51d714f3aebd00
TBR: jam@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/1441640
Commit-Queue: Ken Rockot <rockot@google.com>
Reviewed-by: Oksana Zhuravlova <oksamyt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#629384}