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
/
download_item_impl_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-11
/
+11
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-11
/
+11
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-11
/
+11
*
Regularize setting of the download id on download creation.
rdsmith@chromium.org
2013-03-28
1
-3
/
+4
*
Move ByteStream to content/browser
zork@chromium.org
2013-03-21
1
-1
/
+1
*
Partially integrate filename determination with resumption.
rdsmith@chromium.org
2013-03-16
1
-5
/
+29
*
Make the UI an observer of downloads.
asanka@chromium.org
2013-03-06
1
-8
/
+0
*
Linux/ChromeOS Chromium style checker cleanup, content/ edition.
rsleevi@chromium.org
2013-02-12
1
-4
/
+4
*
Use base namespace for FilePath in content/browser
brettw@chromium.org
2013-02-07
1
-26
/
+30
*
Merge DownloadItem::SafetyState and DownloadDangerType
rdsmith@chromium.org
2013-01-17
1
-1
/
+1
*
Initial CL for Downloads resumption.
rdsmith@chromium.org
2013-01-12
1
-33
/
+208
*
Tweak comments and put in tests for not ignoring safe browsing results.
rdsmith@chromium.org
2013-01-08
1
-1
/
+156
*
Remove the DownloadItem::TogglePause() interface.
rdsmith@chromium.org
2013-01-07
1
-2
/
+4
*
Fix context menu actions for interrupted and in-progress downloads
asanka@chromium.org
2012-12-27
1
-36
/
+137
*
Show interrupted downloads as well as regular downloads in the browser.
asanka@chromium.org
2012-12-11
1
-7
/
+38
*
Make MaybeCompleteDownload private.
rdsmith@chromium.org
2012-11-30
1
-2
/
+1
*
Remove DownloadManager::active_downloads_
benjhayden@chromium.org
2012-11-27
1
-6
/
+0
*
Make DownloadHistory observe manager, items
benjhayden@chromium.org
2012-11-20
1
-25
/
+3
*
content: Update calls froms RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-10
1
-4
/
+4
*
Split DownloadFile::Rename into RenameAndUniquify and RenameAndAnnotate.
rdsmith@chromium.org
2012-11-10
1
-19
/
+7
*
Various minor cleanups to the download system:
rdsmith@chromium.org
2012-11-08
1
-20
/
+17
*
Minor cleanup in DownloadCreateInfo structure.
rdsmith@chromium.org
2012-11-01
1
-2
/
+2
*
Handle the case where IAttachmentExecute::Save() deletes a downloaded file.
asanka@chromium.org
2012-10-29
1
-10
/
+7
*
Move download code to the content namespace.
jam@chromium.org
2012-10-26
1
-40
/
+32
*
Replace the DownloadFileManager with direct ownership of DownloadFileImpl
rdsmith@chromium.org
2012-10-18
1
-99
/
+198
*
Clean up last half of download flow, simplifying delegate interface, and movi...
rdsmith@chromium.org
2012-10-17
1
-3
/
+13
*
Shift passage of FileStream in downloads system to be by scoped_ptr<>.
rdsmith@chromium.org
2012-10-17
1
-3
/
+3
*
Shift "commit point" for when a download will no longer accept cancels.
rdsmith@chromium.org
2012-09-24
1
-2
/
+1
*
Revert 154294 - Remove DownloadFileManager in favor of direct ownership of Do...
rdsmith@chromium.org
2012-08-31
1
-165
/
+78
*
Remove DownloadFileManager in favor of direct ownership of DownloadFiles.
rdsmith@chromium.org
2012-08-30
1
-78
/
+165
*
Revert 153563 - Remove DownloadFileManager in favor of direct ownership of Do...
isherman@chromium.org
2012-08-28
1
-165
/
+78
*
Remove DownloadFileManager in favor of direct ownership of DownloadFiles.
rdsmith@chromium.org
2012-08-27
1
-78
/
+165
*
Revert 153221 - Remove DownloadFileManager in favor of direct ownership of Do...
rdsmith@chromium.org
2012-08-24
1
-165
/
+78
*
Remove DownloadFileManager in favor of direct ownership of DownloadFiles.
rdsmith@chromium.org
2012-08-24
1
-78
/
+165
*
Revert 152213 - Replace the DownloadFileManager with direct ownership of Down...
rdsmith@chromium.org
2012-08-19
1
-165
/
+78
*
Replace the DownloadFileManager with direct ownership of DownloadFile.
rdsmith@chromium.org
2012-08-18
1
-78
/
+165
*
Kill DownloadItem::IsOtr()
benjhayden@chromium.org
2012-08-14
1
-1
/
+1
*
Revert 151351 - Replace the DownloadFileManager with direct ownership
yutak@chromium.org
2012-08-14
1
-165
/
+78
*
Replace the DownloadFileManager with direct ownership
rdsmith@chromium.org
2012-08-13
1
-78
/
+165
*
Reland
benjhayden@chromium.org
2012-08-09
1
-3
/
+40
*
Make DownloadItem derive SupportsUserData instead of re-implementing it.
benjhayden@chromium.org
2012-08-08
1
-67
/
+0
*
Revert 149794 - DownloadItem::Observer::OnDownloadDestroyed() replaces Downlo...
rdsmith@chromium.org
2012-08-06
1
-40
/
+3
*
DownloadItem::Observer::OnDownloadDestroyed() replaces DownloadItem::REMOVING
benjhayden@chromium.org
2012-08-03
1
-3
/
+40
*
Download filename determination refactor (3/3)
asanka@chromium.org
2012-07-27
1
-75
/
+55
*
DownloadManager::Observer::OnDownloadCreated
benjhayden@chromium.org
2012-07-26
1
-4
/
+4
*
Move Rename functionality from DownloadFileManager to DownloadFileImple.
rdsmith@chromium.org
2012-07-13
1
-2
/
+3
*
Change DownloadManagerImpl to operate on DownloadItemImpl
rdsmith@chromium.org
2012-07-13
1
-36
/
+42
*
Revert 146162 - Move Rename functionality from DownloadFileManager to Downloa...
rdsmith@chromium.org
2012-07-11
1
-3
/
+2
*
Move Rename functionality from DownloadFileManager to DownloadFileImple.
rdsmith@chromium.org
2012-07-11
1
-2
/
+3
*
Download filename determination refactor (2/3)
asanka@chromium.org
2012-07-02
1
-4
/
+2
[next]