summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_file_system_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie...sanga@chromium.org2011-07-071-9/+9
* Add a flag field to PP_CompletionCallback to control if the callback shouldpolina@google.com2011-06-301-1/+1
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-74/+76
* Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...thestig@chromium.org2011-06-011-76/+74
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-74/+76
* Add a new function to run and claer a completion callback. This is a commonbrettw@chromium.org2011-05-271-4/+1
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-2/+2
* Don't allow multiple opens for Pepper FileSystem.yzshen@chromium.org2011-02-281-4/+6
* Implement the filesystem proxy. This allows the FileRef tests (the ones whichbrettw@chromium.org2011-02-211-0/+204