0
Commit Graph

4 Commits

Author SHA1 Message Date
avi
e029c4134f Switch to standard integer types in ppapi/.
BUG=138542
TBR=bbudge@chromium.org
NOPRESUBMIT=true

Review URL: https://codereview.chromium.org/1548813002

Cr-Commit-Position: refs/heads/master@{#366718}
2015-12-23 06:46:20 +00:00
dmichael@chromium.org
665b5c54dd PPAPI: Use clang-format on ppapi/shared_impl
This does not yet add the presubmit check. I'll do that when more of ppapi/ is converted.

BUG=345417

Review URL: https://codereview.chromium.org/174213003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252768 0039d316-1c4b-4281-b951-d872f2087c98
2014-02-22 08:06:26 +00:00
bbudge@chromium.org
a6ae622b9a Add support for Var arrays to ArrayWriter.
BUG=79375


Review URL: https://chromiumcodereview.appspot.com/12560003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186832 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-08 00:42:16 +00:00
brettw@chromium.org
11f515acdd New file chooser interface that uses the new PP_ArrayOutput feature. This also changes PP_ArrayOutput to be pass-by-value.
This keeps backwards compat for the old interface. It fixes some bugs in the callback system that I found when working on the patch and adds some new machinery for doing array output in the proxy. It also re-enables the file chooser feature which was recently broken.

BUG=118857

Review URL: https://chromiumcodereview.appspot.com/9728001

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129022 0039d316-1c4b-4281-b951-d872f2087c98
2012-03-26 22:21:59 +00:00