summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_image_data_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Make a global enum to differentiate impl & proxy.brettw@chromium.org2012-02-141-2/+2
* Relanding this with fixes to the mac dbg builderananta@chromium.org2012-01-201-0/+4
* Revert 118385 since this seems to break mac-debug build.sadrul@chromium.org2012-01-201-4/+0
* Remove the Webkit thread in the PPAPI plugin process and perform the text and...ananta@chromium.org2012-01-191-0/+4
* Remove webkit::ppapi::Resource.brettw@chromium.org2011-08-241-4/+8
* Properly account for all color channels when checking for overflow in imagebrettw@chromium.org2011-07-111-1/+1
* Minor cleanup of resource creation. This eliminates a bunch of copy-and-pastebrettw@chromium.org2011-06-221-0/+11
* Convert most remaining resources to use the API/thunk system. The significantbrettw@chromium.org2011-06-221-4/+0
* Implement flash menu and net connector resources using the API/thunk model.brettw@chromium.org2011-06-151-33/+7
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-1/+1
* Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...thestig@chromium.org2011-06-011-1/+1
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-1/+1
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-261-2/+2
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-251-2/+2
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-251-2/+2
* This implements the new system for Graphics2D only.brettw@chromium.org2011-05-061-70/+8
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-17/+0
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-7/+4
* Add an instance parameter to var objects, audio, and the 2D API. This replace...brettw@chromium.org2011-01-071-4/+5
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-0/+226