summaryrefslogtreecommitdiffstats
path: root/native_client_sdk
Commit message (Collapse)AuthorAgeFilesLines
* Merge 233105 "[NaCl SDK] Disable nacl_io_test on pnacl/Release w..."binji@chromium.org2013-12-091-0/+4
| | | | | | | | | | | | | | | | | > [NaCl SDK] Disable nacl_io_test on pnacl/Release win+linux > > Loading and translating the pexe takes > 40sec, which causes the test to fail. > > BUG=315253 > R=sbc@chromium.org > > Review URL: https://codereview.chromium.org/60563004 TBR=binji@chromium.org Review URL: https://codereview.chromium.org/110663004 git-svn-id: svn://svn.chromium.org/chrome/branches/1700/src@239559 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 236644 "[NaCl SDK] Turn off parallel GYP when building nac..."binji@chromium.org2013-11-221-5/+7
| | | | | | | | | | | | | | | | | | > [NaCl SDK] Turn off parallel GYP when building nacl_sdk. > > This will make it easier to drover a change to the 1700 branch, instead of > having to branch native_client to get the real fix (r12324). > > BUG=319564 > R=sbc@chromium.org > > Review URL: https://codereview.chromium.org/62523005 TBR=binji@chromium.org Review URL: https://codereview.chromium.org/83593003 git-svn-id: svn://svn.chromium.org/chrome/branches/1700/src@236774 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 233322 "[NaCl SDK] Set PEPPER_DIR properly when building n..."binji@chromium.org2013-11-131-1/+1
| | | | | | | | | | | | | | | | | > [NaCl SDK] Set PEPPER_DIR properly when building naclports. > > This should be "pepper_NN", but was coming through as a path. > > BUG=none > R=sbc@chromium.org > > Review URL: https://codereview.chromium.org/62753002 TBR=binji@chromium.org Review URL: https://codereview.chromium.org/68113021 git-svn-id: svn://svn.chromium.org/chrome/branches/1700/src@234955 0039d316-1c4b-4281-b951-d872f2087c98
* Devsite doc generation tweaks following Andy's requests.eliben@chromium.org2013-11-043-174/+14
| | | | | | | | | | | | | - Fix buggy path in Makefile and buggy template - Don't auto-generate Yaml TOCs for now, but copy over _book.yaml with proper substitutions. BUG=None R=sbc@chromium.org Review URL: https://codereview.chromium.org/57923006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232818 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Fix test failures after r232541.binji@chromium.org2013-11-041-2/+2
| | | | | | | | | | | | build_tools/sdk_tools/third_party/fancy_urllib/README -> README.chromium, and this is referenced by build_updater.py. BUG=none TBR=sbc@chromium.org Review URL: https://codereview.chromium.org/50913003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232795 0039d316-1c4b-4281-b951-d872f2087c98
* Fix spelling of "NaCl" in various places: "NaCL" is the wrong capitalisationmseaborn@chromium.org2013-11-024-4/+4
| | | | | | | | | | BUG=none TEST=none TBR=ericu@chromium.org,sbc@chromium.org,aa@chromium.org Review URL: https://codereview.chromium.org/56413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232550 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Rename README to README.chromium in third_party/fancy_urllibsbc@chromium.org2013-11-024-6/+9
| | | | | | | | | | | | | | | This makes tools/licenses.py and android_webview/tools/webview_licenses.py happy. This change is a precursor to removing native_client_sdk/README.chromium and no longer treating native_client_sdk as third_party code. R=binji@chromium.org Review URL: https://codereview.chromium.org/52383004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232541 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl Docs] Cleanup dynamic loading docs.sbc@chromium.org2013-11-023-289/+103
| | | | | | | | | | | Removed a lot of (IMHO redundant) detail and updated to match current state of the demo. R=binji@chromium.org Review URL: https://codereview.chromium.org/56463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232523 0039d316-1c4b-4281-b951-d872f2087c98
* Some more info for OpenGL extensionsnfullagar@chromium.org2013-11-021-2/+23
| | | | | | | | | | BUG=https://code.google.com/p/nativeclient/issues/detail?id=3634 TEST=none R=binji@chromium.org Review URL: https://codereview.chromium.org/47073008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232516 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Cleanup dlopen tutorial.sbc@chromium.org2013-11-012-33/+18
| | | | | | | | | | | Remove uneeded callback function from the worker thread. Remove extra newlines between log message. R=binji@chromium.org Review URL: https://codereview.chromium.org/54543009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232502 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl Docs] Remove use of hyperlink references in target URIs.sbc@chromium.org2013-11-014-23/+21
| | | | | | | | | | | This feature requires docutils 0.11 and precise is still on 0.8: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#embedded-uris-and-aliases R=binji@chromium.org Review URL: https://codereview.chromium.org/50433009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232500 0039d316-1c4b-4281-b951-d872f2087c98
* [PPAPI] Added pp::VarResource_Dev class.yzshen@chromium.org2013-11-011-0/+2
| | | | | | | | | | | | | | | | | This is a C++ wrapper for the C API PPB_VarResource_Dev. Also added methods to pp::FileSystem for converting a pp::Resource to a pp::FileSystem, which are necessary for making use of a resource extracted using pp::VarResource_Dev. (Committed by yzshen@chromium.org on behalf of mgiuca@chromium.org) BUG=177017 R=dmichael@chromium.org, noelallen@chromium.org, noelallen@google.com, yzshen@chromium.org Review URL: https://codereview.chromium.org/52233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232482 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Update lua example on appengine.sbc@chromium.org2013-11-014-29/+67
| | | | | | | | | | | | | | Update naclterm.js to latest version from naclports. Roll naclports revision to get latest lua version (5.2.2). Update the instructions in the README file. Update lua to point to new published version of the lua binaries. R=binji@chromium.org Review URL: https://codereview.chromium.org/53803005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232479 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK Docs] Specify default paths to Chrome on various platformsbinji@chromium.org2013-11-011-8/+18
| | | | | | | | | | | | | The TODO was to reference the default paths to Chrome for different operating systems. On Mac, this is important to call out because you have to point to the executable inside the application bundle. BUG=none R=sbc@chromium.org, eliben@chromium.org Review URL: https://codereview.chromium.org/51893005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232467 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Add rotating cube App Engine demo.binji@chromium.org2013-11-018-1/+1135
| | | | | | | | | BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/54393005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232465 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Fix some bugs in the bullet demobinji@chromium.org2013-11-011-5/+10
| | | | | | | | | | | | | | | * Use the correct mouse position when the render window isn't at 0x0 (event.client{X,Y} are relative to the viewport). * Don't select text when dragging in the render viewport (use preventDefault). * Drop any held objects when the mouse leaves the render viewport (listen for "mouseleave") BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/48903018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232441 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 232428 "Remove redundant/misleaing README.chromium files."newt@chromium.org2013-11-011-0/+5
| | | | | | | | | | | | | | | | | | > Remove redundant/misleaing README.chromium files. > > These files are a legacy from when the native_client_sdk > and ppapi were DEPS'd in from an external repos rather > than being part of chromium. > > R=binji@chromium.org, brettw@chromium.org > > Review URL: https://codereview.chromium.org/54983002 TBR=sbc@chromium.org Review URL: https://codereview.chromium.org/55983003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232434 0039d316-1c4b-4281-b951-d872f2087c98
* Remove redundant/misleaing README.chromium files.sbc@chromium.org2013-11-011-5/+0
| | | | | | | | | | | | These files are a legacy from when the native_client_sdk and ppapi were DEPS'd in from an external repos rather than being part of chromium. R=binji@chromium.org, brettw@chromium.org Review URL: https://codereview.chromium.org/54983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232428 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl Docs] Fix a few TODOs in the FAQ.sbc@chromium.org2013-11-015-51/+46
| | | | | | | | | | | Also, make more using of named hyperlinks to avoid duplicating URLs and/or including long URLs mid-paragraph. R=binji@chromium.org, eliben@chromium.org Review URL: https://codereview.chromium.org/55253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232252 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Remove redundant output from SDK build system.sbc@chromium.org2013-11-013-6/+6
| | | | | | | | | | | | | The 'rm' commands to remove libraries before creating them was outputing warnings when the library did not exist. This change adds a -f so the warning is not printed. R=binji@chromium.org Review URL: https://codereview.chromium.org/54843007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232251 0039d316-1c4b-4281-b951-d872f2087c98
* Tweak TOC generation for correct stagingeliben@chromium.org2013-10-314-5/+30
| | | | | | | | | | | | | | This CL fixes a couple of errors in the generation of YAML TOCs - so now they will stage properly to the devsite. In addition, added an example of expandable sections. BUG=None R=binji@chromium.org, sbc@chromium.org Review URL: https://codereview.chromium.org/52973007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232218 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Change gsutil to use "gsutil cp -q" instead of "gsutil -q cp".binji@chromium.org2013-10-311-2/+2
| | | | | | | | | | | | "gsutil -q cp" is the new way, but the bots are running old versions of gsutil. BUG=none R=sbc@chromium.org TBR=sbc@chromium.org Review URL: https://codereview.chromium.org/53003003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232214 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Add documentation for File I/O.binji@chromium.org2013-10-316-14/+559
| | | | | | | | | BUG=none R=eliben@chromium.org, sbc@chromium.org Review URL: https://codereview.chromium.org/51953011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232213 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCL SDK] Roll naclports revision.sbc@chromium.org2013-10-312-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Roll naclports 850 -> 954. This fixes the accidental include of the supplemental newlib headers in the ports bundle. Most of the changes in the range we are pulling in are unrelated to the ports that we ship. A lot of them are build script related and adding of new ports. The revisions of interest are: 949 - Add port of lua 5.2 and use it in lua_ppapi example. 948 - Fix accidental modification of top level sdklibs target. The former changes the default lua version from 5.1 to 5.2 which means we will now be shipping liblua 5.2 in the SDK. The latter removes the accidentally included headers which actually fixes bug 313403. R=binji@chromium.org, binji BUG=313403 Review URL: https://codereview.chromium.org/52713007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232167 0039d316-1c4b-4281-b951-d872f2087c98
* Update SDK release notes for the Chrome 31 release.eliben@chromium.org2013-10-311-0/+18
| | | | | | | | | BUG= https://code.google.com/p/nativeclient/issues/detail?id=3634 R=sehr@chromium.org Review URL: https://codereview.chromium.org/40833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232160 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Add a SmoothLife App Engine demo.binji@chromium.org2013-10-315-7/+467
| | | | | | | | | BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/54013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232158 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Minor corrections to top level README.sbc@chromium.org2013-10-311-4/+4
| | | | | | | | R=binji@chromium.org Review URL: https://codereview.chromium.org/54213003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232147 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl Docs] Port debugging with visual studio doc.sbc@chromium.org2013-10-314-4/+598
| | | | | | | | | | | | I've removed (for the time being at least) the reference section which IMHO contained too much detail (and also would be real pain to port to ReST). R=binji@chromium.org Review URL: https://codereview.chromium.org/49523003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232140 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Enable bash completion for python-based command line tools.sbc@chromium.org2013-10-318-5/+85
| | | | | | | | | | Also, add a top level docstring to create_nmf.py. R=binji@chromium.org Review URL: https://codereview.chromium.org/53833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232136 0039d316-1c4b-4281-b951-d872f2087c98
* The devsite requires to set up a tree of YAML files that describe the table ↵eliben@chromium.org2013-10-3110-123/+182
| | | | | | | | | | | | | | | of contents for the documentation. This was done manually until now, but with our RST infrastructure, it needn't be so. The top-level index.rst, together with the documents themselves have all the info we need to auto-generate these TOC files. This CL kicks out existing (out-of-date already) manually written TOC files and implements the auto-generation logic instead. The only TOC remnant is for the top-level _book.yaml, which has some "templat-y" info in it. So it's being replaced with _book_template.yaml, from which the final _book.yaml will be generated in the output directory. Note that the final layout of the devsite is not 100% decided yet, so we may tweak this auto-generation code in the future. I expect this will be easier than tweaking a bunch of hand-maintained YAML files. BUG=None R=sbc@chromium.org Review URL: https://codereview.chromium.org/45333005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232133 0039d316-1c4b-4281-b951-d872f2087c98
* Update perf estimate for x86-64 to be more realistic/conservative.jfb@chromium.org2013-10-311-1/+1
| | | | | | | | | | | | I re-ran full benchmarks and got the same results, except x86-64 was a tad slower. R= eliben@chromium.org NOTRY=true BUG= https://code.google.com/p/nativeclient/issues/detail?id=3634 Review URL: https://codereview.chromium.org/53923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232127 0039d316-1c4b-4281-b951-d872f2087c98
* PNaCl docs: miscellaneous updatesjfb@chromium.org2013-10-304-81/+89
| | | | | | | | | | | | | | | | | | | - Remove some TODOs. - Add more cross-links. - Remove xaos/mame/sdl port links (won't be done for M31, will document naclports and Christian's work instead). - Document more C/C++ language feature support as well as future directions that were missing. - Format the language support document more consistently. R= eliben@chromium.org, mackinlay@chromium.org BUG= https://code.google.com/p/nativeclient/issues/detail?id=3634 NOTRY=true (documentation change) Review URL: https://codereview.chromium.org/52983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231929 0039d316-1c4b-4281-b951-d872f2087c98
* PNaCl doc: Remove TODOs from FAQ, update perf numbersjfb@chromium.org2013-10-301-32/+38
| | | | | | | | | | | R= eliben@chromium.org BUG= https://code.google.com/p/nativeclient/issues/detail?id=3634 NOTRY=true (documentation change) Review URL: https://codereview.chromium.org/51783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231847 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Bullet demo: improve grabbing of objects.binji@chromium.org2013-10-292-26/+28
| | | | | | | | | | | You don't have to hold the 'h' key anymore. Just click and drag. BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/46883012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231639 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] docs: Adding a getting_started part2 document.binji@chromium.org2013-10-296-5/+506
| | | | | | | | | BUG=none R=eliben@chromium.org, sbc@chromium.org Review URL: https://codereview.chromium.org/26094002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231602 0039d316-1c4b-4281-b951-d872f2087c98
* [NaClDocs] Add blurb for troubleshooting ABI verification, list mo' restrictionsjvoung@chromium.org2013-10-292-2/+39
| | | | | | | | | | | | Removes a TODO. BUG= https://code.google.com/p/nativeclient/issues/detail?id=3634 NOTRY=true (just documentation) Review URL: https://codereview.chromium.org/49323005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231503 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] nacl_io: add support for SO_KEEPALIVE and FD_CLOEXECsbc@chromium.org2013-10-298-33/+236
| | | | | | | | | | These are useful for the civitweb port in naclports. R=binji@chromium.org Review URL: https://codereview.chromium.org/40553005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231450 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Update the NaCl SDK packaged app.binji@chromium.org2013-10-2812-23/+42
| | | | | | | | | | | | | | | | | | * Modified build_app.py to remove extra manifest.json files (CWS complains about them). * Added a "--channel" flag to build_app.py, it adds that name to the package name (i.e. "Native Client SDK (Beta)") * Set the minimum_chrome_version in the manifest.json file. * Upload some new screenshots. * Use chrome.identity instead of chrome.experimental.identity * Each NaCl SDK app needs its own client ID in the manifest.json file. BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/41213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231435 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl Docs] add nacl_io page.sbc@chromium.org2013-10-284-0/+228
| | | | | | | | | BUG= https://code.google.com/p/nativeclient/issues/detail?id=3634 R=eliben@chromium.org Review URL: https://codereview.chromium.org/34053009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231431 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Fix buiding of gonacl lua demosbc@chromium.org2013-10-281-4/+6
| | | | | | | | TBR=binji Review URL: https://codereview.chromium.org/47883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231335 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Add lua demo to appengine site.sbc@chromium.org2013-10-258-10/+335
| | | | | | | | | | | | | | | I pushed an initial version of lua here: http://gsdview.appspot.com/gonacl/demos/continuous/231022/lua/ But the static content is not yet pushed to appengine pending the ability to push without clobbering what is there. R=binji@chromium.org Review URL: https://codereview.chromium.org/45223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231150 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Add life App Engine demo.binji@chromium.org2013-10-255-6/+599
| | | | | | | | | | | I removed the fullscreen stuff because it didn't seem to be working properly -- the canvas was fullscreen, but the simulation only used a small portion in the center. BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/45573003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231138 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Add voronoi app-engine demo.binji@chromium.org2013-10-255-1/+856
| | | | | | | | | | | * Modified source to allow arbitrary-sized canvas. BUG=none R=nfullagar@chromium.org, sbc@chromium.org Review URL: https://codereview.chromium.org/45193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231133 0039d316-1c4b-4281-b951-d872f2087c98
* Convert 3D Graphics section from devsite to reST.stichnot@chromium.org2013-10-252-1/+505
| | | | | | | | | | BUG= https://code.google.com/p/nativeclient/issues/detail?id=3634 NOTRY=true (documentation-only change) Review URL: https://codereview.chromium.org/24824002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231101 0039d316-1c4b-4281-b951-d872f2087c98
* faq link for security contest, restified versionbsy@google.com2013-10-251-4/+1
| | | | | | | | | | BUG=None TEST=None R=eliben@chromium.org Review URL: https://codereview.chromium.org/40323005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231045 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Enable sel_ldr_x86_64 in mac SDK.sbc@chromium.org2013-10-253-14/+8
| | | | | | | | | BUG=276662 R=binji@chromium.org Review URL: https://codereview.chromium.org/36053002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231044 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCL SDK] nacl_io: add <sys/poll.h>sbc@chromium.org2013-10-254-5/+13
| | | | | | | | | | | | | | There are a few headers that are not included in newlib and/or win32. <poll.h> is one of them but <sys/poll.h> was not. Some code (specifically civetweb) expected <sys/poll.h> to exist so this change adds it and makes poll.h simply include it. R=binji@chromium.org Review URL: https://codereview.chromium.org/42343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231022 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] nacl_io: Fix open flags for socket handles.sbc@chromium.org2013-10-252-2/+15
| | | | | | | | | | | Make sure we always call Init(O_RDWR) on new socket handles that get created. R=binji@chromium.org Review URL: https://codereview.chromium.org/41223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231021 0039d316-1c4b-4281-b951-d872f2087c98
* Implement some missing TODOs in the new NaCl docs.eliben@chromium.org2013-10-245-22/+19
| | | | | | | | | BUG=None R=binji@chromium.org Review URL: https://codereview.chromium.org/39013005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230775 0039d316-1c4b-4281-b951-d872f2087c98
* Port the "PNaCl developer's guide" from our LLVM fork to the docs.eliben@chromium.org2013-10-243-1/+175
| | | | | | | | | | | | | | The name of the document is changed to "PNaCl C/C++ Language Support", because the other things we intended to cover are not relevant now that the NaCl documentation has been updated. The only relevant remaining parts are the description of supported C/C++ language features, standard libraries and so on. BUG= https://code.google.com/p/nativeclient/issues/detail?id=3634 R=jfb@chromium.org, jvoung@chromium.org Review URL: https://codereview.chromium.org/34393011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230746 0039d316-1c4b-4281-b951-d872f2087c98