Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Unified Diff: docs/intro/message_pipes.md

Issue 1762503002: Add some docs about mojom (files/IDL). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: review Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/intro/intro.md ('k') | docs/intro/mojom.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/intro/message_pipes.md
diff --git a/docs/intro/message_pipes.md b/docs/intro/message_pipes.md
index abe3013b789894382395f26795bf2f0720a332aa..10a9479bf9b595b8aca27b4c72e3b46e8f04d569 100644
--- a/docs/intro/message_pipes.md
+++ b/docs/intro/message_pipes.md
@@ -11,7 +11,8 @@ of the meaning of the data or of the handles (other than their intrinsic
properties).
That said, Mojo provides a *standard* way of communicating over message pipes,
-namely via a standardized protocol together with [Mojom](mojom.md) IDL files.
+namely via a standardized protocol together with [Mojom IDL](mojom_idl.md)
+files.
## Messages
@@ -82,9 +83,9 @@ it). Of course, this requires that the protocol support this:
* Message pipes must be used in a "directional" way: there must be fixed request
and response directions or, equivalently, one endpoint belongs to the *client*
and the other to the *server* (or *impl*). (Historical note: This is the case
- for the current Mojom protocol, but not in previous versions.) The issue here
- is that without this, the sender of the request messages may have to process
- incoming request messages from its peer.
+ for the current [Mojom protocol](mojom_protocol.md), but not in previous
+ versions.) The issue here is that without this, the sender of the request
+ messages may have to process incoming request messages from its peer.
* Request messages must have unique response messages. (In the Mojom protocol,
request messages have optional unique responses. For messages without
responses, one can just proceed immediately without waiting. However, without
« no previous file with comments | « docs/intro/intro.md ('k') | docs/intro/mojom.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698