summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_file_io_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-101-240/+91
* Revert 113817 - Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-091-91/+240
* Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-091-240/+91
* Revert 113656 - Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-081-91/+240
* Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-081-240/+91
* Rename the ResourceTracker in webkit to HostResourceTracker.brettw@chromium.org2011-10-201-1/+0
* Remaining cleanup (base::Bind): Replacing FileUtilProxy calls with new callbackkinuko@chromium.org2011-10-191-4/+3
* base::Bind: Convert FileUtilProxy::StatusCallback.jhawkins@chromium.org2011-10-171-9/+13
* base::Bind: Convert FileUtilProxy::WriteCallback.jhawkins@chromium.org2011-10-171-5/+8
* base::Bind: Convert FileUtilProxy::ReadCallback.jhawkins@chromium.org2011-10-171-3/+4
* base::Bind: Convert FileUtilProxy::GetFileInfoCallback.jhawkins@chromium.org2011-10-171-1/+3
* Convert a bunch of pepper implementation to use base::Callback.dmichael@chromium.org2011-10-071-5/+7
* Enabling creating of file_ref from filesystem and path for external filesystem.tbarzic@chromium.org2011-09-271-18/+19
* Add a new error code for a null callback on the main thread.brettw@chromium.org2011-09-161-4/+2
* Remove webkit::ppapi::Resource.brettw@chromium.org2011-08-241-13/+47
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-3/+1
* Pepper quota supportkinuko@chromium.org2011-08-011-15/+81
* Avoid leaking file handles.yzshen@chromium.org2011-07-151-2/+2
* Support overlapped calls of FileIO::{Read,Write}.yzshen@chromium.org2011-07-131-41/+91
* Move the time conversion code to the PPAPI shared_impl directory and use it inbrettw@chromium.org2011-07-121-1/+3
* Make PP_TimeTicks actually be a tick counter rather than be the same as thebrettw@chromium.org2011-07-081-7/+8
* Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie...sanga@chromium.org2011-07-071-4/+5
* Minor cleanup of resource creation. This eliminates a bunch of copy-and-pastebrettw@chromium.org2011-06-221-9/+0
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-163/+19
* Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...thestig@chromium.org2011-06-011-19/+163
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-163/+19
* Fix PP_FileOpenFlags_Dev handling:yzshen@chromium.org2011-05-231-39/+3
* Let Pepper open FileSystem files again.ericu@google.com2011-04-161-6/+19
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-7/+7
* Pepper: Fix a pile of bugs in the implementation of the file chooser API.viettrungluu@chromium.org2011-02-041-1/+1
* Copy buffers in base::FileUtilProxy::{Read,Write} to avoid memory corruption. darin@chromium.org2011-02-041-7/+29
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-16/+15
* Method parameter name change in ppb_file_io_impl.* ...viettrungluu@chromium.org2011-01-121-2/+2
* Fix Pepper File IO callbacks.viettrungluu@chromium.org2011-01-111-58/+97
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-0/+443