summaryrefslogtreecommitdiffstats
path: root/content/browser/download/base_file.cc
Commit message (Expand)AuthorAgeFilesLines
* Make PowerSaveBlocker object an argument to DownloadFileImpl constructor rdsmith@chromium.org2012-04-191-1/+0
* Make FileStream::Seek async and add FileStream::SeekSync for sync operationkinuko@chromium.org2012-04-111-1/+1
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-2/+2
* net: Split FileStream::Read/Write() into sync and async versions.satorux@chromium.org2012-02-151-1/+1
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-091-2/+2
* Back out r121064 from the trunk due to a compile failure.mark@chromium.org2012-02-081-2/+2
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-081-2/+2
* Added net logging to BaseFile.ahendrickson@chromium.org2012-02-051-21/+72
* Added Net logging to FileStream.ahendrickson@chromium.org2012-02-021-1/+1
* Using VLOG instead of DVLOG to display BaseFile errors.ahendrickson@chromium.org2012-01-091-3/+3
* In order to resume a download some more information needs to be gathered.ahendrickson@chromium.org2011-12-221-9/+38
* Move download speed calculation to file thread / DownloadFile class.benwells@chromium.org2011-11-301-0/+18
* Store the download file hash in the DownloadItem. This will be usefulnoelutz@google.com2011-11-101-4/+10
* Fixed a bug where Linux users couldn't download to NTFS file systems.ahendrickson@chromium.org2011-11-031-4/+7
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-191-1/+1
* Add screen power save block level.avi@chromium.org2011-10-141-1/+1
* Add screen power save block level.avi@chromium.org2011-10-131-1/+1
* Add screen power save block level.avi@chromium.org2011-10-131-1/+1
* Switch FileStream to use new CompletionCallback.willchan@chromium.org2011-10-121-1/+2
* Fix potential issue with BaseFile::AppendDataToFile().ahendrickson@chromium.org2011-09-231-10/+33
* Record UMA statistics for file_stream operations.ahendrickson@chromium.org2011-09-231-0/+3
* Fixing EOLs.ahendrickson@chromium.org2011-09-061-9/+9
* Make BaseFile member functions return net::Error's.ahendrickson@chromium.org2011-09-041-33/+208
* Detect file system errors during downloads.ahendrickson@chromium.org2011-08-291-1/+5
* Have BaseFile ask the embedder for the default download directory.jam@chromium.org2011-08-181-5/+13
* Move dependencies of download\base_file from chrome to content. These are all...jam@chromium.org2011-07-151-2/+2
* Move the save file code from chrome to content. This is just a file move so t...jam@chromium.org2011-07-141-0/+248