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

Side by Side Diff: docs/mojom_lang/mojom_lang.md

Issue 1769863003: Reorganize/rewrite the Mojom IDL intro. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 9 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 unified diff | Download patch
« docs/intro/mojom_idl.md ('K') | « docs/intro/mojom_idl.md ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 **TODO(vtl)**: Reorganize this to be properly structured.
2
1 # Mojom IDL 3 # Mojom IDL
2 4
3 The Mojom IDL (interface definition language) is primarily used to describe 5 The Mojom IDL (interface definition language) is primarily used to describe
4 *interfaces* to be used on [message pipes](message_pipes.md). Below, we describe 6 *interfaces* to be used on [message pipes](message_pipes.md). Below, we describe
5 practical aspects of the Mojom language. Elsewhere, we describe the [Mojom 7 practical aspects of the Mojom language. Elsewhere, we describe the [Mojom
6 protocol](mojom_protocol.md). (**TODO(vtl)**: Also, serialization format? 8 protocol](mojom_protocol.md). (**TODO(vtl)**: Also, serialization format?
7 Versioning?) 9 Versioning?)
8 10
9 Text files written in Mojom IDL are given the `.mojom` extension by convention 11 Text files written in Mojom IDL are given the `.mojom` extension by convention
10 (and are usually referred to as Mojom/mojom/`.mojom` files). The Mojom bindings 12 (and are usually referred to as Mojom/mojom/`.mojom` files). The Mojom bindings
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 294
293 #### Raw handle types 295 #### Raw handle types
294 296
295 #### Interface types 297 #### Interface types
296 298
297 #### Interface request types 299 #### Interface request types
298 300
299 ## Annotations 301 ## Annotations
300 302
301 ## Pipelining 303 ## Pipelining
OLDNEW
« docs/intro/mojom_idl.md ('K') | « docs/intro/mojom_idl.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698