summaryrefslogtreecommitdiffstats
path: root/ppapi/native_client
Commit message (Expand)AuthorAgeFilesLines
* Add gpu targets to untrusted build, and add Graphics3D code to untrusted build.bbudge@chromium.org2012-08-071-0/+54
* Revert 150343 - Add gpu targets to untrusted build, and add Graphics3D code t...bbudge@chromium.org2012-08-071-54/+0
* Add gpu targets to untrusted build, and add Graphics3D code to untrusted build.bbudge@chromium.org2012-08-071-0/+54
* Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task...fischman@chromium.org2012-08-071-2/+0
* Retry "Add an interface for PNaCl to check if the session is incognito..."jvoung@google.com2012-08-067-116/+246
* NaCl: Cleanup: Remove PpapiPluginRegisterDefaultThreadCreator()mseaborn@chromium.org2012-08-055-50/+1
* Kill pnacl translation processes immediately on coordinator error and destruc...dschuff@chromium.org2012-08-045-117/+111
* Revert "Add an IPC for PNaCl to check if the session is incognito,"jvoung@google.com2012-08-037-243/+116
* Remove CHECK and NOTREACHED for mouse lock, fix full screen transition.nfullagar@google.com2012-08-031-2/+1
* Add an IPC for PNaCl to check if the session is incognito,jvoung@google.com2012-08-027-116/+243
* Simplify Pnacl translation thread codedschuff@chromium.org2012-08-017-271/+211
* ppapi NaCl trusted plugin: Rename interface because Win build breaks on it.binji@chromium.org2012-08-012-3/+3
* Better handling of surfaway/reload in PNaCl translationdschuff@chromium.org2012-07-313-10/+46
* Fix license headers in a number of filessteveblock@chromium.org2012-07-3117-43/+43
* Add an interface for nacl to create delete-on-close temp files,jvoung@google.com2012-07-3015-89/+279
* Re-enabling checkdeps for most of ppapi + nacl.bradnelson@google.com2012-07-274-0/+41
* Coverity: Fix several pass-by-values.jhawkins@chromium.org2012-07-273-4/+6
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-261-0/+2
* Ensure that errors that occur during load will get crash log info to JS consolebsy@google.com2012-07-263-14/+42
* Better handling for NULL PutBytes arg in Pnacl streaming translation thread.dschuff@chromium.org2012-07-251-11/+19
* Remove non-streaming translation code from pnacl coordinatordschuff@chromium.org2012-07-246-156/+26
* More changes to fix PNaCl NMF issue when rolling DEPSnfullagar@google.com2012-07-232-10/+1
* NaCl: Disable MIME type handler test in the standalone NaCl buildmseaborn@chromium.org2012-07-201-1/+13
* After LOG_FATAL occurs, have plugin show recent NaClLog outputs on JavaScript...bsy@google.com2012-07-204-0/+42
* Use env.ProgramNameForNmf(...) Required for DEPS roll.nfullagar@google.com2012-07-201-1/+1
* NaCl: Remove two uses of '#include "nacl/nacl_log.h"'mseaborn@chromium.org2012-07-202-5/+1
* Revert 147594 - NaCl: Remove two uses of '#include "nacl/nacl_log.h"'mseaborn@chromium.org2012-07-202-1/+5
* NaCl: Remove two uses of '#include "nacl/nacl_log.h"'mseaborn@chromium.org2012-07-202-5/+1
* Revert 147401 - Merge branch 'master' of http://git.chromium.org/chromium/src...jochen@chromium.org2012-07-194-42/+0
* Merge branch 'master' of http://git.chromium.org/chromium/src into myworkbsy@google.com2012-07-194-0/+42
* Replace ppapi_example_audio test with ppapi_browser/ppb_audio test.nfullagar@google.com2012-07-172-14/+1
* Add support for threadsafe completion callback factory.brettw@chromium.org2012-07-131-23/+2
* Remove dead NaCl tests and re-enabled fixed tests.ncbray@google.com2012-07-108-704/+0
* Change account in ppapi/native_client OWNERS file for jvoung to chromium.jvoung@chromium.org2012-07-101-1/+1
* Remove -lcrypto from SCons NaCl plugin builddschuff@chromium.org2012-07-021-3/+3
* Link NaCl plugin with -lrt on Linuxdschuff@chromium.org2012-06-291-1/+1
* Cache Nacl Plugin private interface instead of calling GetnaclInterface on ev...dschuff@chromium.org2012-06-262-4/+9
* Add an IPC channel between the NaCl loader process and the renderer.bbudge@chromium.org2012-06-223-5/+33
* Revert 143656 - Add an IPC channel between the NaCl loader process and the re...mrossetti@chromium.org2012-06-223-33/+5
* Add an IPC channel between the NaCl loader process and the renderer.bbudge@chromium.org2012-06-223-5/+33
* Revert 143483 - Add an IPC channel between the NaCl loader process and the re...bbudge@chromium.org2012-06-217-60/+14
* ppapi: Add support for touch events.sadrul@chromium.org2012-06-211-1/+8
* Add an IPC channel between the NaCl loader process and the renderer.bbudge@chromium.org2012-06-217-14/+60
* Initialize translate_finish_error_ in PnaclCoordinatordschuff@chromium.org2012-06-204-18/+28
* Improve handling of pexe load failure with streaming translation in PNaCl.dschuff@chromium.org2012-06-193-10/+21
* Add untrusted NaCl build for PPAPI proxy.bbudge@chromium.org2012-06-161-1/+162
* Cleanup on PNaCl translatordschuff@chromium.org2012-06-154-69/+73
* Revert 142482 - Add untrusted NaCl build for PPAPI proxy.bbudge@chromium.org2012-06-151-162/+1
* Add untrusted NaCl build for PPAPI proxy.bbudge@chromium.org2012-06-151-1/+162
* Declare virtual destructor in Nacl plugin CallbackSource to fix mac builddschuff@chromium.org2012-06-152-0/+7