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

Unified Diff: native_client_sdk/doc_generated/reference/sandbox_internals/arm-32-bit-sandbox.html

Issue 144253005: NaCl docs: fix a few more issues with the ARM sandbox documentation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
Index: native_client_sdk/doc_generated/reference/sandbox_internals/arm-32-bit-sandbox.html
diff --git a/native_client_sdk/doc_generated/reference/sandbox_internals/arm-32-bit-sandbox.html b/native_client_sdk/doc_generated/reference/sandbox_internals/arm-32-bit-sandbox.html
index a43d829d7e7ca1a473f043e9d471a08fc6762f2a..1ae40419148da7b3b5b288c2da6ccf378442daf5 100644
--- a/native_client_sdk/doc_generated/reference/sandbox_internals/arm-32-bit-sandbox.html
+++ b/native_client_sdk/doc_generated/reference/sandbox_internals/arm-32-bit-sandbox.html
@@ -2,13 +2,13 @@
<section id="arm-32-bit-sandbox">
<h1 id="arm-32-bit-sandbox">ARM 32-bit Sandbox</h1>
-<p>Native Client for ARM is a method for running programs&#8212;even malicious
-ones&#8212;safely, on computers that use 32-bit ARM processors. It&#8217;s an
-extension of earlier work on Native Client for x86 processors. This
-security is provided with a low performance overhead of about 10% over
-regular ARM code, and as you&#8217;ll see in this document the sandbox model
-is beautifully simple, meaning that the trusted codebase is much easier
-to validate.</p>
+<p>Native Client for ARM is a sandboxing technology for running
+programs&#8212;even malicious ones&#8212;safely, on computers that use 32-bit
+ARM processors. The ARM sandbox is an extension of earlier work on
+Native Client for x86 processors. Security is provided with a low
+performance overhead of about 10% over regular ARM code, and as you&#8217;ll
+see in this document the sandbox model is beautifully simple, meaning
+that the trusted codebase is much easier to validate.</p>
<p>As an implementation detail, the Native Client 32-bit ARM sandbox is
currently used by Portable Native Client to execute code on 32-bit ARM
machines in a safe manner. The portable bitcode contained in a <strong>pexe</strong>

Powered by Google App Engine
This is Rietveld 408576698