summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_file_system_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* PPAPI: Make blocking completion callbacks work.dmichael@chromium.org2012-06-231-3/+3
* Delete FunctionGroupBase from Pepper.brettw@chromium.org2012-04-301-1/+0
* Make a global enum to differentiate impl & proxy.brettw@chromium.org2012-02-141-1/+1
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Convert proxy callbacks to use TrackedCallback.brettw@chromium.org2012-01-051-17/+6
* Update PPAPI IDL generator to define versioned structs, and unversioned typedef.wez@chromium.org2012-01-051-3/+3
* Rename InterfaceID to ApiID and move the file.brettw@chromium.org2011-10-201-4/+4
* Convert ppapi/* to use base::Bind.dmichael@chromium.org2011-10-041-1/+2
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-7/+5
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-5/+7
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-7/+5
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-5/+7
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-7/+5
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-5/+3
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-9/+8
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-131-0/+1
* Convert the PluginResource to be refcounted.brettw@chromium.org2011-08-111-2/+2
* Reland 95309. Add a template to handle properly issuing completion callbacks.brettw@chromium.org2011-08-081-9/+4
* Revert 95309 - I need to fix some bugs with this.brettw@chromium.org2011-08-031-4/+9
* Add a template to handle properly issuing completion callbacks. This fixesbrettw@chromium.org2011-08-031-9/+4
* 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