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_browsertest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Downloads] Clear suggested filename on cross origin redirect.
asanka@chromium.org
2014-04-28
1
-7
/
+153
*
[Downloads] Release power save blocker once a download request is done.
asanka@chromium.org
2014-04-11
1
-4
/
+2
*
Move ContentBrowserTest class to content/public, since it's used by component...
jam@chromium.org
2014-03-27
1
-2
/
+2
*
Make ResourceDispatcherHostImpl::CancelRequest() tear down the loader.
rdsmith@chromium.org
2014-01-15
1
-0
/
+15
*
[Downloads] Make ShellDownloadManagerDelegate be owned by ShellBrowserContext.
asanka@chromium.org
2013-12-17
1
-14
/
+12
*
[Downloads] Update origin info after each response.
asanka@chromium.org
2013-12-13
1
-6
/
+8
*
Move ReadFileToString to the base namespace.
brettw@chromium.org
2013-08-30
1
-2
/
+2
*
[content shell] move browser process stuff into browser/ subdir
jochen@chromium.org
2013-08-20
1
-4
/
+4
*
Correctly update cookie policy URL for downloads.
jochen@chromium.org
2013-08-14
1
-0
/
+40
*
Don't override application/octet-stream MIME type.
asanka@chromium.org
2013-07-23
1
-0
/
+25
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
1
-1
/
+1
*
Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...
brettw@chromium.org
2013-07-15
1
-1
/
+1
*
Persist download ids across sessions by merging them with db_handles.
benjhayden@chromium.org
2013-07-12
1
-0
/
+1
*
Move PathExists to base namespace.
brettw@chromium.org
2013-07-11
1
-11
/
+11
*
content: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-07-09
1
-1
/
+1
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
1
-1
/
+1
*
[Downloads] Move UpdateObservers out of TransitionTo in DownloadItemImpl
asanka@chromium.org
2013-06-25
1
-3
/
+3
*
[Downloads] Make DownloadTestObserverTerminal condition on IsDone
asanka@chromium.org
2013-06-21
1
-4
/
+15
*
Make some more code use "if (weak_ptr)" style
akalin@chromium.org
2013-06-07
1
-1
/
+1
*
Fix remaining uses of WeakPtr<T>'s operator T* conversion
akalin@chromium.org
2013-06-04
1
-2
/
+4
*
[Downloads] Allow acquiring dangerous download file.
asanka@chromium.org
2013-05-29
1
-2
/
+2
*
[Downloads] Remove intermediate files when no longer necessary.
asanka@chromium.org
2013-05-23
1
-5
/
+148
*
[Downloads] Add a RESUMING_INTERNAL state to DownloadItem.
asanka@chromium.org
2013-05-15
1
-0
/
+38
*
[Downloads] Use Resume() instead of ResumeInterruptedDownload()
asanka@chromium.org
2013-05-14
1
-11
/
+11
*
[Downloads] Clear current_path_ when deleting intermediate file.
asanka@chromium.org
2013-05-14
1
-14
/
+9
*
Revert 199284 "[Downloads] Clear current_path_ when deleting int..."
asanka@chromium.org
2013-05-09
1
-9
/
+14
*
[Downloads] Clear current_path_ when deleting intermediate file.
asanka@chromium.org
2013-05-09
1
-14
/
+9
*
[Downloads] Switch callers of GetFullPath() to GetTargetFilePath()
asanka@chromium.org
2013-05-09
1
-2
/
+2
*
Move SpawnedTestServer to its own subdirectory.
phajdan.jr@chromium.org
2013-05-07
1
-1
/
+1
*
content: Use base::MessageLoop.
xhwang@chromium.org
2013-05-04
1
-8
/
+10
*
GTTF: rename net::TestServer -> net::SpawnedTestServer
phajdan.jr@chromium.org
2013-05-03
1
-1
/
+1
*
content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-1
/
+1
*
Chromium style checker cleanup
rsleevi@chromium.org
2013-04-01
1
-3
/
+3
*
Avoid calling OnDownloadCreated() on download resumption.
rdsmith@chromium.org
2013-03-28
1
-6
/
+29
*
Move ByteStream to content/browser
zork@chromium.org
2013-03-21
1
-1
/
+1
*
[Cleanup] Remove StringPrintf from global namespace
groby@chromium.org
2013-03-18
1
-5
/
+5
*
Partially integrate filename determination with resumption.
rdsmith@chromium.org
2013-03-16
1
-93
/
+595
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Use base namespace for FilePath in content/browser
brettw@chromium.org
2013-02-07
1
-20
/
+21
*
Synchronize sending of RST between server and client to avoid dropping bytes.
rdsmith@chromium.org
2013-01-22
1
-27
/
+41
*
Make content::PowerSaveBlocker public
hashimoto@chromium.org
2013-01-15
1
-3
/
+3
*
Re-enable DownloadContentTest.ResumeInterruptedDownload on platforms other th...
nick@chromium.org
2013-01-15
1
-2
/
+6
*
Disable DownloadContentTest.ResumeInterruptedDownload on account of its appar...
nick@chromium.org
2013-01-14
1
-1
/
+3
*
Initial CL for Downloads resumption.
rdsmith@chromium.org
2013-01-12
1
-3
/
+105
*
Make DownloadHistory observe manager, items
benjhayden@chromium.org
2012-11-20
1
-11
/
+0
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
1
-2
/
+2
*
Split DownloadFile::Rename into RenameAndUniquify and RenameAndAnnotate.
rdsmith@chromium.org
2012-11-10
1
-91
/
+82
*
Remove DownloadManager::Observer::ModelChanged
benjhayden@chromium.org
2012-11-07
1
-16
/
+4
*
Minor cleanup in DownloadCreateInfo structure.
rdsmith@chromium.org
2012-11-01
1
-10
/
+4
*
Handle the case where IAttachmentExecute::Save() deletes a downloaded file.
asanka@chromium.org
2012-10-29
1
-5
/
+7
[next]