summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_nacl.cc
Commit message (Expand)AuthorAgeFilesLines
* Alternative workaround for mac kernel bug.hubbe@chromium.org2013-10-151-1/+1
* Revert 227999 "Alternative workaround for mac kernel bug."benwells@chromium.org2013-10-111-1/+1
* Alternative workaround for mac kernel bug.hubbe@chromium.org2013-10-101-1/+1
* Update include paths in ipc for base/process changes.rsesek@chromium.org2013-07-241-1/+0
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Use native_client/src/public/ for IMC headersmcgrathr@chromium.org2013-06-051-6/+10
* Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette...thestig@chromium.org2013-05-161-1/+0
* ipc: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-261-1/+1
* ipc: Kill the base::Passed(foo.Pass()) meme.tfarina@chromium.org2013-01-231-1/+1
* Remove IPC::Channel::set_listener().viettrungluu@chromium.org2013-01-161-4/+0
* Fix build warnings in NaCl IPC proxy.bbudge@chromium.org2012-09-281-11/+0
* nacl: Fix a bunch of compiler warningsthakis@chromium.org2012-09-241-2/+2
* Trace PostTasks from post to run.jbates@chromium.org2012-09-181-1/+1
* Add async trace events to trace progress of IPC messagesjbates@chromium.org2012-09-041-0/+1
* 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