| Commit message (Expand) | Author | Age | Files | Lines |
* | Make PowerSaveBlocker object an argument to DownloadFileImpl constructor | rdsmith@chromium.org | 2012-04-19 | 1 | -1/+0 |
* | Make FileStream::Seek async and add FileStream::SeekSync for sync operation | kinuko@chromium.org | 2012-04-11 | 1 | -1/+1 |
* | Refactor Pickle Read methods to use higher performance PickleIterator. | jbates@chromium.org | 2012-03-07 | 1 | -2/+2 |
* | net: Split FileStream::Read/Write() into sync and async versions. | satorux@chromium.org | 2012-02-15 | 1 | -1/+1 |
* | net: Rename FileStream::Open/Close with OpenSync/CloseSync. | satorux@chromium.org | 2012-02-09 | 1 | -2/+2 |
* | Back out r121064 from the trunk due to a compile failure. | mark@chromium.org | 2012-02-08 | 1 | -2/+2 |
* | net: Rename FileStream::Open/Close with OpenSync/CloseSync. | satorux@chromium.org | 2012-02-08 | 1 | -2/+2 |
* | Added net logging to BaseFile. | ahendrickson@chromium.org | 2012-02-05 | 1 | -21/+72 |
* | Added Net logging to FileStream. | ahendrickson@chromium.org | 2012-02-02 | 1 | -1/+1 |
* | Using VLOG instead of DVLOG to display BaseFile errors. | ahendrickson@chromium.org | 2012-01-09 | 1 | -3/+3 |
* | In order to resume a download some more information needs to be gathered. | ahendrickson@chromium.org | 2011-12-22 | 1 | -9/+38 |
* | Move download speed calculation to file thread / DownloadFile class. | benwells@chromium.org | 2011-11-30 | 1 | -0/+18 |
* | Store the download file hash in the DownloadItem. This will be useful | noelutz@google.com | 2011-11-10 | 1 | -4/+10 |
* | Fixed a bug where Linux users couldn't download to NTFS file systems. | ahendrickson@chromium.org | 2011-11-03 | 1 | -4/+7 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -1/+1 |
* | Move content_browser_client.h to public, and while at it, move | joi@chromium.org | 2011-10-19 | 1 | -1/+1 |
* | Add screen power save block level. | avi@chromium.org | 2011-10-14 | 1 | -1/+1 |
* | Add screen power save block level. | avi@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | Add screen power save block level. | avi@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | Switch FileStream to use new CompletionCallback. | willchan@chromium.org | 2011-10-12 | 1 | -1/+2 |
* | Fix potential issue with BaseFile::AppendDataToFile(). | ahendrickson@chromium.org | 2011-09-23 | 1 | -10/+33 |
* | Record UMA statistics for file_stream operations. | ahendrickson@chromium.org | 2011-09-23 | 1 | -0/+3 |
* | Fixing EOLs. | ahendrickson@chromium.org | 2011-09-06 | 1 | -9/+9 |
* | Make BaseFile member functions return net::Error's. | ahendrickson@chromium.org | 2011-09-04 | 1 | -33/+208 |
* | Detect file system errors during downloads. | ahendrickson@chromium.org | 2011-08-29 | 1 | -1/+5 |
* | Have BaseFile ask the embedder for the default download directory. | jam@chromium.org | 2011-08-18 | 1 | -5/+13 |
* | Move dependencies of download\base_file from chrome to content. These are all... | jam@chromium.org | 2011-07-15 | 1 | -2/+2 |
* | Move the save file code from chrome to content. This is just a file move so t... | jam@chromium.org | 2011-07-14 | 1 | -0/+248 |