summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_graphics_2d_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove vestigal in-process PPB_Graphics2D impl.teravest@chromium.org2013-04-271-716/+0
* Pepper cleanup: USE_SKIA is always true.teravest@chromium.org2013-03-051-51/+0
* ui: Make gfx::Size::Scale() mutate the class. Add gfx::ScaleSize() similar to...danakj@chromium.org2012-11-101-1/+2
* ui: Make gfx::Point::Scale() mutate the class, similar to gfx::Rect.danakj@chromium.org2012-11-091-2/+2
* Make sure PluginResource doesn't live forever because of holding references t...yzshen@chromium.org2012-11-081-2/+0
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-2/+1
* Add non-member non-mutating methods for common gfx::Rect operations.danakj@chromium.org2012-10-291-12/+10
* Make gfx::Rect class operations consistently mutate the class they are called...danakj@chromium.org2012-10-231-4/+11
* Remove implicit flooring Scale() method from Point and Size.danakj@chromium.org2012-10-091-16/+11
* Fix cpu draining callback in Graphics2D::Flush.victorhsieh@chromium.org2012-09-271-9/+21
* Pepper Flash Mac: Fix fullscreen drawing with 3d disabledsail@chromium.org2012-09-141-12/+10
* Fix optimized 2d painting for Pepper Flash:yzshen@chromium.org2012-09-051-12/+11
* mac: Use ScopedCGContextSaveGState in a few more placesthakis@chromium.org2012-08-271-2/+2
* Cache image data objects.brettw@chromium.org2012-08-221-5/+16
* Remove a log statement in PPAPI.brettw@chromium.org2012-08-141-8/+2
* PPAPI/NaCl: Make ImageData for NaCl just use shared memorydmichael@chromium.org2012-07-251-4/+5
* Scale to DIPs in ppb_graphics2d_impl for proper invalidationjhorwich@chromium.org2012-07-231-1/+46
* Implement HiDPI support in Pepper dev interfacejhorwich@chromium.org2012-06-281-4/+24
* PPAPI: Make blocking completion callbacks work.dmichael@chromium.org2012-06-231-8/+3
* ppapi Graphics2d should invalidate all changes without clipping to visible area.shawnsingh@chromium.org2012-05-011-12/+17
* Fix per-tile painting support in Pepper Graphics2D plugins by using a tempora...reveman@chromium.org2012-04-131-1/+9
* Add traces in PPB_Graphics2Dpiman@chromium.org2012-03-201-0/+4
* Fix nested invocation of graphics 2D Flush.brettw@chromium.org2012-02-161-4/+2
* Make a global enum to differentiate impl & proxy.brettw@chromium.org2012-02-141-1/+1
* Provide WillInitiatePaint() as well as DidInitiatePaint() and tweak semantics.wez@chromium.org2012-02-041-3/+7
* The tricky part about logging to the console is that many of the errors are g...brettw@chromium.org2012-01-311-6/+25
* Relanding this with fixes to the mac dbg builderananta@chromium.org2012-01-201-3/+3
* Revert 118385 since this seems to break mac-debug build.sadrul@chromium.org2012-01-201-3/+3
* Remove the Webkit thread in the PPAPI plugin process and perform the text and...ananta@chromium.org2012-01-191-3/+3
* Convert callers to use the new TrackedCallback.brettw@chromium.org2012-01-061-2/+5
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Change the DidChangeView update to take a new ViewChanged resource.brettw@chromium.org2012-01-031-1/+3
* Always run Flush completion callbacks in Graphics2D.brettw@chromium.org2011-12-101-10/+13
* Convert a bunch of pepper implementation to use base::Callback.dmichael@chromium.org2011-10-071-4/+6
* Add a new error code for a null callback on the main thread.brettw@chromium.org2011-09-161-5/+3
* Remove webkit::ppapi::Resource.brettw@chromium.org2011-08-241-4/+8
* Fix forgotten bool location.brettw@chromium.org2011-07-191-2/+1
* Move the time conversion code to the PPAPI shared_impl directory and use it inbrettw@chromium.org2011-07-121-5/+0
* Remove incorrect optimization for plugin binding. This would cause incorrectbrettw@chromium.org2011-07-111-11/+2
* 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