summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_audio_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Factor fd sharing code in proxy and fix fd issues once and for all.piman@google.com2011-02-251-34/+22
* Fix PPB_Audio_Proxy handling of file descriptors.piman@google.com2011-02-151-2/+2
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-7/+20
* Fix some bugs with incorrect ! (both missing and extra) in the proxy error ha...brettw@chromium.org2011-01-281-14/+12
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-271-41/+55
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-14/+18
* Move ppapi audio interface out of dev, butnfullagar@google.com2011-01-151-9/+9
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-301-1/+1
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-2/+4
* Add URLLoaderTrusted proxy, hook up Flash proxy. This actually starts usingbrettw@chromium.org2010-12-021-2/+2
* Implement audio proxy for Pepper.brettw@chromium.org2010-12-021-0/+285