summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_buffer_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-9/+7
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-3/+3
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-131-5/+7
* Remove the old type system for proxied resources. These were no longer being ...brettw@chromium.org2011-08-121-3/+0
* PPB/PPP_VideoCapture_Dev proxypiman@chromium.org2011-08-091-0/+3
* Implement PPAPI VideoDecode out-of-process supportvrk@chromium.org2011-08-061-0/+31
* Implement out-of-process proxy for PPB_Buffer_Dev.fischman@chromium.org2011-06-101-2/+3
* Move Broker, Buffer, CharSet, and CursorControl to use the new thunk/API system.brettw@chromium.org2011-05-271-0/+3
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-2/+2
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-271-1/+3
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-2/+2
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+1
* Change trusted shared memory interface to match audio.nfullagar@google.com2010-12-021-2/+2
* Add proxies for some of the PDF & Flash functionality. There are still a fewbrettw@chromium.org2010-11-121-0/+41