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

Side by Side Diff: native_client_sdk/doc_generated/overview.html

Issue 254033002: [NaCl SDK Docs] Remove links to developers.google.com (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 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 | Annotate | Revision Log
OLDNEW
1 {{+bindTo:partials.standard_nacl_article}} 1 {{+bindTo:partials.standard_nacl_article}}
2 2
3 <section id="technical-overview"> 3 <section id="technical-overview">
4 <span id="overview"></span><h1 id="technical-overview"><span id="overview"></spa n>Technical Overview</h1> 4 <span id="overview"></span><h1 id="technical-overview"><span id="overview"></spa n>Technical Overview</h1>
5 <div class="contents local" id="contents" style="display: none"> 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="id2">Introduction</a> </li> 7 <li><a class="reference internal" href="#introduction" id="id2">Introduction</a> </li>
8 <li><a class="reference internal" href="#why-use-native-client" id="id3">Why use Native Client?</a></li> 8 <li><a class="reference internal" href="#why-use-native-client" id="id3">Why use Native Client?</a></li>
9 <li><a class="reference internal" href="#common-use-cases" id="id4">Common use c ases</a></li> 9 <li><a class="reference internal" href="#common-use-cases" id="id4">Common use c ases</a></li>
10 <li><p class="first"><a class="reference internal" href="#how-native-client-work s" id="id5">How Native Client works</a></p> 10 <li><p class="first"><a class="reference internal" href="#how-native-client-work s" id="id5">How Native Client works</a></p>
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 <p>Pepper includes both a C API and a C++ API. The C++ API is a set of bindings 220 <p>Pepper includes both a C API and a C++ API. The C++ API is a set of bindings
221 written on top of the C API. For additional information about Pepper, see 221 written on top of the C API. For additional information about Pepper, see
222 <a class="reference external" href="http://code.google.com/p/ppapi/wiki/Concepts ">Pepper Concepts</a>.</p> 222 <a class="reference external" href="http://code.google.com/p/ppapi/wiki/Concepts ">Pepper Concepts</a>.</p>
223 </section></section><section id="versioning"> 223 </section></section><section id="versioning">
224 <h2 id="versioning">Versioning</h2> 224 <h2 id="versioning">Versioning</h2>
225 <p>Chrome is released on a six week cycle, and developer versions of Chrome are 225 <p>Chrome is released on a six week cycle, and developer versions of Chrome are
226 pushed to the public beta channel three weeks before each release. As with any 226 pushed to the public beta channel three weeks before each release. As with any
227 software, each release of Chrome may include changes to Native Client and the 227 software, each release of Chrome may include changes to Native Client and the
228 Pepper interfaces that may require modification to existing applications. 228 Pepper interfaces that may require modification to existing applications.
229 However, modules compiled for one version of Pepper/Chrome should work with 229 However, modules compiled for one version of Pepper/Chrome should work with
230 subsequent versions of Pepper/Chrome. The SDK includes multiple <a class="refere nce external" href="https://developers.google.com/native-client/version">version s</a> of the Pepper APIs to 230 subsequent versions of Pepper/Chrome. The SDK includes multiple versions of the
231 help developers make adjustments to API changes and take advantage of new 231 Pepper APIs to help developers make adjustments to API changes and take
232 features.</p> 232 advantage of new features: <a class="reference external" href="/native-client/pe pper_stable">stable</a>, <a class="reference external" href="/native-client/pepp er_beta">beta</a> and <a class="reference external" href="/native-client/pepper_ dev">dev</a>.</p>
233 </section><section id="where-to-start"> 233 </section><section id="where-to-start">
234 <h2 id="where-to-start">Where to start</h2> 234 <h2 id="where-to-start">Where to start</h2>
235 <p>The <a class="reference internal" href="/native-client/quick-start.html"><em> Quick Start</em></a> document provides links to downloads and 235 <p>The <a class="reference internal" href="/native-client/quick-start.html"><em> Quick Start</em></a> document provides links to downloads and
236 documentation that should help you get started with developing and distributing 236 documentation that should help you get started with developing and distributing
237 Native Client applications.</p> 237 Native Client applications.</p>
238 </section></section> 238 </section></section>
239 239
240 {{/partials.standard_nacl_article}} 240 {{/partials.standard_nacl_article}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698