summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/file_io_resource.cc
Commit message (Expand)AuthorAgeFilesLines
* Make asynchronous writes with PPB_FileIO copy the plugin's buffer.bbudge@chromium.org2014-05-221-19/+40
* [Pepper] Wire up append mode writing support of FileIOtzik@chromium.org2014-01-281-3/+1
* Convert Media Galleries to use base::Filervargas@chromium.org2014-01-271-10/+17
* [Pepper] Refine append mode write handling on FileIOResourcetzik@chromium.org2014-01-221-12/+50
* Do PPB_FileIO Write on the plugin side.bbudge@chromium.org2013-12-281-22/+209
* Revert 242659 "Do PPB_FileIO Write on the plugin side."brettw@chromium.org2013-12-281-209/+22
* Do PPB_FileIO Write on the plugin side.bbudge@chromium.org2013-12-281-22/+209
* Pepper: FileIO holds FileSystem ref with scoped_refptr<Resource>.bbudge@chromium.org2013-12-271-11/+25
* Pepper: Limit FileIO Writes to 32MB, as for Reads.bbudge@chromium.org2013-12-121-4/+6
* Pepper: Create FileSystemOperationRunner in FileSystemHost.bbudge@chromium.org2013-11-251-3/+8
* Pepper: Move FileIO host from renderer to browser.teravest@chromium.org2013-11-131-8/+8
* Pepper: Add shared Utilities for file systems.bbudge@chromium.org2013-11-121-4/+2
* Revert 232547 "Pepper: Move FileIO host from renderer to browser."teravest@chromium.org2013-11-051-8/+8
* Pepper: Move FileIO host from renderer to browser.teravest@chromium.org2013-11-021-8/+8
* Revert 232440 "Pepper: Move FileIO host from renderer to browser."csharp@chromium.org2013-11-011-8/+8
* Pepper: Move FileIO host from renderer to browser.teravest@chromium.org2013-11-011-8/+8
* Avoid memory allocation for PPB_FileIO Read when callback is blocking.bbudge@chromium.org2013-10-231-10/+31
* Pepper: Remove PPB_FileIOTrusted.teravest@chromium.org2013-10-101-8/+0
* PPAPI: Ensure FileIOResource has a valid FD for background thread ops.dmichael@chromium.org2013-10-021-23/+34
* PPAPI: Remove instance param from GetFileTaskRunnerdmichael@chromium.org2013-10-011-3/+3
* Pepper: Remove Will* from PPB_FileIOTrusted.teravest@chromium.org2013-09-261-21/+0
* Pepper: Move FileRef to the "new" resource proxy.teravest@chromium.org2013-09-181-1/+8
* Revert 221284 "Pepper: Move FileRef to the "new" resource proxy."teravest@chromium.org2013-09-051-8/+1
* Pepper: Move FileRef to the "new" resource proxy.teravest@chromium.org2013-09-041-1/+8
* Revert 219911 "Pepper: Move FileRef to the "new" resource proxy."teravest@chromium.org2013-08-291-8/+1
* Pepper: Move FileRef to the "new" resource proxy.teravest@chromium.org2013-08-281-1/+8
* Revert 218305 "Pepper: Move FileRef to the "new" resource proxy."teravest@chromium.org2013-08-201-8/+1
* Pepper: Move FileRef to the "new" resource proxy.teravest@chromium.org2013-08-191-1/+8
* Revert 216744 "Pepper: Move FileRef to the "new" resource proxy."yzshen@chromium.org2013-08-121-1/+1
* Do PPB_FileIO Query and Read in the plugin process.bbudge@chromium.org2013-08-101-90/+118
* Pepper: Move FileRef to the "new" resource proxy.teravest@chromium.org2013-08-091-1/+1
* Move PPB_FileIO Query and Read implementation from the renderer to the plugin...bbudge@chromium.org2013-08-091-27/+120
* Revert 214420 "Do PPB_FileIO Query and Read in the plugin process."bbudge@chromium.org2013-08-011-138/+62
* Do PPB_FileIO Query and Read in the plugin process.bbudge@chromium.org2013-07-301-62/+138
* Revert 213933 "Move PPB_FileIO Query and Read implementation fro..."dewittj@chromium.org2013-07-261-138/+62
* Move PPB_FileIO Query and Read implementation from the renderer to the plugin...bbudge@chromium.org2013-07-261-62/+138
* Unlike GetOSFileDescriptor, this API is asynchronous.hamaji@chromium.org2013-04-011-1/+40
* Refactor FileIO to the new resource host system.bbudge@chromium.org2013-01-191-0/+291
* Revert 176792dpapad@chromium.org2013-01-171-287/+0
* Refactor FileIO to the new resource host system.bbudge@chromium.org2013-01-151-0/+287