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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Treat files downloaded from the address bar as "always safe" (including exten...
pkasting@chromium.org
2011-08-30
1
-17
/
+22
*
Detect file system errors during downloads.
ahendrickson@chromium.org
2011-08-29
1
-6
/
+158
*
Revert 98656 - Make a new integer field in sql::MetaTable (a per-profile db) ...
dmaclach@chromium.org
2011-08-29
6
-25
/
+3
*
Make a new integer field in sql::MetaTable (a per-profile db) containing a co...
benjhayden@chromium.org
2011-08-29
6
-3
/
+25
*
Switch ChromeTestSuite to the same convention as ContentTestSuite:
phajdan.jr@chromium.org
2011-08-27
2
-4
/
+2
*
Made the cancel from CancelDownloadOnRename go through the full cancel path,
rdsmith@chromium.org
2011-08-26
1
-1
/
+1
*
content: Move drag_download_* to content.
erg@google.com
2011-08-24
4
-519
/
+0
*
Move MockDownloadManagerDelegate to content since it's used by tests in conte...
jam@chromium.org
2011-08-23
2
-130
/
+0
*
Remove the last Chrome include from content downloads code. This moves some m...
jam@chromium.org
2011-08-23
7
-67
/
+36
*
Remove extensions code from download code. The delegate and other users in Ch...
jam@chromium.org
2011-08-23
8
-14
/
+119
*
Move DownloadHistoryInfo to content and rename it to DownloadPersistentStoreI...
jam@chromium.org
2011-08-22
4
-20
/
+21
*
Move DownloadHistory ownership and usage out from content to chrome. Download...
jam@chromium.org
2011-08-22
8
-20
/
+117
*
Get rid of Profile usage in the content download code, and switch to BrowserC...
jam@chromium.org
2011-08-22
3
-11
/
+10
*
Move DownloadPrefs ownership to chrome layer.
jam@chromium.org
2011-08-19
9
-24
/
+48
*
Move simple download calls to chrome code to use ContentBrowserClient interface.
jam@chromium.org
2011-08-19
3
-32
/
+9
*
Revert 97477 - Move simple download calls to chrome code to use ContentBrowse...
wez@chromium.org
2011-08-19
4
-18
/
+32
*
Move simple download calls to chrome code to use ContentBrowserClient interface.
jam@chromium.org
2011-08-19
4
-32
/
+18
*
Make the core download content ask the delegate whether it needs to generate ...
jam@chromium.org
2011-08-19
4
-0
/
+16
*
Have BaseFile ask the embedder for the default download directory.
jam@chromium.org
2011-08-18
2
-11
/
+0
*
Make content not know that the browser chrome updates the download progress i...
jam@chromium.org
2011-08-17
4
-0
/
+20
*
Add Cancel test for SavePackage.
achuith@chromium.org
2011-08-17
1
-54
/
+67
*
Move download UMA functions to their own file in content. Also fire the chrom...
jam@chromium.org
2011-08-16
4
-220
/
+6
*
Move download_manager_delegate.h to content. I forgot to move this earlier.
jam@chromium.org
2011-08-16
3
-59
/
+2
*
Factor out dependncy on download throttling from core download code.
jam@chromium.org
2011-08-16
4
-0
/
+353
*
Move the core download files to content.
jam@chromium.org
2011-08-15
37
-4643
/
+30
*
Move some Chrome-specific code paths out of DownloadManager and into the dele...
jam@chromium.org
2011-08-15
9
-411
/
+426
*
Reorganize chrome/test, part #9
phajdan.jr@chromium.org
2011-08-11
2
-2
/
+2
*
Move filename determination logic to net_util so that it's not split between ...
asanka@chromium.org
2011-08-09
3
-780
/
+10
*
Support for adding save page download items into downloads history.
achuith@chromium.org
2011-08-04
4
-100
/
+278
*
GTTF: Use a fresh TestingBrowserProcess for each test, part #4
phajdan.jr@chromium.org
2011-08-03
2
-2
/
+4
*
Record type of content being downloaded.
cbentzel@chromium.org
2011-08-02
2
-0
/
+79
*
Move more files from chrome/test to chrome/test/base, part #4
phajdan.jr@chromium.org
2011-08-01
2
-2
/
+2
*
Create DownloadManagerDelegate class to group the embedder functions related ...
jam@chromium.org
2011-07-29
11
-23
/
+266
*
Move in_process_browser_test and ui_test_utils to chrome/test/base
phajdan.jr@chromium.org
2011-07-29
3
-5
/
+5
*
Removal of Profile from content part 3.
avi@chromium.org
2011-07-28
4
-9
/
+12
*
Remove some depenencies from DownloadManager.
jam@chromium.org
2011-07-28
6
-59
/
+128
*
Add a browser-test for downloading an anchor with a suggested name for download.
sadrul@chromium.org
2011-07-28
1
-0
/
+18
*
Use the suggested name from an anchor's 'download' attribute.
sadrul@chromium.org
2011-07-27
8
-22
/
+19
*
Remove prefs usage from SavePackage. Have it ask the embedder for the directo...
jam@chromium.org
2011-07-26
1
-2
/
+27
*
Remove explicit keyword from multi-argument (w/o default values) constructors
dilmah@chromium.org
2011-07-26
1
-5
/
+5
*
Add OVERRIDE annotation to safebrowsing classes.
mattm@chromium.org
2011-07-25
1
-2
/
+3
*
Remove most of the remaining chrome dependencies from the save code. I have a...
jam@chromium.org
2011-07-25
1
-2
/
+2
*
Some cleanup with regard to state transitions in DownloadItem/DownloadManager:
rdsmith@chromium.org
2011-07-20
4
-48
/
+61
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
5
-5
/
+5
*
Move MHTML code to content, now that download code is moving there.
jam@chromium.org
2011-07-19
3
-285
/
+0
*
Avoid having SavePackageFilePicker keep a reference to SavePackage, to avoid ...
jam@chromium.org
2011-07-18
2
-17
/
+12
*
Revert 92870 - Modified cancel and interrupt processing to avoid race with hi...
rdsmith@chromium.org
2011-07-18
12
-713
/
+270
*
Modified cancel and interrupt processing to avoid race with history.
rdsmith@chromium.org
2011-07-18
12
-270
/
+713
*
Move save stuff from download helper back to TabContents. This is a revert of...
jam@chromium.org
2011-07-18
1
-14
/
+12
*
Remove more unnecessary ChromeURLRequestContext members.
willchan@chromium.org
2011-07-16
1
-0
/
+1
[next]