summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_nacl.cc
Commit message (Expand)AuthorAgeFilesLines
* PPAPI/NaCl: Make ipc_channel_nacl post to the correct thread.dmichael@chromium.org2012-07-111-11/+16
* PPAPI/NaCl: Support Handle passing in ipc_channel_nacldmichael@chromium.org2012-07-101-29/+61
* PPAPI/NaCl: Fix double-delete in ipc_channel_nacldmichael@chromium.org2012-06-111-2/+2
* PPAPI/NaCl: Make ipc_channel_nacl process incoming messages.dmichael@chromium.org2012-06-061-0/+6
* PPAPI/NaCl: Minor fixes to ipc_channel_nacldmichael@chromium.org2012-06-061-1/+2
* PPAPI/NaCl: Re-land speculative implementation for ipc_channel_nacl.ccdmichael@chromium.org2012-05-311-73/+263
* Revert 139635 - PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.ccrch@chromium.org2012-05-301-263/+73
* PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.ccdmichael@chromium.org2012-05-301-73/+263
* Add ipc_channel_nacl to the untrusted build and fix all compile/link errors.bbudge@chromium.org2012-04-231-12/+32
* Add a stub version of IPC::Channel for Native Client code.brettw@chromium.org2012-03-301-0/+142