summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_audio_config_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-9/+6
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-7/+5
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-131-0/+2
* Convert the PluginResource to be refcounted.brettw@chromium.org2011-08-111-1/+1
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-2/+2
* Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...thestig@chromium.org2011-06-011-2/+2
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-2/+2
* Convert audio-related messages to the new thunk/API system for Pepper.brettw@chromium.org2011-05-131-97/+31
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-6/+15
* Fix some bugs with incorrect ! (both missing and extra) in the proxy error ha...brettw@chromium.org2011-01-281-1/+1
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-271-13/+13
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-15/+21
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-4/+4
* Move ppapi audio interface out of dev, butnfullagar@google.com2011-01-151-13/+17
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+4
* Implement audio proxy for Pepper.brettw@chromium.org2010-12-021-0/+135