summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_audio_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-24/+9
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-9/+24
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-24/+9
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-9/+24
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-24/+9
* Cleanup in the file chooser API.brettw@chromium.org2011-08-201-2/+2
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-10/+8
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-8/+9
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-131-0/+1
* Convert the PluginResource to be refcounted.brettw@chromium.org2011-08-111-3/+2
* Reland 95309. Add a template to handle properly issuing completion callbacks.brettw@chromium.org2011-08-081-22/+48
* Revert 95309 - I need to fix some bugs with this.brettw@chromium.org2011-08-031-48/+22
* Add a template to handle properly issuing completion callbacks. This fixesbrettw@chromium.org2011-08-031-22/+48
* Add a flag field to PP_CompletionCallback to control if the callback shouldpolina@google.com2011-06-301-1/+1
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-11/+10
* Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...thestig@chromium.org2011-06-011-10/+11
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-11/+10
* Convert audio-related messages to the new thunk/API system for Pepper.brettw@chromium.org2011-05-131-104/+119
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-1/+1
* 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