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
/
chrome
/
browser
/
download
/
download_manager_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganize chrome/test, part #9
phajdan.jr@chromium.org
2011-08-11
1
-1
/
+1
*
GTTF: Use a fresh TestingBrowserProcess for each test, part #4
phajdan.jr@chromium.org
2011-08-03
1
-1
/
+2
*
Move more files from chrome/test to chrome/test/base, part #4
phajdan.jr@chromium.org
2011-08-01
1
-1
/
+1
*
Create DownloadManagerDelegate class to group the embedder functions related ...
jam@chromium.org
2011-07-29
1
-1
/
+5
*
Remove some depenencies from DownloadManager.
jam@chromium.org
2011-07-28
1
-4
/
+4
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Revert 92870 - Modified cancel and interrupt processing to avoid race with hi...
rdsmith@chromium.org
2011-07-18
1
-3
/
+3
*
Modified cancel and interrupt processing to avoid race with history.
rdsmith@chromium.org
2011-07-18
1
-3
/
+3
*
Revert 91861 - When the download folder does not exist, change the download f...
johnme@google.com
2011-07-08
1
-6
/
+2
*
When the download folder does not exist, change the download folder to a user...
haraken@google.com
2011-07-08
1
-2
/
+6
*
Localize strings, speeds.
avi@chromium.org
2011-06-22
1
-3
/
+5
*
Detect removed files and reflect the state in chrome://downloads and the down...
haraken@google.com
2011-06-15
1
-3
/
+128
*
For downloads requiring a user gesture, also require the user to have visited...
pkasting@chromium.org
2011-05-24
1
-24
/
+14
*
Fixed memory leaks in download manager unit tests.
ahendrickson@chromium.org
2011-05-24
1
-31
/
+33
*
Part 2 of downloads data flow refactor.
ahendrickson@chromium.org
2011-05-23
1
-16
/
+15
*
Enable DownloadManager.StartDownload
achuith@chromium.org
2011-05-11
1
-4
/
+0
*
Include full redirect chain in downloads safebrowsing ping.
mattm@chromium.org
2011-05-10
1
-0
/
+4
*
Check all redirect URLs against download safebrowsing list.
mattm@chromium.org
2011-04-20
1
-1
/
+1
*
New cancel test (includes change in DownloadItem::Complete meaning and
rdsmith@chromium.org
2011-04-19
1
-12
/
+1
*
Fixed bug where Chrome wouldn't let the user overwrite a download file.
ahendrickson@chromium.org
2011-04-13
1
-0
/
+86
*
Cleaned up memory leak in Download Manager unit tests.
ahendrickson@chromium.org
2011-04-07
1
-2
/
+2
*
Detect download errors.
ahendrickson@chromium.org
2011-04-07
1
-20
/
+224
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Removed DownloadManagerTest.StartDownload from ChromeOS.
ahendrickson@chromium.org
2011-03-24
1
-0
/
+4
*
Merging the safe and dangerous download paths.
ahendrickson@chromium.org
2011-03-24
1
-34
/
+83
*
Check the download file's hash against safebrowsing database. Report the malw...
lzheng@chromium.org
2011-03-09
1
-2
/
+2
*
Don't try to convert text/html URLs ending in .user.js.
aa@chromium.org
2011-03-05
1
-2
/
+2
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-1
/
+1
*
Enable url check in download_manager, with a simple UI (it may need polish). ...
lzheng@chromium.org
2011-02-26
1
-16
/
+36
*
DownloadFile no longer keeps track of whether or not the final rename has occ...
ahendrickson@chromium.org
2011-02-18
1
-11
/
+9
*
Refactoring DownloadFile.
ahendrickson@chromium.org
2011-02-15
1
-9
/
+0
*
Added DownloadFile unit tests.
ahendrickson@chromium.org
2011-02-02
1
-12
/
+2
*
Put history insertion for downloads processing inline.
rdsmith@chromium.org
2011-01-23
1
-7
/
+8
*
Internationalize the prefix of unconfirmed download file.
tfarina@chromium.org
2011-01-21
1
-2
/
+2
*
Enable "Always Open Files of This Type" even for dangerous file types. The
cevans@chromium.org
2011-01-08
1
-1
/
+6
*
Create the DownloadItem earlier in the download process.
ahendrickson@chromium.org
2010-12-23
1
-0
/
+2
*
Modified the file extension filters for downloads to add some extensions to a...
cdn@chromium.org
2010-10-20
1
-2
/
+2
*
Rename ChromeThread to BrowserThread Part18:
tfarina@chromium.org
2010-10-11
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part10:
tfarina@chromium.org
2010-10-09
1
-3
/
+3
*
Fix DCHECK assertion failures in DownloadStatusUpdater.
phajdan.jr@chromium.org
2010-10-06
1
-2
/
+5
*
Create DownloadStatusUpdater to keep track of download progress
phajdan.jr@chromium.org
2010-09-27
1
-1
/
+3
*
FBTF: Move ctors/dtors into cc files.
erg@google.com
2010-09-13
1
-1
/
+1
*
GTTF: download cleanup, rename things to be more accurate.
phajdan.jr@chromium.org
2010-09-10
1
-2
/
+2
*
GTTF: Clean up DownloadFileManager
phajdan.jr@chromium.org
2010-09-10
1
-1
/
+2
*
Revert 58196 - GTTF: Clean up DownloadFileManager
phajdan.jr@chromium.org
2010-09-07
1
-1
/
+1
*
GTTF: Clean up DownloadFileManager
phajdan.jr@chromium.org
2010-09-01
1
-1
/
+1
*
Reverting to see if this fixes linux ui tests hang. Just a shot in the dark a...
ananta@chromium.org
2010-09-01
1
-1
/
+1
*
GTTF: Clean up DownloadFileManager
phajdan.jr@chromium.org
2010-08-31
1
-1
/
+1
*
GTTF: Extract all preferences-related code from DownloadManager to DownloadPr...
phajdan.jr@chromium.org
2010-08-30
1
-2
/
+3
*
Move prefs-related files under chrome/browser/ into a prefs/ subdir.
evan@chromium.org
2010-08-26
1
-1
/
+1
[next]