summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_file_chooser_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-76/+14
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-14/+76
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-76/+14
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-14/+76
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-76/+14
* Convert FileRefImpl and URLRequestInfo to shared_impl.brettw@chromium.org2011-08-261-5/+5
* Cleanup in the file chooser API.brettw@chromium.org2011-08-201-14/+56
* 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-8/+8
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-131-1/+2
* 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-7/+5
* Revert 95309 - I need to fix some bugs with this.brettw@chromium.org2011-08-031-5/+7
* Add a template to handle properly issuing completion callbacks. This fixesbrettw@chromium.org2011-08-031-7/+5
* 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-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