summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_file_ref_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* This implements the PPB_FileChooser resource as a new-style IPC-only resource.brettw@chromium.org2012-07-141-6/+5
* Add support for threadsafe completion callback factory.brettw@chromium.org2012-07-131-3/+2
* Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-061-1/+1
* Revert 116281 - Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-041-1/+1
* Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-041-1/+1
* Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-101-1/+3
* Revert 113817 - Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-091-3/+1
* Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-091-1/+3
* Revert 113656 - Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-081-3/+1
* Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-081-1/+3
* Convert file ref private to use new registration.brettw@chromium.org2011-12-021-2/+0
* Implement FileRef GetPathPrivate interface for O3Djhorwich@chromium.org2011-11-281-0/+6
* Cleanup: Remove unneeded forward declarations in ppapi.thestig@chromium.org2011-11-111-3/+1
* Revert 106717 - Revert 106677 (caused several PPAPI test timeouts, see http:/...brettw@chromium.org2011-10-211-11/+25
* Revert 106677 (caused several PPAPI test timeouts, see http://crbug.com/101154)thakis@chromium.org2011-10-211-25/+11
* Remove the proxy callback tracker.brettw@chromium.org2011-10-211-11/+25
* Rename InterfaceID to ApiID and move the file.brettw@chromium.org2011-10-201-1/+1
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-3/+3
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-3/+3
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-3/+3
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-3/+3
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-3/+3
* Convert FileRefImpl and URLRequestInfo to shared_impl.brettw@chromium.org2011-08-261-6/+5
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-3/+2
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-131-8/+11
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-3/+2
* Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...thestig@chromium.org2011-06-011-2/+3
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-3/+2
* Implement proxying for FileRef and FileChooser.brettw@chromium.org2011-02-171-0/+86