summaryrefslogtreecommitdiffstats
path: root/ppapi/api/pp_array_output.idl
Commit message (Collapse)AuthorAgeFilesLines
* Avoid memory allocation for PPB_FileIO Read when callback is blocking.bbudge@chromium.org2013-10-231-3/+6
| | | | | | | | | | Performs file read directly into caller's buffer. BUG=194304 Review URL: https://codereview.chromium.org/27730003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230282 0039d316-1c4b-4281-b951-d872f2087c98
* [PPAPI] Fix a bunch of spelling mistakesbinji@chromium.org2013-03-291-1/+1
| | | | | | | | BUG=none Review URL: https://codereview.chromium.org/13220002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191456 0039d316-1c4b-4281-b951-d872f2087c98
* New file chooser interface that uses the new PP_ArrayOutput feature. This ↵brettw@chromium.org2012-03-261-0/+1
| | | | | | | | | | | | 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
* Add the array output C API.brettw@chromium.org2012-03-081-0/+89
Review URL: http://codereview.chromium.org/9592033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125674 0039d316-1c4b-4281-b951-d872f2087c98