summaryrefslogtreecommitdiffstats
path: root/ppapi/thunk/ppb_instance_private_thunk.cc
Commit message (Collapse)AuthorAgeFilesLines
* Pepper: Add optional logging for PPAPI calls.teravest@chromium.org2013-04-021-1/+4
| | | | | | | | | | | | | | This adds VLOG(4) calls for every function autogenerated by idl_thunk.py. I had considered adding version information to the output, but couldn't find a way to do so that didn't have a confusing case. BUG=181607 Review URL: https://chromiumcodereview.appspot.com/13393007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191855 0039d316-1c4b-4281-b951-d872f2087c98
* IDL: Remove trailing commans in generated thunk files.teravest@chromium.org2013-01-031-2/+2
| | | | | | | | | BUG= Review URL: https://chromiumcodereview.appspot.com/11679012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174988 0039d316-1c4b-4281-b951-d872f2087c98
* Autogenerate thunk .cc files for PPB_Instance and PPB_Instance_Private.teravest@chromium.org2012-12-261-0/+56
BUG= Review URL: https://chromiumcodereview.appspot.com/11662008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174624 0039d316-1c4b-4281-b951-d872f2087c98