summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/test_graphics_2d.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes for re-enabling more MSVC level 4 warnings: ppapi/ editionpkasting@chromium.org2014-07-091-1/+1
* Remove unused PPB_Graphics2D_Dev interfaceraymes@google.com2014-04-031-10/+7
* Pepper: Move PPB_Testing_Dev to Private.teravest@chromium.org2013-11-251-1/+0
* mac: Prepare most test code for -Wunused-functions too.thakis@chromium.org2013-11-081-8/+0
* Verify that the image is not empty before calling memset().raphael.kubo.da.costa@intel.com2013-04-181-0/+1
* PPAPI: More test cleanupdmichael@chromium.org2013-04-161-262/+164
* Move HiDPI-related Pepper interfaces to stablejhorwich@chromium.org2013-04-091-0/+39
* Cleanup: Remove operator from TestCompletionCallback.teravest@chromium.org2013-03-151-1/+1
* Migrate Graphics2D to new design, as part of the whole Pepper resource redesign.brettw@chromium.org2012-11-291-8/+65
* Fix typo in PPAPINaClNewlibTest.Graphics2D_Replacesail@chromium.org2012-11-101-1/+1
* Fix cpu draining callback in Graphics2D::Flush.victorhsieh@chromium.org2012-09-271-0/+87
* Cleanup: avoid foo ? true : false, part 2.thestig@chromium.org2012-09-191-3/+3
* Add a query function for the scaling feature.brettw@chromium.org2012-08-221-2/+2
* Cache image data objects.brettw@chromium.org2012-08-221-0/+60
* Implement HiDPI support in Pepper dev interfacejhorwich@chromium.org2012-06-281-1/+42
* Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.dmichael@chromium.org2011-12-221-1/+1
* In ppapi/tests: |... const*| -> |const ...*| (for consistency).viettrungluu@chromium.org2011-12-081-3/+3
* Reland http://codereview.chromium.org/8477015dmichael@chromium.org2011-11-161-10/+10
* ppapi/tests/test_graphics2d: Implement TestScroll.polina@google.com2011-11-151-33/+108
* Revert 109114thakis@chromium.org2011-11-091-10/+10
* Make it possible to enable/disable specific ppapi tests. Migrate PostMessage ...dmichael@chromium.org2011-11-081-10/+10
* Remove common.h from the build. This only included the bool converters whichbrettw@chromium.org2011-07-191-1/+0
* Make pp::CompletionCallback have a default constructor (which blocks),jvoung@google.com2011-07-131-1/+1
* Fix some uses of PPBoolToBool and BoolToPPBool that I either missed in thebrettw@chromium.org2011-07-121-2/+2
* Add a flag field to PP_CompletionCallback to control if the callback shouldpolina@google.com2011-06-301-18/+32
* Fix PPAPI ui_tests.piman@google.com2011-05-201-2/+2
* Minor fixes to enable manual running of all PPAPI tests ("Run all tests"cstefansen@google.com2011-04-281-10/+1
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-5/+5
* Fixing PPB_Graphics2D::Describebrettw@chromium.org2011-04-061-3/+6
* Implement proxy for FlashMenu and Run/QuitMessageLooppiman@google.com2011-02-151-2/+2
* Use PASS() everywhere in ppapi/tests.neb@chromium.org2011-01-071-9/+9
* Add an instance parameter to var objects, audio, and the 2D API. This replace...brettw@chromium.org2011-01-071-27/+31
* Make PPAPI headers compile with C compilers (gcc on Linux & Mac and MSVS on W...dmichael@google.com2010-11-051-8/+10
* Move PPAPI into the Chrome repo. The old repo wasbrettw@chromium.org2010-11-011-0/+542