summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_file_io_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Provide a safer FileIO Read APIvictorhsieh@chromium.org2012-11-161-2/+2
* Notify CloseFile from Pepper to FileSystem.kinaba@chromium.org2012-07-101-0/+7
* PPAPI: Make blocking completion callbacks work.dmichael@chromium.org2012-06-231-27/+34
* Update PPAPI IDL generator to define versioned structs, and unversioned typedef.wez@chromium.org2012-01-051-2/+1
* Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-101-96/+44
* Revert 113817 - Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-091-44/+96
* Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-091-96/+44
* Revert 113656 - Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-081-44/+96
* Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-081-96/+44
* Cleanup: Remove unneeded forward declarations in webkit/plugins/.thestig@chromium.org2011-11-171-3/+0
* Remaining cleanup (base::Bind): Replacing FileUtilProxy calls with new callbackkinuko@chromium.org2011-10-191-3/+1
* base::Bind: Convert FileUtilProxy::StatusCallback.jhawkins@chromium.org2011-10-171-2/+0
* base::Bind: Convert FileUtilProxy::GetFileInfoCallback.jhawkins@chromium.org2011-10-171-0/+1
* 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