summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/proxy_channel.cc
Commit message (Expand)AuthorAgeFilesLines
* Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create()morrita@chromium.org2014-06-051-4/+5
* Remove PlatformFile from ppapirvargas@chromium.org2014-06-031-5/+1
* Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..."lambroslambrou@chromium.org2014-06-021-8/+5
* Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*()morrita@chromium.org2014-06-021-5/+8
* Revert "Pepper: Fix channel init in ProxyChannel."dmichael@chromium.org2014-02-271-9/+8
* Pepper: Fix channel init in ProxyChannel.teravest@chromium.org2014-02-261-8/+9
* Update include paths in ppapi/proxy for base/process changes.rsesek@chromium.org2013-07-251-1/+0
* Use an explicit PID for duplicating Pepper handles rather than the Channel's.brettw@chromium.org2013-01-041-1/+10
* Rewrite PPB_AudioInput_Dev to use the new-style host/resource.yzshen@chromium.org2012-11-081-1/+13
* Don't crash the renderer if the plugin crashes.brettw@chromium.org2012-09-191-0/+3
* PPAPI/NaCl: Re-land speculative implementation for ipc_channel_nacl.ccdmichael@chromium.org2012-05-311-1/+1
* Revert 139635 - PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.ccrch@chromium.org2012-05-301-1/+1
* PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.ccdmichael@chromium.org2012-05-301-1/+1
* Broker out PPAPI handle duplicationjschuh@chromium.org2012-05-111-5/+4
* Fix 82176 by transferring ownership of render (client) file descriptor instea...xhwang@chromium.org2011-11-101-2/+2
* Added logging useful for understanding Pepper broker lifetime.ddorwin@chromium.org2011-10-261-0/+1
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-2/+2
* Make WebPluginInfo more genericcpu@chromium.org2011-08-141-1/+1
* Hooking MHTML generation to the browser.jcivelli@chromium.org2011-06-141-22/+3
* Refactored ppapi Dispatcher to share common code between the plugin and broke...ddorwin@chromium.org2011-04-161-0/+88