| OLD | NEW |
| 1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
| 2 | 2 |
| 3 <section id="running"> | 3 <section id="running"> |
| 4 <span id="devcycle-running"></span><h1 id="running"><span id="devcycle-running">
</span>Running</h1> | 4 <span id="devcycle-running"></span><h1 id="running"><span id="devcycle-running">
</span>Running</h1> |
| 5 <div class="contents local topic" id="contents"> | 5 <div class="contents local" id="contents" style="display: none"> |
| 6 <ul class="small-gap"> | 6 <ul class="small-gap"> |
| 7 <li><a class="reference internal" href="#introduction" id="id5">Introduction</a>
</li> | 7 <li><a class="reference internal" href="#introduction" id="id5">Introduction</a>
</li> |
| 8 <li><a class="reference internal" href="#portable-native-client-pnacl-applicatio
ns" id="id6">Portable Native Client (PNaCl) applications</a></li> | 8 <li><a class="reference internal" href="#portable-native-client-pnacl-applicatio
ns" id="id6">Portable Native Client (PNaCl) applications</a></li> |
| 9 <li><a class="reference internal" href="#native-client-applications-and-the-chro
me-web-store" id="id7">Native Client applications and the Chrome Web Store</a></
li> | 9 <li><a class="reference internal" href="#native-client-applications-and-the-chro
me-web-store" id="id7">Native Client applications and the Chrome Web Store</a></
li> |
| 10 <li><p class="first"><a class="reference internal" href="#prerequisites" id="id8
">Prerequisites</a></p> | 10 <li><p class="first"><a class="reference internal" href="#prerequisites" id="id8
">Prerequisites</a></p> |
| 11 <ul class="small-gap"> | 11 <ul class="small-gap"> |
| 12 <li><a class="reference internal" href="#browser-and-pepper-versions" id="id9">B
rowser and Pepper versions</a></li> | 12 <li><a class="reference internal" href="#browser-and-pepper-versions" id="id9">B
rowser and Pepper versions</a></li> |
| 13 <li><a class="reference internal" href="#chrome-cache" id="id10">Chrome Cache</a
></li> | 13 <li><a class="reference internal" href="#chrome-cache" id="id10">Chrome Cache</a
></li> |
| 14 </ul> | 14 </ul> |
| 15 </li> | 15 </li> |
| 16 <li><p class="first"><a class="reference internal" href="#requirements" id="id11
">Requirements</a></p> | 16 <li><p class="first"><a class="reference internal" href="#requirements" id="id11
">Requirements</a></p> |
| 17 <ul class="small-gap"> | 17 <ul class="small-gap"> |
| 18 <li><a class="reference internal" href="#native-client-flag" id="id12">Native Cl
ient flag</a></li> | 18 <li><a class="reference internal" href="#native-client-flag" id="id12">Native Cl
ient flag</a></li> |
| 19 <li><a class="reference internal" href="#web-server" id="id13">Web server</a></l
i> | 19 <li><a class="reference internal" href="#web-server" id="id13">Web server</a></l
i> |
| 20 </ul> | 20 </ul> |
| 21 </li> | 21 </li> |
| 22 <li><a class="reference internal" href="#technique-1-local-server" id="id14">Tec
hnique 1: Local server</a></li> | 22 <li><a class="reference internal" href="#technique-1-local-server" id="id14">Tec
hnique 1: Local server</a></li> |
| 23 <li><a class="reference internal" href="#technique-2-packaged-application-loaded
-as-an-unpacked-extension" id="id15">Technique 2: Packaged application loaded as
an unpacked extension</a></li> | 23 <li><a class="reference internal" href="#technique-2-packaged-application-loaded
-as-an-unpacked-extension" id="id15">Technique 2: Packaged application loaded as
an unpacked extension</a></li> |
| 24 <li><a class="reference internal" href="#technique-3-hosted-application-loaded-a
s-an-unpacked-extension" id="id16">Technique 3: Hosted application loaded as an
unpacked extension</a></li> | 24 <li><a class="reference internal" href="#technique-3-hosted-application-loaded-a
s-an-unpacked-extension" id="id16">Technique 3: Hosted application loaded as an
unpacked extension</a></li> |
| 25 <li><a class="reference internal" href="#technique-4-chrome-web-store-applicatio
n-with-trusted-testers" id="id17">Technique 4: Chrome Web Store application with
trusted testers</a></li> | 25 <li><a class="reference internal" href="#technique-4-chrome-web-store-applicatio
n-with-trusted-testers" id="id17">Technique 4: Chrome Web Store application with
trusted testers</a></li> |
| 26 </ul> | 26 </ul> |
| 27 </div> | 27 |
| 28 <section id="introduction"> | 28 </div><section id="introduction"> |
| 29 <h2 id="introduction">Introduction</h2> | 29 <h2 id="introduction">Introduction</h2> |
| 30 <p>This document describes how to run Native Client applications during | 30 <p>This document describes how to run Native Client applications during |
| 31 development.</p> | 31 development.</p> |
| 32 <p>The workflow for PNaCl applications is straightfoward and will only be discus
sed | 32 <p>The workflow for PNaCl applications is straightfoward and will only be discus
sed |
| 33 briefly. For NaCl applications distributed through the web-store, there is a | 33 briefly. For NaCl applications distributed through the web-store, there is a |
| 34 number of options and these will be discussed more in-depth.</p> | 34 number of options and these will be discussed more in-depth.</p> |
| 35 </section><section id="portable-native-client-pnacl-applications"> | 35 </section><section id="portable-native-client-pnacl-applications"> |
| 36 <h2 id="portable-native-client-pnacl-applications">Portable Native Client (PNaCl
) applications</h2> | 36 <h2 id="portable-native-client-pnacl-applications">Portable Native Client (PNaCl
) applications</h2> |
| 37 <p>Running PNaCl applications from the open web is enabled in Chrome version 31
and | 37 <p>Running PNaCl applications from the open web is enabled in Chrome version 31
and |
| 38 above; therefore, no special provisions are required to run and test such | 38 above; therefore, no special provisions are required to run and test such |
| (...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 432 </ul> | 432 </ul> |
| 433 </li> | 433 </li> |
| 434 </ol> | 434 </ol> |
| 435 <p>To publish an application to the world after publishing it to test accounts, | 435 <p>To publish an application to the world after publishing it to test accounts, |
| 436 you must first unpublish the application. For additional information see | 436 you must first unpublish the application. For additional information see |
| 437 <a class="reference external" href="https://developers.google.com/chrome/web-sto
re/docs/publish">Publishing Your App</a>, and in | 437 <a class="reference external" href="https://developers.google.com/chrome/web-sto
re/docs/publish">Publishing Your App</a>, and in |
| 438 particular <a class="reference external" href="https://developers.google.com/chr
ome/web-store/docs/publish#testaccounts">Publishing to test accounts</a>.</p> | 438 particular <a class="reference external" href="https://developers.google.com/chr
ome/web-store/docs/publish#testaccounts">Publishing to test accounts</a>.</p> |
| 439 </section></section> | 439 </section></section> |
| 440 | 440 |
| 441 {{/partials.standard_nacl_article}} | 441 {{/partials.standard_nacl_article}} |
| OLD | NEW |