summaryrefslogtreecommitdiffstats
path: root/chrome/nacl/nacl_ipc_adapter.cc
Commit message (Expand)AuthorAgeFilesLines
* Do not translate the file open flags other than read/write.mazda@chromium.org2013-05-241-24/+22
* NaCl: Let SerializedHandle carry open flag.victorhsieh@chromium.org2013-05-141-4/+34
* Rewrite scoped_array<T> to scoped_ptr<T[]> in chrome, Linux edition.dcheng@chromium.org2013-04-061-1/+1
* Support FD passing for NaCl on posixhamaji@chromium.org2013-03-261-5/+10
* Pepper: Use shared memory for ArrayBufferVar.teravest@chromium.org2013-03-191-0/+3
* NaCl: Remove use of nacl::DescWrapper from nacl_ipc_adapter.ccmseaborn@chromium.org2013-02-071-10/+24
* PPAPI/NaCl: Move handle extraction code to ppapi/proxydmichael@chromium.org2013-01-161-206/+9
* PPAPI/NaCl: Make NaClIPCAdapter pass handles for Resource Messagesdmichael@chromium.org2012-12-111-17/+56
* Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource m...raymes@chromium.org2012-12-081-0/+4
* Revert 171408raymes@chromium.org2012-12-061-4/+0
* Revert 171389raymes@chromium.org2012-12-061-0/+4
* Revert 171080raymes@chromium.org2012-12-061-4/+0
* The refactors PPB_Flash_File_ModuleLocal/FileRef to the new resource model. C...raymes@chromium.org2012-12-041-0/+4
* ipc: Remove ipc_listener.h from ipc_channel.h and update the files.tfarina@chromium.org2012-11-171-0/+1
* PPAPI/NaCl: Move channel connection out of NaClIPCAdapter constructordmichael@chromium.org2012-11-091-2/+11
* Rewrite PPB_AudioInput_Dev to use the new-style host/resource.yzshen@chromium.org2012-11-081-1/+0
* Fix crash in NaClIPCAdapter where incomplete messages incorrectlybbudge@chromium.org2012-09-201-0/+2
* PPAPI/NaCl: Fix IPC proxy crash for reply messagesdmichael@chromium.org2012-08-301-1/+1
* Change NaCl IPC PPAPI proxy startup to support a NaCl-Browser processbbudge@chromium.org2012-08-301-5/+38
* Revert 154134 - Change NaCl IPC PPAPI proxy startup to support a NaCl-Browser...bbudge@chromium.org2012-08-301-38/+5
* Change NaCl IPC PPAPI proxy startup to support a NaCl-Browser processbbudge@chromium.org2012-08-301-5/+38
* PPAPI/NaCl: Make NaClIPCAdapter transfer handles more generallydmichael@chromium.org2012-08-271-77/+192
* Change NaClIPCAdapter to save translated descriptors to the rewritten message.bbudge@chromium.org2012-07-251-42/+56
* Modify NaClIPCAdapter to translate handles for a PPB_Audio message.bbudge@chromium.org2012-07-201-30/+136
* Revert 147155 - Modify NaClIPCAdapter to handle transfer handles for a PPB_Au...bbudge@chromium.org2012-07-181-136/+30
* Modify NaClIPCAdapter to handle transfer handles for a PPB_Audio message.bbudge@chromium.org2012-07-181-30/+136
* Add an IPC channel between the NaCl loader process and the renderer.bbudge@chromium.org2012-06-221-0/+7
* Revert 143656 - Add an IPC channel between the NaCl loader process and the re...mrossetti@chromium.org2012-06-221-7/+0
* Add an IPC channel between the NaCl loader process and the renderer.bbudge@chromium.org2012-06-221-0/+7
* Revert 143483 - Add an IPC channel between the NaCl loader process and the re...bbudge@chromium.org2012-06-211-7/+0
* Add an IPC channel between the NaCl loader process and the renderer.bbudge@chromium.org2012-06-211-0/+7
* PPAPI/NaCl: Wrap NaClIPCAdapter in a NaClCustomDescdmichael@chromium.org2012-05-121-16/+74
* Remove NaClIPCManager's dependency on content. Create channel on I/O thread.bbudge@chromium.org2012-05-081-2/+10
* RefCounted types should not have public destructors, chrome/nacl editionrsleevi@chromium.org2012-04-271-11/+14
* Fix line endings.brettw@chromium.org2012-03-301-333/+333
* Initial implementation of an IPC adapter to expose Chrome IPC to Native Client.brettw@chromium.org2012-03-301-0/+333