summaryrefslogtreecommitdiffstats
path: root/ppapi/native_client/src/trusted
Commit message (Expand)AuthorAgeFilesLines
* Cleanup on PNaCl translatordschuff@chromium.org2012-06-154-69/+73
* Declare virtual destructor in Nacl plugin CallbackSource to fix mac builddschuff@chromium.org2012-06-152-0/+7
* Additional fixes for warning mismatch with scons.noelallen@google.com2012-06-143-4/+7
* Fix extra comma causing scons compile issue.noelallen@chromium.org2012-06-141-1/+1
* Add streaming translation for PNaCldschuff@chromium.org2012-06-1413-55/+493
* NaCl: Remove the plugin's internal definition of GetUrandomFD()mseaborn@chromium.org2012-05-294-30/+4
* NaCl: Provide the /dev/urandom FD via NaCl's new embedding interfacemseaborn@chromium.org2012-05-241-0/+6
* NaCl: Remove unused #include of nrd_xfer_effector.hmseaborn@chromium.org2012-05-241-1/+0
* [Coverity] Fix uninitialized member, pass-by-val.groby@chromium.org2012-05-222-10/+12
* Update scons file missing from r137481dschuff@chromium.org2012-05-161-0/+2
* Refactor Pnacl coordinatordschuff@chromium.org2012-05-169-498/+689
* Add an instance parameter to PPB_NaCl_Private::LaunchSelLdr.bbudge@chromium.org2012-05-154-6/+26
* NaCl: Remove Plugin::XYZZY() dead code hackmseaborn@chromium.org2012-05-102-21/+0
* NaCl: Remove unused process ID/handle arguments from launch_nacl_process()mseaborn@chromium.org2012-05-022-24/+2
* NaCl: Synchronise build.scons file with Gyp filemseaborn@chromium.org2012-04-301-0/+1
* NaCl: Move sel_ldr_launcher_chrome.cc into the Chromium repomseaborn@chromium.org2012-04-305-3/+72
* Revert revision 130979.ncbray@chromium.org2012-04-272-20/+1
* NaCl: Remove forward declaration of SelLdrLauncher as a structmseaborn@chromium.org2012-04-271-1/+1
* NaCl: Remove unused prototypes of RegisterInternalNaClPlugin()mseaborn@chromium.org2012-04-241-37/+4
* NaCl: Remove unused file string_encoding.ccmseaborn@chromium.org2012-04-246-179/+0
* NaCl: Remove code that attempts to kill the NaCl loader processmseaborn@chromium.org2012-04-192-10/+2
* NaCl: Remove all Chromium-side use of the handle_pass librarymseaborn@chromium.org2012-04-184-25/+0
* Supply Windows handle-passing function to NaClmseaborn@chromium.org2012-04-172-33/+8
* Add the plugin to the SDKnoelallen@google.com2012-04-071-0/+5
* Instrument NaCl's plugin to generate a crash dump to help diagnose in-the-fie...ncbray@google.com2012-04-052-1/+20
* NaCl: Remove unused dependencies on libX11 and libXtmseaborn@chromium.org2012-03-292-3/+1
* Speculative fix for Win builder.asvitkine@chromium.org2012-03-201-0/+1
* Build nacl plugin with normal chromium warning levels (higher levels).jvoung@google.com2012-03-201-1/+8
* Coverity: Fix two pass-by-values.jhawkins@chromium.org2012-03-102-2/+2
* Remove NewRequiredCallback.brettw@chromium.org2012-03-102-11/+9
* Treat pnacl nexe load crashes the same as normal nexe load crashes.jvoung@google.com2012-03-091-1/+1
* Remove unneeded arguments from SelLdrLauncher::Start call.sehr@google.com2012-03-061-2/+1
* Coverity: Fix a few pass-by-values.jhawkins@chromium.org2012-03-041-3/+2
* Close and delete pnacl temp files when compile or link fails.jvoung@google.com2012-03-013-54/+73
* Show url of NaCl manifest in memory view.halyavin@google.com2012-02-283-4/+6
* Convert resources to take an instance key instead of an Instance*.brettw@chromium.org2012-02-271-3/+3
* Plumb through cache_identity from manifest for first sketch of pnacl cache. ...jvoung@google.com2012-02-238-75/+179
* Try to squelch one more warning in nacl plugin to roll chrome into nacl.jvoung@google.com2012-02-221-1/+5
* Fix printf format code so that nacl can build with warnings treated as errors.jvoung@google.com2012-02-191-3/+3
* Enable removing the object temporary file and quota tracking of the nexe.sehr@google.com2012-02-174-7/+186
* Reinstate ResolveURL step in nacl manifest resolver -- mistake from 122409.jvoung@google.com2012-02-171-2/+3
* Have nacl manifest lookup invoke pnacl coordinator to translate portablejvoung@google.com2012-02-176-135/+287
* Remove browser support for non-PPAPI nexes, plus related artifacts.sehr@google.com2012-02-1627-2035/+687
* Fix creation/probing of temporary directory.sehr@google.com2012-02-092-52/+6
* Coverity: Initialize member variables.jhawkins@chromium.org2012-02-081-2/+4
* Remove some unused local variables from pnacl coordinator.jvoung@google.com2012-02-071-2/+0
* Use CORS for fetching NaCl resources from extensions.jvoung@google.com2012-01-3110-72/+25
* Add skeleton for file cleanup and cache renaming during translation.sehr@google.com2012-01-3010-342/+479
* Move the pnacl translation nexes fully off the main thread.sehr@google.com2012-01-216-30/+34
* Repeat performance for 118553 -- Add nacl private interface and statesehr@google.com2012-01-211-4/+8