index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
browser
/
download
/
base_file.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-17
1
-4
/
+4
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-2
/
+2
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-2
/
+2
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-2
/
+2
*
Use base namespace for FilePath in content/browser
brettw@chromium.org
2013-02-07
1
-5
/
+5
*
Initial CL for Downloads resumption.
rdsmith@chromium.org
2013-01-12
1
-0
/
+18
*
net: Implement canceling of all async operations in FileStream.
paivanof@gmail.com
2012-11-06
1
-1
/
+0
*
Handle the case where IAttachmentExecute::Save() deletes a downloaded file.
asanka@chromium.org
2012-10-29
1
-1
/
+2
*
Move download code to the content namespace.
jam@chromium.org
2012-10-26
1
-37
/
+32
*
Refactor BaseFile methods to return a DownloadInterruptReason instead of a ne...
asanka@chromium.org
2012-10-25
1
-300
/
+101
*
Replace the DownloadFileManager with direct ownership of DownloadFileImpl
rdsmith@chromium.org
2012-10-18
1
-6
/
+5
*
Shift passage of FileStream in downloads system to be by scoped_ptr<>.
rdsmith@chromium.org
2012-10-17
1
-2
/
+2
*
Flush at the end of local file writing in FileWriter API.
kinaba@chromium.org
2012-10-01
1
-1
/
+1
*
Use the user's preferred downloads directory for creating the initial downloa...
asanka@chromium.org
2012-09-15
1
-5
/
+10
*
Revert 154294 - Remove DownloadFileManager in favor of direct ownership of Do...
rdsmith@chromium.org
2012-08-31
1
-0
/
+1
*
Remove DownloadFileManager in favor of direct ownership of DownloadFiles.
rdsmith@chromium.org
2012-08-30
1
-1
/
+0
*
Revert 153563 - Remove DownloadFileManager in favor of direct ownership of Do...
isherman@chromium.org
2012-08-28
1
-0
/
+1
*
Remove DownloadFileManager in favor of direct ownership of DownloadFiles.
rdsmith@chromium.org
2012-08-27
1
-1
/
+0
*
Revert 153221 - Remove DownloadFileManager in favor of direct ownership of Do...
rdsmith@chromium.org
2012-08-24
1
-0
/
+1
*
Remove DownloadFileManager in favor of direct ownership of DownloadFiles.
rdsmith@chromium.org
2012-08-24
1
-1
/
+0
*
Revert 152213 - Replace the DownloadFileManager with direct ownership of Down...
rdsmith@chromium.org
2012-08-19
1
-0
/
+1
*
Replace the DownloadFileManager with direct ownership of DownloadFile.
rdsmith@chromium.org
2012-08-18
1
-1
/
+0
*
Revert 151351 - Replace the DownloadFileManager with direct ownership
yutak@chromium.org
2012-08-14
1
-0
/
+1
*
Replace the DownloadFileManager with direct ownership
rdsmith@chromium.org
2012-08-13
1
-1
/
+0
*
Moving file_metadata files under content/browser/download
cristian.patrasciuc@gmail.com
2012-07-28
1
-5
/
+3
*
Added functionality such that on Linux, after downloading a file,
cristian.patrasciuc@gmail.com
2012-07-27
1
-0
/
+5
*
Add test for failing rename in BaseFileTest.
asanka@chromium.org
2012-07-12
1
-1
/
+1
*
Do the Windows source file annotation at the end of the download.
rdsmith@chromium.org
2012-06-26
1
-4
/
+0
*
NetLogEventParameter to Callback refactoring 11.
mmenke@chromium.org
2012-06-14
1
-13
/
+11
*
Use ByteStream in downloads system to decouple source and sink.
rdsmith@chromium.org
2012-06-04
1
-7
/
+0
*
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
[next]