summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/proxy_channel.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Pepper: Fix channel init in ProxyChannel."dmichael@chromium.org2014-02-271-10/+9
* Pepper: Fix channel init in ProxyChannel.teravest@chromium.org2014-02-261-9/+10
* Update include paths in ppapi/proxy for base/process changes.rsesek@chromium.org2013-07-251-1/+1
* Use an explicit PID for duplicating Pepper handles rather than the Channel's.brettw@chromium.org2013-01-041-2/+9
* Rename IPC Sender and Listener in ppapi, content/public, and content/rendererbrettw@chromium.org2012-06-201-7/+8
* 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-4/+12
* Add a way to implement GetInterface in the broker.brettw@chromium.org2012-04-131-2/+0
* Cleanup: Remove unneeded forward declarations in ppapi.thestig@chromium.org2011-11-111-3/+1
* Fix 82176 by transferring ownership of render (client) file descriptor instea...xhwang@chromium.org2011-11-101-1/+1
* Reland r101259 after fixing shared-library build issues.alokp@chromium.org2011-09-151-1/+3
* Revert 101259 - Removed the dependency of PepperPluginRegistry on Pepper proxy.stuartmorgan@chromium.org2011-09-151-2/+0
* Removed the dependency of PepperPluginRegistry on Pepper proxy.alokp@chromium.org2011-09-151-0/+2
* Create ppapi_proxy.dll and ppapi_shared.dll.darin@chromium.org2011-08-261-2/+4
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-2/+2
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-021-3/+2
* Fix two bugs in proxying of Broker Connect callback and shutdown Broker when ...ddorwin@chromium.org2011-04-181-1/+1
* Refactored ppapi Dispatcher to share common code between the plugin and broke...ddorwin@chromium.org2011-04-161-0/+111