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

Side by Side Diff: native_client_sdk/src/doc/faq.rst

Issue 383523004: [NaCl SDK] docs: Remove references to obsolete debugging env vars. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: undo middleware change Created 6 years, 5 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 ########################## 1 ##########################
2 Frequently Asked Questions 2 Frequently Asked Questions
3 ########################## 3 ##########################
4 4
5 .. contents:: 5 .. contents::
6 :local: 6 :local:
7 :backlinks: none 7 :backlinks: none
8 :depth: 2 8 :depth: 2
9 9
10 This document answers some frequently asked questions about Native 10 This document answers some frequently asked questions about Native
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 for an `introduction to GCC`_. 185 for an `introduction to GCC`_.
186 186
187 187
188 Openness, and Supported Architectures and Languages 188 Openness, and Supported Architectures and Languages
189 =================================================== 189 ===================================================
190 190
191 Is Native Client open? Is it a standard? 191 Is Native Client open? Is it a standard?
192 ---------------------------------------- 192 ----------------------------------------
193 193
194 Native Client is completely open: the executable format is open and the 194 Native Client is completely open: the executable format is open and the
195 `source code is open <nacl_project_>`_. Right 195 `source code is open <https://code.google.com/p/nativeclient/>`_. Right
196 now the Native Client project is in its early stages, so it's premature 196 now the Native Client project is in its early stages, so it's premature
197 to consider Native Client for standardization. 197 to consider Native Client for standardization.
198 198
199 We consistenly try to document our design and implementation and hope to 199 We consistenly try to document our design and implementation and hope to
200 standardize Portable Native Client when it gains more traction. A good 200 standardize Portable Native Client when it gains more traction. A good
201 example is our :doc:`PNaCl bitcode reference manual 201 example is our :doc:`PNaCl bitcode reference manual
202 <reference/pnacl-bitcode-abi>`. 202 <reference/pnacl-bitcode-abi>`.
203 203
204 What are the supported instruction set architectures? 204 What are the supported instruction set architectures?
205 ----------------------------------------------------- 205 -----------------------------------------------------
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 .. _GHC: http://www.haskell.org/ghc/docs/latest/html/users_guide/code-generators .html 569 .. _GHC: http://www.haskell.org/ghc/docs/latest/html/users_guide/code-generators .html
570 .. _flang: https://flang-gsoc.blogspot.ie/2013/09/end-of-gsoc-report.html 570 .. _flang: https://flang-gsoc.blogspot.ie/2013/09/end-of-gsoc-report.html
571 .. _native-client-discuss: https://groups.google.com/group/native-client-discuss 571 .. _native-client-discuss: https://groups.google.com/group/native-client-discuss
572 .. _deprecated in Chrome: http://blog.chromium.org/2013/09/saying-goodbye-to-our -old-friend-npapi.html 572 .. _deprecated in Chrome: http://blog.chromium.org/2013/09/saying-goodbye-to-our -old-friend-npapi.html
573 .. _OpenGL ES 2.0: https://www.khronos.org/opengles/ 573 .. _OpenGL ES 2.0: https://www.khronos.org/opengles/
574 .. _GLES2 file: https://code.google.com/p/chromium/codesearch#chromium/src/ppapi /lib/gl/gles2/gles2.c 574 .. _GLES2 file: https://code.google.com/p/chromium/codesearch#chromium/src/ppapi /lib/gl/gles2/gles2.c
575 .. _Google Chrome privacy policy: https://www.google.com/chrome/intl/en/privacy. html 575 .. _Google Chrome privacy policy: https://www.google.com/chrome/intl/en/privacy. html
576 .. _Google Chrome Terms of Service: https://www.google.com/chrome/intl/en/eula_t ext.html 576 .. _Google Chrome Terms of Service: https://www.google.com/chrome/intl/en/eula_t ext.html
577 .. _naclports: https://code.google.com/p/naclports 577 .. _naclports: https://code.google.com/p/naclports
578 .. _CORS: http://en.wikipedia.org/wiki/Cross-origin_resource_sharing 578 .. _CORS: http://en.wikipedia.org/wiki/Cross-origin_resource_sharing
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698