summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_file_io_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Convert a bunch of pepper implementation to use base::Callback.dmichael@chromium.org2011-10-071-0/+3
* Remove webkit::ppapi::Resource.brettw@chromium.org2011-08-241-3/+3
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-1/+1
* Pepper quota supportkinuko@chromium.org2011-08-011-2/+11
* Avoid leaking file handles.yzshen@chromium.org2011-07-151-1/+1
* Support overlapped calls of FileIO::{Read,Write}.yzshen@chromium.org2011-07-131-10/+39
* Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie...sanga@chromium.org2011-07-071-6/+6
* Minor cleanup of resource creation. This eliminates a bunch of copy-and-pastebrettw@chromium.org2011-06-221-2/+0
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-41/+35
* Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...thestig@chromium.org2011-06-011-35/+41
* Revert 87419 - Add some missing virtual keywords to fix the clang build.thestig@chromium.org2011-06-011-1/+1
* Add some missing virtual keywords to fix the clang build.brettw@chromium.org2011-06-011-1/+1
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-41/+35
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Pepper: Fix a pile of bugs in the implementation of the file chooser API.viettrungluu@chromium.org2011-02-041-2/+1
* Copy buffers in base::FileUtilProxy::{Read,Write} to avoid memory corruption. darin@chromium.org2011-02-041-2/+6
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-2/+1
* Method parameter name change in ppb_file_io_impl.* ...viettrungluu@chromium.org2011-01-121-2/+3
* Fix Pepper File IO callbacks.viettrungluu@chromium.org2011-01-111-3/+22
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-0/+100