summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_graphics_2d_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't copy the Graphics2D when binding a new one. This brings thebrettw@google.com2011-06-241-7/+30
* Minor cleanup of resource creation. This eliminates a bunch of copy-and-pastebrettw@chromium.org2011-06-221-0/+13
* Convert most remaining resources to use the API/thunk system. The significantbrettw@chromium.org2011-06-221-10/+18
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-1/+2
* Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...thestig@chromium.org2011-06-011-2/+1
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-1/+2
* Add Skia to CG adapter for plugins.caryclark@chromium.org2011-05-251-1/+1
* This implements the new system for Graphics2D only.brettw@chromium.org2011-05-061-78/+7
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-2/+2
* Fixing PPB_Graphics2D::Describebrettw@chromium.org2011-04-061-1/+2
* Fixing PPB_Graiphics2D::Describe to behave according to spec with an invalid ...brettw@chromium.org2011-03-161-4/+6
* Clarify/fix fullscreen semantics, and add GetScreenSizepiman@google.com2011-03-081-4/+6
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-3/+3
* Ensure the plugin backing store is always mapped, even when it's been swappedbrettw@chromium.org2011-01-281-2/+9
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-7/+5
* Fixed bug 64847: Graphics2D paints outside plugin boundaries. Also removed un...ddorwin@chromium.org2011-01-131-8/+30
* Add an instance parameter to var objects, audio, and the 2D API. This replace...brettw@chromium.org2011-01-071-4/+5
* Move base/mac_util.h to base/mac and use the base::mac namespace.brettw@chromium.org2011-01-011-3/+4
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-0/+652