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

Unified Diff: mojo/nacl/README.md

Issue 1279133006: Removed unused mojo_nacl code and GYP targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - -l Created 5 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 | « mojo/nacl/DEPS ('k') | mojo/nacl/generator/generate_nacl_bindings.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/nacl/README.md
diff --git a/mojo/nacl/README.md b/mojo/nacl/README.md
deleted file mode 100644
index 11ca8d8fbb157076aa2eb023ea13f2bf1074f14c..0000000000000000000000000000000000000000
--- a/mojo/nacl/README.md
+++ /dev/null
@@ -1,39 +0,0 @@
-About
-=====
-
-This is a prototype for plumbing Mojo into the NaCl sandbox. It is
-currently insecure (see below), does not provide a stable ABI (IRT
-support must be added), and does not support Mojo functions that
-return pointers (for example, `MojoMapBuffer`).
-
-
-Using
-=====
-
-To use this prototype, point your `.gclient` file to `DEPS.nacl` instead
-of `DEPS` and then run `gclient sync`.
-
-When you run `mojo/tools/mojob.py gn`, add `--nacl` to the command line.
-
-Run `mojo/tools/mojob.py nacltest` for additional nacl-specific tests.
-
-
-Notes
-=====
-
-`generator/interface.py` contains a programmatic description of the
-stable Mojo interface. This will need to be updated as the interface
-changes. Run `generator/generate_nacl_bindings.py` to generate the
-bindings that plumb this interface into the NaCl sandbox.
-
-
-Security TODO
-=============
-
-* Separate trusted and untrusted Mojo handles.
-* Validate and copy option structures.
-* Protect untrusted buffers passed into Mojo:
- * `NaClVmIoWillStart/HasEnded`.
- * volatile accesses to untrusted memory (untrusted code could race).
-* Overflow checking in array bounds validation.
-
« no previous file with comments | « mojo/nacl/DEPS ('k') | mojo/nacl/generator/generate_nacl_bindings.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698