summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_file_ref_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Delete some unused code found by -Wunused-functionthakis@chromium.org2012-10-011-8/+0
* This implements the PPB_FileChooser resource as a new-style IPC-only resource.brettw@chromium.org2012-07-141-0/+1
* PPAPI: Make blocking completion callbacks work.dmichael@chromium.org2012-06-231-44/+27
* Delete FunctionGroupBase from Pepper.brettw@chromium.org2012-04-301-1/+0
* Make a global enum to differentiate impl & proxy.brettw@chromium.org2012-02-141-2/+2
* Convert proxy callbacks to use TrackedCallback.brettw@chromium.org2012-01-051-12/+6
* Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-101-0/+9
* Revert 113817 - Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-091-9/+0
* Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-091-0/+9
* Revert 113656 - Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-081-9/+0
* Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-081-0/+9
* Rename the shared_impl resource files to give them more regular names.brettw@chromium.org2011-12-071-4/+4
* Revert 113290 - Rename the shared_impl resource files to give them more regul...brettw@chromium.org2011-12-071-4/+4
* Rename the shared_impl resource files to give them more regular names.brettw@chromium.org2011-12-061-4/+4
* Convert file ref private to use new registration.brettw@chromium.org2011-12-021-12/+0
* Properly initialize the next callback ID to 1.brettw@chromium.org2011-11-291-1/+1
* Implement FileRef GetPathPrivate interface for O3Djhorwich@chromium.org2011-11-281-0/+38
* Fix the issue that PPB_FileRef don't handle all host->plugin messages.yzshen@chromium.org2011-10-261-0/+3
* Revert 106717 - Revert 106677 (caused several PPAPI test timeouts, see http:/...brettw@chromium.org2011-10-211-43/+129
* Revert 106677 (caused several PPAPI test timeouts, see http://crbug.com/101154)thakis@chromium.org2011-10-211-129/+43
* Remove the proxy callback tracker.brettw@chromium.org2011-10-211-43/+129
* Rename InterfaceID to ApiID and move the file.brettw@chromium.org2011-10-201-6/+6
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-201-2/+2
* Revert 106142 - Add a new globals object for PPAPI tracking information.sail@chromium.org2011-10-181-2/+2
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-181-2/+2
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-24/+3
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-3/+24
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-24/+3
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-3/+24
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-24/+3
* Convert FileRefImpl and URLRequestInfo to shared_impl.brettw@chromium.org2011-08-261-73/+15
* 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-16/+19
* 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
* Unify var tracking between webkit and the proxy.brettw@chromium.org2011-08-091-4/+6
* Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie...sanga@chromium.org2011-07-071-6/+6
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-169/+124
* Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...thestig@chromium.org2011-06-011-124/+169
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-169/+124
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-8/+8
* Ensure that PP_Instance values are unique within a plugin process in additionbrettw@chromium.org2011-03-101-1/+1
* Implement the filesystem proxy. This allows the FileRef tests (the ones whichbrettw@chromium.org2011-02-211-2/+0
* Implement proxying for FileRef and FileChooser.brettw@chromium.org2011-02-171-0/+350