summaryrefslogtreecommitdiffstats
path: root/content/browser/download/download_file_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-041-1/+1
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-4/+3
* Fix uninitialized fields in constructors.etienneb@chromium.org2013-08-141-0/+1
* [Downloads] Move client guid for AV scanning of downloaded files to chrome/gbillock@chromium.org2013-08-101-0/+2
* Make ByteStream independent from DownloadInterruptReasontyoshino@chromium.org2013-08-021-1/+1
* Use a direct include of the message_loop header in content/, part 1.avi@chromium.org2013-07-181-1/+1
* Persist download ids across sessions by merging them with db_handles.benjhayden@chromium.org2013-07-121-4/+2
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-22/+22
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in content/.dcheng@chromium.org2013-06-131-10/+9
* Use a direct include of strings headers in content/browser/, part 1.avi@chromium.org2013-06-111-1/+1
* Get rid of DownloadItem::BytesSoFar.cbentzel@chromium.org2013-05-141-2/+0
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-3/+4
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Move ByteStream to content/browserzork@chromium.org2013-03-211-1/+1
* Linux/ChromeOS Chromium style checker cleanup, content/ edition.rsleevi@chromium.org2013-02-121-1/+1
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-28/+30
* Make content::PowerSaveBlocker publichashimoto@chromium.org2013-01-151-1/+1
* content: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-101-10/+10
* Split DownloadFile::Rename into RenameAndUniquify and RenameAndAnnotate.rdsmith@chromium.org2012-11-101-15/+33
* Minor cleanup in DownloadCreateInfo structure.rdsmith@chromium.org2012-11-011-1/+0
* Move download code to the content namespace.jam@chromium.org2012-10-261-50/+44
* Replace the DownloadFileManager with direct ownership of DownloadFileImplrdsmith@chromium.org2012-10-181-84/+69
* Shift passage of FileStream in downloads system to be by scoped_ptr<>.rdsmith@chromium.org2012-10-171-8/+6
* Revert 154294 - Remove DownloadFileManager in favor of direct ownership of Do...rdsmith@chromium.org2012-08-311-66/+83
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-301-83/+66
* Revert 153563 - Remove DownloadFileManager in favor of direct ownership of Do...isherman@chromium.org2012-08-281-66/+83
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-271-83/+66
* Revert 153221 - Remove DownloadFileManager in favor of direct ownership of Do...rdsmith@chromium.org2012-08-241-66/+83
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-241-83/+66
* Revert 152213 - Replace the DownloadFileManager with direct ownership of Down...rdsmith@chromium.org2012-08-191-66/+83
* Replace the DownloadFileManager with direct ownership of DownloadFile.rdsmith@chromium.org2012-08-181-83/+66
* Revert 151351 - Replace the DownloadFileManager with direct ownership yutak@chromium.org2012-08-141-66/+83
* Replace the DownloadFileManager with direct ownership rdsmith@chromium.org2012-08-131-83/+66
* Move Rename functionality from DownloadFileManager to DownloadFileImple.rdsmith@chromium.org2012-07-131-11/+174
* Revert 146162 - Move Rename functionality from DownloadFileManager to Downloa...rdsmith@chromium.org2012-07-111-173/+11
* Move Rename functionality from DownloadFileManager to DownloadFileImple.rdsmith@chromium.org2012-07-111-11/+173
* Shifted DownloadFile to exporting DownloadInterruptReasons.rdsmith@chromium.org2012-07-031-6/+10
* Power save blocker: switch to new implementation. In addition to making thingsmdm@chromium.org2012-06-111-1/+1
* Use ByteStream in downloads system to decouple source and sink.rdsmith@chromium.org2012-06-041-39/+239
* Move mock download test headers from content\test to content\public\test. Thi...jam@chromium.org2012-06-021-1/+1
* Move timer functionality from DownloadFileManager to DownloadFileImpl.rdsmith@chromium.org2012-04-211-3/+47
* Make PowerSaveBlocker object an argument to DownloadFileImpl constructor rdsmith@chromium.org2012-04-191-8/+3
* Disable crashing unit test on Linux.husky@chromium.org2012-02-091-1/+8
* Hooked up NetLog to DownloadItem, DownloadFile, and FileStream.ahendrickson@chromium.org2012-02-091-1/+2
* Back out r121050 from the trunk due to a compile failure.mark@chromium.org2012-02-081-2/+1
* Hooked up NetLog to DownloadItem, DownloadFile, and FileStream.ahendrickson@chromium.org2012-02-081-1/+2
* Remove DownloadManager* dependency on DownloadStatusUpdater rdsmith@chromium.org2012-02-041-3/+2
* Move the DownloadManager and DownloadFile unittests to content so they can li...jam@chromium.org2012-01-301-1/+0
* Get rid of DownloadIdFactory and instead get the next id from DownloadManager...jam@chromium.org2012-01-271-4/+1