summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/file_io.h
Commit message (Collapse)AuthorAgeFilesLines
* pp::FileSystem: add copy constrctorvictorhsieh@chromium.org2013-05-091-1/+1
| | | | | | | | | | This will make the output callback of ExtCrxFileSystemPrivate.Open easier to use. BUG=223301 Review URL: https://chromiumcodereview.appspot.com/14576007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199121 0039d316-1c4b-4281-b951-d872f2087c98
* [PPAPI] Fix a bunch of spelling mistakesbinji@chromium.org2013-03-291-2/+2
| | | | | | | | 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
* Refactor the URLResponseInfo to use new designbrettw@chromium.org2012-11-161-4/+37
| | | | | | | | | | | | This puts all of the URLResponseInfo attributes in a struct so it can be sent over IPC in one message rather than requiring one sync IPC per attribute access. This includes a new example of streaming to a file that I used to do some manual tests of this change. I added and improved some documentation that I noticed when trying to write the example. Review URL: https://codereview.chromium.org/10993031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168273 0039d316-1c4b-4281-b951-d872f2087c98
* Provide a safer FileIO Read APIvictorhsieh@chromium.org2012-11-161-1/+51
| | | | | | | | | | An testing util class TestCompletionCallbackWithOutput is introduced for the callback with output. BUG=155395 Review URL: https://chromiumcodereview.appspot.com/11361117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168156 0039d316-1c4b-4281-b951-d872f2087c98
* Convert resources to take an instance key instead of an Instance*.brettw@chromium.org2012-02-271-3/+4
| | | | | | Review URL: https://chromiumcodereview.appspot.com/9381010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123795 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed capitalization of error codes as per bug here:jond@google.com2012-01-131-2/+2
| | | | | | | | http://code.google.com/p/nativeclient-sdk/issues/detail?id=125 Review URL: http://codereview.chromium.org/9190069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117662 0039d316-1c4b-4281-b951-d872f2087c98
* C++ File IO documentation.jond@google.com2011-08-091-16/+22
| | | | | | Review URL: http://codereview.chromium.org/7307037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96083 0039d316-1c4b-4281-b951-d872f2087c98
* C++ File IO documentation. This is more-or-less a copy and paste from the C ↵jond@google.com2011-07-081-2/+103
| | | | | | | | docs. Review URL: http://codereview.chromium.org/7307037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91876 0039d316-1c4b-4281-b951-d872f2087c98
* This CL is oringialy http://codereview.chromium.org/7210027sanga@chromium.org2011-06-271-0/+52
I moved to write access repository. Review URL: http://codereview.chromium.org/7261004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90629 0039d316-1c4b-4281-b951-d872f2087c98