summaryrefslogtreecommitdiffstats
path: root/content/browser/download/base_file_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed content::BaseFile::IsEmptyHash call to memset.joaodasilva@chromium.org2013-12-191-7/+11
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-3/+2
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-1/+1
* Use a direct include of the message_loop header in content/, part 1.avi@chromium.org2013-07-181-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-16/+16
* Move Copy* into the base namespace.brettw@chromium.org2013-07-091-1/+1
* Use a direct include of strings headers in content/browser/, part 1.avi@chromium.org2013-06-111-1/+1
* downloads: Improve download rate estimation.cbentzel@chromium.org2013-05-291-40/+0
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-8/+8
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-8/+8
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-8/+8
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-30/+30
* Initial CL for Downloads resumption.rdsmith@chromium.org2013-01-121-2/+7
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-2/+2
* Move download code to the content namespace.jam@chromium.org2012-10-261-28/+25
* Refactor BaseFile methods to return a DownloadInterruptReason instead of a ne...asanka@chromium.org2012-10-251-74/+92
* Shift passage of FileStream in downloads system to be by scoped_ptr<>.rdsmith@chromium.org2012-10-171-40/+32
* Use the user's preferred downloads directory for creating the initial downloa...asanka@chromium.org2012-09-151-25/+44
* Add test for failing rename in BaseFileTest.asanka@chromium.org2012-07-121-0/+24
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-091-1/+1
* Back out r121064 from the trunk due to a compile failure.mark@chromium.org2012-02-081-1/+1
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-081-1/+1
* Added net logging to BaseFile.ahendrickson@chromium.org2012-02-051-11/+40
* Added Net logging to FileStream.ahendrickson@chromium.org2012-02-021-2/+2
* In order to resume a download some more information needs to be gathered.ahendrickson@chromium.org2011-12-221-45/+168
* Move download speed calculation to file thread / DownloadFile class.benwells@chromium.org2011-11-301-0/+53
* Store the download file hash in the DownloadItem. This will be usefulnoelutz@google.com2011-11-101-1/+9
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Switch content tests to use BrowserThreadImpl directly.joi@chromium.org2011-10-311-2/+4
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-2/+2
* Fix potential issue with BaseFile::AppendDataToFile().ahendrickson@chromium.org2011-09-231-5/+13
* Make BaseFile member functions return net::Error's.ahendrickson@chromium.org2011-09-041-40/+162
* Detect file system errors during downloads.ahendrickson@chromium.org2011-08-291-19/+62
* Move the save file code from chrome to content. This is just a file move so t...jam@chromium.org2011-07-141-0/+230