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

Side by Side Diff: native_client_sdk/doc_generated/devguide/coding/message-system.html

Issue 2875303003: Add migration to WebAssembly information to PNaCl / NaCl docs. (Closed)
Patch Set: fix Created 3 years, 6 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
OLDNEW
1 {{+bindTo:partials.standard_nacl_article}} 1 {{+bindTo:partials.standard_nacl_article}}
2 2
3 <section id="messaging-system"> 3 <b><font color="#cc0000">
4 <span id="message-system"></span><h1 id="messaging-system"><span id="message-sys tem"></span>Messaging System</h1> 4 NOTE:
5 Deprecation of the technologies described here has been announced
6 for platforms other than ChromeOS.<br/>
7 Please visit our
8 <a href="/native-client/migration">migration guide</a>
9 for details.
10 </font></b>
11 <hr/><section id="messaging-system">
12 <h1 id="messaging-system">Messaging System</h1>
5 <div class="contents local" id="contents" style="display: none"> 13 <div class="contents local" id="contents" style="display: none">
6 <ul class="small-gap"> 14 <ul class="small-gap">
7 <li><a class="reference internal" href="#reference-information" id="id2">Referen ce information</a></li> 15 <li><a class="reference internal" href="#reference-information" id="id2">Referen ce information</a></li>
8 <li><p class="first"><a class="reference internal" href="#introduction-to-the-me ssaging-system" id="id3">Introduction to the messaging system</a></p> 16 <li><p class="first"><a class="reference internal" href="#introduction-to-the-me ssaging-system" id="id3">Introduction to the messaging system</a></p>
9 <ul class="small-gap"> 17 <ul class="small-gap">
10 <li><a class="reference internal" href="#design-of-the-messaging-system" id="id4 ">Design of the messaging system</a></li> 18 <li><a class="reference internal" href="#design-of-the-messaging-system" id="id4 ">Design of the messaging system</a></li>
11 </ul> 19 </ul>
12 </li> 20 </li>
13 <li><p class="first"><a class="reference internal" href="#communication-tasks-in -the-hello-world-example" id="id5">Communication tasks in the &#8220;Hello, Worl d&#8221; example</a></p> 21 <li><p class="first"><a class="reference internal" href="#communication-tasks-in -the-hello-world-example" id="id5">Communication tasks in the &#8220;Hello, Worl d&#8221; example</a></p>
14 <ul class="small-gap"> 22 <ul class="small-gap">
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 pp::VarArray keys = dictionary.GetKeys(); 356 pp::VarArray keys = dictionary.GetKeys();
349 // ... 357 // ...
350 } else { 358 } else {
351 // ... 359 // ...
352 } 360 }
353 } 361 }
354 </pre> 362 </pre>
355 </section> 363 </section>
356 364
357 {{/partials.standard_nacl_article}} 365 {{/partials.standard_nacl_article}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698