0
Files
src/docs
Ken Rockot ab035127bf Update Mojo and services documentation
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}
2019-02-06 00:35:24 +00:00
..
2019-02-01 18:03:12 +00:00
2018-06-20 11:00:06 +00:00
2019-02-01 22:45:30 +00:00
2018-08-22 21:52:02 +00:00
2015-09-01 04:27:19 +00:00
2018-06-27 18:53:50 +00:00
2018-10-09 19:46:36 +00:00
2018-05-08 16:27:49 +00:00
2019-02-04 19:48:29 +00:00
2018-07-09 18:39:53 +00:00

Chromium docs

This directory contains chromium project documentation in Gitiles-flavored Markdown. It is automatically rendered by Gitiles.

If you add new documents, please also add a link to them in the Document Index below.

[TOC]

Creating Documentation

Markdown documents must follow the style guide.

Preview local changes using md_browser:

# in chromium checkout
./tools/md_browser/md_browser.py

This is only an estimate. The gitiles view may differ.

  1. Upload a patch to gerrit, or receive a review request. e.g. https://chromium-review.googlesource.com/c/572236
  2. View a specific .md file. e.g. https://chromium-review.googlesource.com/c/572236/2/docs/README.md
  3. Click on gitiles link at top of page.

This gitiles view is the authoritative view, exactly the same as will be used when committed.

Document Index

Checking Out and Building

Design Docs

Integrated Development Environment (IDE) Set Up Guides

Git

Clang

General Development

Testing

Misc Linux-Specific Docs

Misc MacOS-Specific Docs

Misc Windows-Specific Docs

Misc Android-Specific Docs

Misc iOS-Specific Docs

Misc Chrome-OS-Specific Docs

Misc WebUI-Specific Docs

Media

Accessibility

Memory

Memory Infrastructure Timeline Profiling (MemoryInfra)

Misc

Mojo & Services

Probably Obsolete