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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the core download files to content.
jam@chromium.org
2011-08-15
1
-1081
/
+0
*
Move some Chrome-specific code paths out of DownloadManager and into the dele...
jam@chromium.org
2011-08-15
1
-301
/
+7
*
Support for adding save page download items into downloads history.
achuith@chromium.org
2011-08-04
1
-75
/
+123
*
Create DownloadManagerDelegate class to group the embedder functions related ...
jam@chromium.org
2011-07-29
1
-14
/
+14
*
Removal of Profile from content part 3.
avi@chromium.org
2011-07-28
1
-1
/
+2
*
Remove some depenencies from DownloadManager.
jam@chromium.org
2011-07-28
1
-41
/
+15
*
Use the suggested name from an anchor's 'download' attribute.
sadrul@chromium.org
2011-07-27
1
-4
/
+1
*
Some cleanup with regard to state transitions in DownloadItem/DownloadManager:
rdsmith@chromium.org
2011-07-20
1
-10
/
+0
*
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
-68
/
+72
*
Modified cancel and interrupt processing to avoid race with history.
rdsmith@chromium.org
2011-07-18
1
-72
/
+68
*
Move download stuff from download helper back to TabContents. This is basical...
jam@chromium.org
2011-07-15
1
-11
/
+5
*
Revert 91769 - Revert 89600 - Treat ERR_CONNECTION_CLOSED as a succesful down...
ahendrickson@chromium.org
2011-07-15
1
-3
/
+1
*
Make safe browsing work in a multi-profile environment.
mirandac@chromium.org
2011-07-13
1
-2
/
+6
*
Make safe browsing optional at compile time.
torne@chromium.org
2011-07-11
1
-0
/
+8
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-1
/
+1
*
Usage fixes per Coverity. Add checks for tab contents wrapper, profile check,
gbillock@chromium.org
2011-07-08
1
-1
/
+1
*
Revert 91861 - When the download folder does not exist, change the download f...
johnme@google.com
2011-07-08
1
-13
/
+21
*
When the download folder does not exist, change the download folder to a user...
haraken@google.com
2011-07-08
1
-21
/
+13
*
Revert 89600 - Treat ERR_CONNECTION_CLOSED as a succesful download.
ahendrickson@chromium.org
2011-07-07
1
-1
/
+3
*
Revert 91134 - Revert 89600 - Treat ERR_CONNECTION_CLOSED as a succesful down...
cbentzel@chromium.org
2011-07-01
1
-1
/
+6
*
Add save package download items to transient history on cros.
achuith@chromium.org
2011-06-30
1
-17
/
+26
*
Revert 89600 - Treat ERR_CONNECTION_CLOSED as a succesful download.
cbentzel@chromium.org
2011-06-30
1
-6
/
+1
*
Next round of checks to figure out what invariant is failing.
rdsmith@chromium.org
2011-06-24
1
-0
/
+4
*
Revert 90228 - Next round of checks to figure out what invariant is failing.
rdsmith@chromium.org
2011-06-23
1
-4
/
+0
*
Next round of checks to figure out what invariant is failing.
rdsmith@chromium.org
2011-06-23
1
-0
/
+4
*
Coverity Fixlet - PASS_BY_VALUE
scr@chromium.org
2011-06-22
1
-2
/
+2
*
Test download manager fetching CRXes.
skerner@chromium.org
2011-06-22
1
-1
/
+4
*
Make sure that the download is shown in the browser window of the correct pro...
mirandac@chromium.org
2011-06-20
1
-1
/
+1
*
Revert 89496 - Test download manager fetching CRXes.
cevans@chromium.org
2011-06-20
1
-4
/
+1
*
Treat ERR_CONNECTION_CLOSED as a succesful download.
cbentzel@chromium.org
2011-06-18
1
-1
/
+6
*
Test download manager fetching CRXes.
skerner@chromium.org
2011-06-17
1
-1
/
+4
*
New assertion checks for DownloadItem <-> DownloadManager queue consistency.
rdsmith@chromium.org
2011-06-16
1
-5
/
+30
*
Detect removed files and reflect the state in chrome://downloads and the down...
haraken@google.com
2011-06-15
1
-0
/
+43
*
Put in CHECK() statements confirm DownloadItem threading and destruction.
rdsmith@chromium.org
2011-06-10
1
-2
/
+15
*
Change DownloadProcessHandle to be more of an encapsulated class.
rdsmith@chromium.org
2011-06-09
1
-38
/
+9
*
For downloads requiring a user gesture, also require the user to have visited...
pkasting@chromium.org
2011-05-24
1
-8
/
+24
*
Part 2 of downloads data flow refactor.
ahendrickson@chromium.org
2011-05-23
1
-119
/
+205
*
Move download stuff to download tab helper.
avi@chromium.org
2011-05-18
1
-4
/
+9
*
Revert 85504 - Move download stuff to download tab helper.
avi@chromium.org
2011-05-16
1
-9
/
+4
*
Move download stuff to download tab helper.
avi@chromium.org
2011-05-16
1
-4
/
+9
*
Revert 85486 - Move download stuff to download tab helper.
avi@chromium.org
2011-05-16
1
-9
/
+4
*
Move download stuff to download tab helper.
avi@chromium.org
2011-05-16
1
-4
/
+9
*
Added DownloadProcessHandle class.
ahendrickson@chromium.org
2011-05-11
1
-29
/
+24
*
More progress towards removing content settings code from the content layer. ...
jam@chromium.org
2011-05-10
1
-5
/
+3
*
Fix failure to update history to reflect new COMPLETE state meaning.
rdsmith@chromium.org
2011-05-09
1
-2
/
+4
*
FTP: split the directory listing parser test and re-enable it on TSan bots
phajdan.jr@chromium.org
2011-05-06
1
-1
/
+2
*
Don't add an empty extension to the list of extensions in the Save As dialog.
asanka@chromium.org
2011-04-29
1
-4
/
+6
*
Check all redirect URLs against download safebrowsing list.
mattm@chromium.org
2011-04-20
1
-4
/
+3
*
Add enum histogram for dangerous download save or discard.
mattm@chromium.org
2011-04-19
1
-1
/
+1
[next]