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
/
download_manager_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the DownloadManager and DownloadFile unittests to content so they can li...
jam@chromium.org
2012-01-30
1
-3
/
+21
*
Saving content will prefer to retrieve the data out of the HTTP cache for GETs.
cbentzel@chromium.org
2012-01-28
1
-16
/
+15
*
Get rid of DownloadIdFactory and instead get the next id from DownloadManager...
jam@chromium.org
2012-01-27
1
-6
/
+3
*
DownloadsSearchFunction implements chrome.experimental.downloads.search() usi...
benjhayden@chromium.org
2012-01-25
1
-0
/
+31
*
Move DownloadDangerType to its own file.
jam@chromium.org
2012-01-24
1
-4
/
+5
*
Cleanup: ResourceDispatcherHost::BeginDownload takes a scoped_ptr<URLRequest>...
cbentzel@chromium.org
2012-01-19
1
-3
/
+3
*
Created DownloadFileManager unit test.
ahendrickson@chromium.org
2012-01-19
1
-3
/
+7
*
Revert 118297 since it caused component build failure:
sadrul@chromium.org
2012-01-19
1
-7
/
+3
*
Created DownloadFileManager unit test.
ahendrickson@chromium.org
2012-01-19
1
-3
/
+7
*
Revert 117696 - Created DownloadFileManager unit test.
dcheng@chromium.org
2012-01-13
1
-7
/
+3
*
Created DownloadFileManager unit test.
ahendrickson@chromium.org
2012-01-13
1
-3
/
+7
*
Move creation and ownership of ResourceDispatcherHost and PluginService to co...
jam@chromium.org
2012-01-11
1
-3
/
+14
*
Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...
jam@chromium.org
2012-01-10
1
-15
/
+10
*
Move creation and ownership of ResourceDispatcherHost and PluginService to co...
jam@chromium.org
2012-01-10
1
-10
/
+15
*
Make DownloadManagerImpl's destruction not tied to the UI thread.
rdsmith@chromium.org
2012-01-09
1
-3
/
+6
*
Facilitate disabling the debugging checks in download_database.cc and downloa...
benjhayden@chromium.org
2012-01-09
1
-17
/
+23
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
1
-0
/
+1
*
Cleanup parameter passing issues in content/browser/download
asanka@chromium.org
2012-01-06
1
-3
/
+3
*
Revert 116385 - Make DownloadManagerImpl's destruction not tied to the UI thr...
rdsmith@chromium.org
2012-01-04
1
-7
/
+4
*
Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...
jam@chromium.org
2012-01-04
1
-2
/
+2
*
Make DownloadManagerImpl's destruction not tied to the UI thread.
rdsmith@chromium.org
2012-01-04
1
-4
/
+7
*
Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...
jam@chromium.org
2012-01-03
1
-2
/
+2
*
Convert chrome users of NavigationController::tab_contents() to use GetWebCon...
jam@chromium.org
2012-01-02
1
-5
/
+4
*
Convert all of the WebContentsDelegate to use WebContents instead of TabConte...
jam@chromium.org
2011-12-28
1
-1
/
+2
*
In order to resume a download some more information needs to be gathered.
ahendrickson@chromium.org
2011-12-22
1
-6
/
+9
*
Move the remaining TabContents methods to the WebContents interface, switchin...
jam@chromium.org
2011-12-22
1
-2
/
+3
*
Rename TabContents::browser_context() to GetBrowserContext and put it into th...
jam@chromium.org
2011-12-21
1
-1
/
+1
*
Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...
jam@chromium.org
2011-12-20
1
-1
/
+1
*
Rename DownloadItem::BrowserContext to GetBrowserContext, to match other gett...
jam@chromium.org
2011-12-20
1
-1
/
+1
*
Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...
jam@chromium.org
2011-12-20
1
-0
/
+1
*
Implement chrome.experimental.downloads.pause(), cancel() and resume().
asanka@chromium.org
2011-12-16
1
-4
/
+3
*
Trivial move of content::BrowserContext to content/public.
joi@chromium.org
2011-12-15
1
-1
/
+1
*
Make "Save As" control flow play better with safe browsing checks. ...
asanka@chromium.org
2011-12-14
1
-6
/
+21
*
Basic tests for DownloadUrl/DownloadUrlToFile.
rdsmith@chromium.org
2011-12-09
1
-1
/
+2
*
DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.
rdsmith@chromium.org
2011-12-06
1
-29
/
+47
*
Revert 113007 - DownloadManager intereface refactoring to allow cleaner Downl...
kalman@chromium.org
2011-12-06
1
-47
/
+29
*
DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.
rdsmith@chromium.org
2011-12-05
1
-29
/
+47
*
Move download speed calculation to file thread / DownloadFile class.
benwells@chromium.org
2011-11-30
1
-2
/
+3
*
This split will facilitate testing DownloadQuery and other users of DownloadI...
benjhayden@chromium.org
2011-11-21
1
-73
/
+73
*
Define the public interface for content browser RenderProcessHost. This inter...
ananta@chromium.org
2011-11-18
1
-2
/
+2
*
Created a DownloadManager interface, for use in unit tests..
ahendrickson@chromium.org
2011-11-17
1
-0
/
+1106