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

Unified Diff: native_client_sdk/doc_generated/nacl-and-pnacl.html

Issue 438403003: [NaCl SDK Docs] Only generate one top-level <section> element. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « native_client_sdk/doc_generated/io2014.html ('k') | native_client_sdk/doc_generated/overview.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/doc_generated/nacl-and-pnacl.html
diff --git a/native_client_sdk/doc_generated/nacl-and-pnacl.html b/native_client_sdk/doc_generated/nacl-and-pnacl.html
index 27187ba7695dbb1d8fb21c899749df125f932baa..283296d88ffe80f4f69b0903b84be37fffd9bd3b 100644
--- a/native_client_sdk/doc_generated/nacl-and-pnacl.html
+++ b/native_client_sdk/doc_generated/nacl-and-pnacl.html
@@ -12,8 +12,7 @@
<li><a class="reference internal" href="#when-to-use-nacl" id="id6">When to use NaCl</a></li>
</ul>
-</div><section id="native-client-nacl">
-<h2 id="native-client-nacl">Native Client (NaCl)</h2>
+</div><h2 id="native-client-nacl">Native Client (NaCl)</h2>
<p>Native Client enables the execution of native code securely inside web
applications through the use of advanced <a class="reference external" href="/native-client/community/talks#research">Software Fault Isolation (SFI)
techniques</a>. Since its launch in
@@ -34,7 +33,6 @@ Architecture-specific executables are clearly not a good fit for distribution
on the web. As a consequence, Native Client has been restricted to
applications and browser extensions that are installed through the
Chrome Web Store.</p>
-</section><section id="portable-native-client-pnacl">
<h2 id="portable-native-client-pnacl">Portable Native Client (PNaCl)</h2>
<p>PNaCl solves the portability problem by splitting the compilation process
into two parts:</p>
@@ -67,7 +65,6 @@ application&#8212;it does not have to be distributed through the Chrome Web
Store.</p>
<p>PNaCl is a new technology, and as such it still has a few limitations
as compared to NaCl. These limitations are described below.</p>
-</section><section id="when-to-use-pnacl">
<h2 id="when-to-use-pnacl">When to use PNaCl</h2>
<p>PNaCl is the preferred toolchain for Native Client, and the only way to deploy
Native Client modules on the open web. Unless your project is subject to one
@@ -85,8 +82,7 @@ you can still use the PNaCl toolchain and distribute your application
through the Chrome Web Store, and thereby take advantage of the
conveniences of PNaCl, such as not having to explicitly compile your application
for all supported architectures.</p>
-</section><section id="when-to-use-nacl">
-<span id="id2"></span><h2 id="when-to-use-nacl"><span id="id2"></span>When to use NaCl</h2>
+<h2 id="when-to-use-nacl"><span id="id2"></span>When to use NaCl</h2>
<p>The limitations below apply to the current release of PNaCl. If any of
these limitations are critical for your application, you should use
non-portable NaCl:</p>
@@ -103,6 +99,6 @@ Work is under way to enable dynamic linking in future versions of PNaCl.</li>
like taking the address of a label for computed <code>goto</code>, or nested
functions.</li>
</ul>
-</section></section>
+</section>
{{/partials.standard_nacl_article}}
« no previous file with comments | « native_client_sdk/doc_generated/io2014.html ('k') | native_client_sdk/doc_generated/overview.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698