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
/
drag_download_file.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop using net::FileStream synchronously in content/browser/donwload
hashimoto@chromium.org
2014-04-03
1
-6
/
+6
*
[Download] Return DownloadInterruptReason from OnStartedCallback
asanka@chromium.org
2014-01-14
1
-3
/
+4
*
Use a direct include of the message_loop header in content/, part 1.
avi@chromium.org
2013-07-18
1
-1
/
+1
*
Remove DownloadItem::Is*() in favor of DI::GetState()
caio.de.oliveira.filho@intel.com
2013-06-15
1
-5
/
+8
*
Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...
rsleevi@chromium.org
2013-06-02
1
-1
/
+1
*
Cleanup: Remove unneeded base/file_util.h includes in content.
thestig@chromium.org
2013-05-14
1
-2
/
+1
*
content: Use base::MessageLoop.
xhwang@chromium.org
2013-05-04
1
-4
/
+4
*
content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-2
/
+2
*
Use base namespace for FilePath in content/browser
brettw@chromium.org
2013-02-07
1
-2
/
+2
*
content: Kill the base::Passed(foo.Pass()) meme.
tfarina@chromium.org
2012-12-18
1
-1
/
+1
*
Merge most instances of DownloadSaveInfo into DownloadUrlParams.
rdsmith@chromium.org
2012-11-06
1
-7
/
+4
*
content/browser: Remove more unnecessary content:: calls.
tfarina@chromium.org
2012-11-01
1
-24
/
+21
*
Rewrite DragDownloadFile
benjhayden@chromium.org
2012-10-30
1
-188
/
+182
*
Move download code to the content namespace.
jam@chromium.org
2012-10-26
1
-13
/
+8
*
Fix uninitialized pointer bug introduced by
rdsmith@chromium.org
2012-10-18
1
-1
/
+2
*
Shift passage of FileStream in downloads system to be by scoped_ptr<>.
rdsmith@chromium.org
2012-10-17
1
-6
/
+7
*
Reland Make DownloadManager::GetAllDownloads return all downloads regardless ...
benjhayden@chromium.org
2012-09-10
1
-3
/
+6
*
Reland
benjhayden@chromium.org
2012-08-09
1
-2
/
+12
*
Revert 149794 - DownloadItem::Observer::OnDownloadDestroyed() replaces Downlo...
rdsmith@chromium.org
2012-08-06
1
-12
/
+2
*
DownloadItem::Observer::OnDownloadDestroyed() replaces DownloadItem::REMOVING
benjhayden@chromium.org
2012-08-03
1
-2
/
+12
*
Move creation and ownership of DownloadManager from the embedder to content. ...
jam@chromium.org
2012-06-06
1
-1
/
+3
*
Switch DownloadUrlParameters to use a content::Referrer instead of a GURL for...
jochen@chromium.org
2012-05-30
1
-1
/
+1
*
Plumb referrer policy along with drag data information
jochen@chromium.org
2012-05-25
1
-2
/
+2
*
Refactor DownloadManager::DownloadUrl() to allow it to take many parameters.
benjhayden@chromium.org
2012-05-04
1
-8
/
+7
*
TabContents -> WebContentsImpl, part 7.
avi@chromium.org
2012-04-11
1
-1
/
+1
*
Move download_types.h to content/public and rename it to match the one struct...
jam@chromium.org
2012-03-13
1
-2
/
+2
*
Added callback to DownloadUrl() so we can find download failures where the do...
ahendrickson@chromium.org
2012-03-12
1
-1
/
+2
*
Isolate initiation counts for downloads to their own histograms and improve
rdsmith@chromium.org
2012-02-15
1
-2
/
+2
*
Prefer ScopedNestableTaskAllower over manual save/restore
dhollowa@chromium.org
2012-02-14
1
-3
/
+2
*
"Save As" for content retrieved via POST works in most circumstances.
cbentzel@chromium.org
2012-02-04
1
-0
/
+1
*
Remove DownloadManager* dependency on DownloadStatusUpdater
rdsmith@chromium.org
2012-02-04
1
-1
/
+2
*
Saving content will prefer to retrieve the data out of the HTTP cache for GETs.
cbentzel@chromium.org
2012-01-28
1
-5
/
+7
*
[Coverity] Fix uninitialized member
groby@chromium.org
2012-01-11
1
-1
/
+4
*
Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...
jam@chromium.org
2012-01-03
1
-4
/
+5
*
Rename TabContents::browser_context() to GetBrowserContext and put it into th...
jam@chromium.org
2011-12-21
1
-1
/
+1
*
Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...
jam@chromium.org
2011-12-20
1
-2
/
+4
*
Trivial move of content::BrowserContext to content/public.
joi@chromium.org
2011-12-15
1
-1
/
+1
*
This split will facilitate testing DownloadQuery and other users of DownloadI...
benjhayden@chromium.org
2011-11-21
1
-2
/
+3
*
Created an interface for DownloadFile, for use in unit tests.
ahendrickson@chromium.org
2011-11-16
1
-0
/
+1
*
Convert NewRunnableFunction/NewRunnableMethod calls to use base::Bind().
dcheng@chromium.org
2011-11-15
1
-5
/
+3
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-1
/
+1
*
content: Move drag_download_* to content.
erg@google.com
2011-08-24
1
-0
/
+229