summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_graphics_2d_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* 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