summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_graphics_2d_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Improve the image data cache.brettw@chromium.org2012-08-241-4/+10
* Cache image data objects.brettw@chromium.org2012-08-221-3/+21
* Implement HiDPI support in Pepper dev interfacejhorwich@chromium.org2012-06-281-1/+28
* PPAPI: Make blocking completion callbacks work.dmichael@chromium.org2012-06-231-8/+3
* Make a global enum to differentiate impl & proxy.brettw@chromium.org2012-02-141-2/+2
* The tricky part about logging to the console is that many of the errors are g...brettw@chromium.org2012-01-311-2/+8
* Convert proxy callbacks to use TrackedCallback.brettw@chromium.org2012-01-051-7/+7
* Regularize how ImageData and Graphics2D are created.brettw@chromium.org2011-12-041-28/+41
* Rename InterfaceID to ApiID and move the file.brettw@chromium.org2011-10-201-6/+6
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-201-4/+4
* Revert 106142 - Add a new globals object for PPAPI tracking information.sail@chromium.org2011-10-181-4/+4
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-181-4/+4
* Add a new error code for a null callback on the main thread.brettw@chromium.org2011-09-161-1/+1
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-24/+2
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-2/+24
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-24/+2
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-2/+24
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-24/+2
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-7/+4
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-14/+17
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-131-1/+2
* 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-9/+5
* Revert 95309 - I need to fix some bugs with this.brettw@chromium.org2011-08-031-5/+9
* Add a template to handle properly issuing completion callbacks. This fixesbrettw@chromium.org2011-08-031-9/+5
* 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-25/+82
* Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...thestig@chromium.org2011-06-011-82/+25
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-25/+82
* This implements the new system for Graphics2D only.brettw@chromium.org2011-05-061-164/+48
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-2/+2
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-7/+16
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-271-44/+70
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-9/+44
* 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
* Make the Graphics2D flush call an asynchronous operation. This tracks thebrettw@chromium.org2010-11-121-18/+72
* Convert Chrome PPAPI proxy from bool to PP_Bool.brettw@chromium.org2010-11-081-13/+13
* Add proxies for ImageData and Graphics2D. These don't build by themselves, thisbrettw@chromium.org2010-11-041-0/+202
* Revert PPAPI proxy change with too many files in it.brettw@chromium.org2010-11-031-202/+0
* Core PPAPI proxy files. This includes the dispatcher which is the control pointbrettw@chromium.org2010-11-031-0/+202