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
*
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
*
FBTF: Forward declare everything possible in testing_profile.h
erg@google.com
2010-08-13
1
-0
/
+1
*
Clean up download code:
phajdan.jr@chromium.org
2010-08-05
1
-589
/
+0
*
Fix leak in DownloadManagerTest.
mnissler@chromium.org
2010-07-22
1
-2
/
+4
*
Rename the download to its final name only after the download is finished
kinuko@chromium.org
2010-07-21
1
-1
/
+143
*
Recommit r52848 - Option-click to download should not display "Save As" UI.
jeremy@chromium.org
2010-07-18
1
-2
/
+3
*
Download code cleanup: split big files into smaller one.
phajdan.jr@chromium.org
2010-07-16
1
-0
/
+1
*
Don't prompt to save for filetypes marked as auto-open.
pkasting@chromium.org
2010-07-15
1
-2
/
+85
*
Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...
tfarina@chromium.org
2010-06-06
1
-2
/
+2
*
Adding some known mime types to the platform_mime_utils on linux. This might...
dhg@chromium.org
2010-05-18
1
-4
/
+4
*
Handle CreateFile() trimming trailing dots and spaces in downloads.
jschuh@google.com
2010-03-03
1
-0
/
+27
*
BSD port: another chunk of chrome/browser ifdef cleaning
pvalchev@google.com
2010-02-03
1
-7
/
+7
*
Support dragging a virtual file out of the browser.
jianli@chromium.org
2010-01-15
1
-4
/
+2
*
A few more #ifdefs for platform-specific behaviors to port this test to mac.
mark@chromium.org
2009-10-22
1
-52
/
+79
*
Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*
brettw@chromium.org
2009-10-07
1
-1
/
+17
*
linux: port some of the download manager unit test
evan@chromium.org
2009-09-25
1
-23
/
+137
*
This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...
jungshik@google.com
2009-05-01
1
-2
/
+24
*
Fix issue 7337, where a file of mime type "text/x-registry" with extension "r...
sidchat@google.com
2009-04-08
1
-1
/
+7
*
Add an exception to DownloadManager::GenerateExtension() for .tar.gz files wi...
thestig@chromium.org
2009-03-25
1
-0
/
+16
[next]