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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 114443 - Make "Save As" control flow play better with safe browsing che...
asanka@chromium.org
2011-12-17
2
-7
/
+31
*
Revert 110505 - Report ERR_CONTENT_LENGTH_MISMATCH when the count of bytes re...
cbentzel@chromium.org
2011-12-08
1
-6
/
+6
*
Add download server IP address to the SafeBrowsing download protection ping.
noelutz@google.com
2011-12-06
6
-0
/
+16
*
Revert 113007 - DownloadManager intereface refactoring to allow cleaner Downl...
kalman@chromium.org
2011-12-06
10
-262
/
+205
*
DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.
rdsmith@chromium.org
2011-12-05
10
-205
/
+262
*
Get more information about types of images being downloaded.
cbentzel@chromium.org
2011-12-02
1
-2
/
+44
*
Fixed a header name error in UMA statistics that record what servers accept r...
ahendrickson@chromium.org
2011-11-30
4
-13
/
+16
*
Move download speed calculation to file thread / DownloadFile class.
benwells@chromium.org
2011-11-30
21
-18
/
+149
*
Added UMA statistics to see what servers accept range requests.
ahendrickson@chromium.org
2011-11-29
4
-1
/
+46
*
Move ResourceResponse struct into the Content API, since it's used in Chrome....
jam@chromium.org
2011-11-24
4
-21
/
+25
*
Switch MHTMLGenerationManager to use a Callback.
jcivelli@chromium.org
2011-11-23
3
-31
/
+39
*
Revert 111252 - Switch MHTMLGenerationManager to use a Callback.
jcivelli@chromium.org
2011-11-22
3
-35
/
+31
*
Switch MHTMLGenerationManager to use a Callback.
jcivelli@chromium.org
2011-11-22
3
-31
/
+35
*
This split will facilitate testing DownloadQuery and other users of DownloadI...
benjhayden@chromium.org
2011-11-21
12
-1175
/
+1497
*
Update the windows UI to support displaying a warning after the
noelutz@google.com
2011-11-18
1
-6
/
+8
*
Changed argument to GetAcceptLangs() to a BrowserContext.
rdsmith@chromium.org
2011-11-18
2
-4
/
+8
*
Define the public interface for content browser RenderProcessHost. This inter...
ananta@chromium.org
2011-11-18
4
-11
/
+11
*
Propagate the SafeBrowsing download protection verdict to the DownloadItem.
noelutz@google.com
2011-11-17
4
-69
/
+60
*
Add OVERRIDE to content/.
avi@chromium.org
2011-11-17
4
-27
/
+45
*
Fix properties on new download files.
gavinp@chromium.org
2011-11-17
2
-0
/
+0
*
Report ERR_CONTENT_LENGTH_MISMATCH when the count of bytes received doesn't m...
cbentzel@chromium.org
2011-11-17
1
-6
/
+6
*
Created a DownloadManager interface, for use in unit tests..
ahendrickson@chromium.org
2011-11-17
5
-303
/
+748
*
Fix check_perms failure from r110377.
thestig@chromium.org
2011-11-16
2
-0
/
+0
*
Created an interface for DownloadFile, for use in unit tests.
ahendrickson@chromium.org
2011-11-16
15
-131
/
+594
*
Create a Null DownloadRequestHandle for use by SavePackage DownloadItems.
rdsmith@chromium.org
2011-11-16
1
-1
/
+31
*
Convert NewRunnableFunction/NewRunnableMethod calls to use base::Bind().
dcheng@chromium.org
2011-11-15
3
-14
/
+12
*
Disable caching when downloading.
rdsmith@chromium.org
2011-11-10
1
-0
/
+4
*
Store the download file hash in the DownloadItem. This will be useful
noelutz@google.com
2011-11-10
10
-17
/
+49
*
Added a test for searching downloads to avoid repeats of http://crbug.com/102...
rdsmith@chromium.org
2011-11-10
2
-3
/
+3
*
Cleanup: Remove unneeded forward declarations in content/browser.
thestig@chromium.org
2011-11-10
6
-21
/
+1
*
Removed progress timer from DownloadItem
benwells@chromium.org
2011-11-08
2
-32
/
+0
*
Check request handle existence in MatchQuery.
rdsmith@chromium.org
2011-11-04
1
-1
/
+2
*
Add unit tests for DownloadItem notification generation.
benwells@chromium.org
2011-11-03
1
-1
/
+2
*
Fixed a bug where Linux users couldn't download to NTFS file systems.
ahendrickson@chromium.org
2011-11-03
1
-4
/
+7
*
Adds a webstorePrivate method for silently installing extensions.
jstritar@chromium.org
2011-11-02
1
-1
/
+0
*
First pass at some Downloads UMA to get a handle on downloads performance.
rdsmith@chromium.org
2011-11-02
5
-1
/
+48
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
20
-7
/
+39
*
Use a DownloadRequestHandle pointer in construction to allow mocking for tests.
rdsmith@chromium.org
2011-11-01
8
-38
/
+68
*
Rearrange Should*Download delegate calls to be more useful and intuitive.
rdsmith@chromium.org
2011-11-01
5
-10
/
+13
*
Switch content tests to use BrowserThreadImpl directly.
joi@chromium.org
2011-10-31
4
-9
/
+17
*
Fix history importing by delaying DownloadManager creation. Replace GetNextId...
benjhayden@chromium.org
2011-10-29
18
-103
/
+131
*
Replace NewRunnable with Callback in DownloadManager.
achuith@chromium.org
2011-10-28
1
-43
/
+46
*
Replace NewRunnableMethod with Callback in DownloadResourceHandler.
achuith@chromium.org
2011-10-28
1
-13
/
+7
*
Replace NewRunnableMethod with Callback in DownloadFileManager.
achuith@chromium.org
2011-10-28
1
-45
/
+32
*
Replace NewRunnableMethod with Callback in DownloadItem.
achuith@chromium.org
2011-10-28
1
-10
/
+13
*
Replace NewRunnableFunction with Callback in DownloadRequestHandle.
achuith@chromium.org
2011-10-28
1
-6
/
+7
*
export DownloadRequestHandle - this is needed in both content_unittests and u...
dpranke@chromium.org
2011-10-28
1
-1
/
+3
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
19
-31
/
+33
*
more content exports.
dpranke@chromium.org
2011-10-27
2
-2
/
+3
*
Replace NewRunnableFunction/NewRunnableMethod with Callback in SavePackage.
achuith@chromium.org
2011-10-26
1
-42
/
+42
[next]