summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_file_chooser_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-78/+69
* Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...thestig@chromium.org2011-06-011-69/+78
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-78/+69
* Add a new function to run and claer a completion callback. This is a commonbrettw@chromium.org2011-05-271-3/+2
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-2/+2
* The mime type list can be NULL to allow all files. Handle this case whenbrettw@chromium.org2011-04-111-1/+3
* Implement the filesystem proxy. This allows the FileRef tests (the ones whichbrettw@chromium.org2011-02-211-2/+7
* Implement proxying for FileRef and FileChooser.brettw@chromium.org2011-02-171-0/+246