summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/drive/drive_file_stream_reader.cc
Commit message (Expand)AuthorAgeFilesLines
* drive: Discard stream reader canceller as soon as the required data is obtained.kinaba@chromium.org2014-05-161-1/+14
* Remove some PlatformFile instances from ChromeOS Drive.rvargas@chromium.org2014-03-291-0/+3
* drive: Return cancel closure from FileSystem::GetFileContenthashimoto@chromium.org2014-03-281-23/+26
* Convert Media Galleries to use base::Filervargas@chromium.org2014-01-271-1/+1
* Fix failure of reading zero-byte files on Drive via StreamReader.kinaba@chromium.org2013-12-201-10/+31
* drive: Fix DriveFileStreamReader to run cancel closure on the right threadhashimoto@chromium.org2013-12-031-1/+1
* Move c/b/google_apis to google_apis/drive.kinaba@chromium.org2013-12-031-1/+1
* Drop "ByPath" from functions in drive::FileSystemInterface.kinaba@chromium.org2013-11-071-14/+14
* drive: Move RunTaskOnUIThread() to drive_file_stream_reader.ccsatorux@chromium.org2013-06-201-2/+7
* Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-141-3/+3
* Changes the interface of DriveFileStreamReader::Initialize from a pair of uin...hidehiko@chromium.org2013-05-131-18/+25
* Rename drive::FileReader to drive::LocalFileReader.hidehiko@chromium.org2013-05-081-8/+8
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-081-1/+1
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-081-1/+1
* Replace FileError for DriveFileStreamReader's initialization with net::Error.hidehiko@chromium.org2013-05-031-7/+15
* Implement range reading of DriveFileStreamReader.hidehiko@chromium.org2013-05-031-7/+22
* Implement range reading for LocalReaderProxy.hidehiko@chromium.org2013-05-021-4/+33
* Replace net::FileStream to drive::util::FileReader for more test stability.hidehiko@chromium.org2013-05-021-29/+24
* Rename drive::DriveEntryProto to drive::ResourceEntrysatorux@chromium.org2013-05-021-5/+5
* drive: Rename drive::DriveFileSystemInterface to drive::FileSystemInterfacesatorux@chromium.org2013-05-021-4/+4
* drive: Drop "Drive" from FakeDriveFileSystem and MockDriveFileSystemsatorux@chromium.org2013-05-011-5/+5
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-011-1/+1
* Use cancel_download callback instead of CancelGetFile in DriveFileStreamReader.kinaba@chromium.org2013-04-301-29/+4
* Make download jobs cancelable from DriveFileStreamReader.kinaba@chromium.org2013-04-261-1/+2
* Implement range reading for NetworkReaderProxy.hidehiko@chromium.org2013-04-261-2/+21
* Refactor DriveURLRequestJob.hidehiko@chromium.org2013-04-251-0/+5
* Implement "cancelling the donwloading operation" feature for NetworkReaderProxy.hidehiko@chromium.org2013-04-231-21/+67
* drive: Rename DriveFileError to FileErrorsatorux@chromium.org2013-04-231-13/+13
* Implement DriveFileStreamReader.hidehiko@chromium.org2013-04-231-10/+166
* Revert 195504 "Implement DriveFileStreamReader."szym@chromium.org2013-04-221-166/+10
* Implement DriveFileStreamReader.hidehiko@chromium.org2013-04-221-10/+166
* Implement NetworkReaderProxy.hidehiko@chromium.org2013-04-181-0/+122
* Add an utility interface ReaderProxy and its implementation for local file.hidehiko@chromium.org2013-04-181-0/+37
* Upgrade the return type of GetLength from int to int64.hidehiko@chromium.org2013-03-271-1/+1
* Add DriveFileStreamReader with empty implementation.hidehiko@chromium.org2013-03-271-0/+31