summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_buffer_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Pepper: Unify Buffer and BufferTrusted APIs.teravest@chromium.org2013-03-231-2/+6
* Add permission checks for PPB_Buffer.bbudge@chromium.org2012-12-081-0/+2
* PPAPI/NaCl: Make NaClIPCAdapter transfer handles more generallydmichael@chromium.org2012-08-271-8/+9
* PPAPI/NaCl: Make ImageData for NaCl just use shared memorydmichael@chromium.org2012-07-251-2/+1
* Make a global enum to differentiate impl & proxy.brettw@chromium.org2012-02-141-2/+2
* Rename InterfaceID to ApiID and move the file.brettw@chromium.org2011-10-201-1/+1
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-26/+10
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-10/+26
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-26/+10
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-10/+26
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-26/+10
* 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-3/+3
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-131-0/+2
* Remove the old type system for proxied resources. These were no longer being ...brettw@chromium.org2011-08-121-4/+0
* Convert the PluginResource to be refcounted.brettw@chromium.org2011-08-111-2/+2
* PPB/PPP_VideoCapture_Dev proxypiman@chromium.org2011-08-091-1/+9
* Implement PPAPI VideoDecode out-of-process supportvrk@chromium.org2011-08-061-31/+0
* Implement flash menu and net connector resources using the API/thunk model.brettw@chromium.org2011-06-151-1/+1
* Add proper support for copy-constructed pp::Buffer_Dev's.fischman@chromium.org2011-06-141-3/+6
* Implement out-of-process proxy for PPB_Buffer_Dev.fischman@chromium.org2011-06-101-21/+50
* 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
* Move Broker, Buffer, CharSet, and CursorControl to use the new thunk/API system.brettw@chromium.org2011-05-271-62/+55
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-8/+17
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-271-11/+16
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-7/+8
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-4/+4
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+4
* Change trusted shared memory interface to match audio.nfullagar@google.com2010-12-021-11/+11
* Add proxies for some of the PDF & Flash functionality. There are still a fewbrettw@chromium.org2010-11-121-0/+151