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
/
chrome_download_manager_delegate.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove DownloadManager::GetDownloadItem() and GetActiveDownloadItem() in favo...
benjhayden@chromium.org
2012-09-25
1
-13
/
+12
*
Use the user's preferred downloads directory for creating the initial downloa...
asanka@chromium.org
2012-09-15
1
-3
/
+2
*
Make web store resilient against download completion happening before opening.
rdsmith@chromium.org
2012-09-13
1
-1
/
+1
*
Don't prompt for directory on web intents downloads; handle in current tab.
gbillock@chromium.org
2012-09-12
1
-5
/
+20
*
Rename GData to Drive (or gdata to drive) where possible in non-gdata directory.
kochi@chromium.org
2012-09-10
1
-1
/
+1
*
Change policy to not trigger dangerous download UI for web intents dispatched...
gbillock@chromium.org
2012-09-07
1
-0
/
+32
*
Rename GData to Drive in drive_file_system_util
kochi@chromium.org
2012-09-07
1
-2
/
+2
*
Split gdata_util into two fragments (gdata_util, gdata_file_system_util) for ...
nhiroki@chromium.org
2012-09-05
1
-1
/
+1
*
Rename GDataDownloadObserver to DriveDownloadObserver
kochi@chromium.org
2012-09-05
1
-5
/
+5
*
Move PrefMember and PrefChangeRegistrar to api directory.
joi@chromium.org
2012-08-21
1
-2
/
+2
*
intents: Add conditional web intents dispatch for docs types.
gbillock@chromium.org
2012-08-17
1
-0
/
+21
*
Kill DownloadItem::IsOtr()
benjhayden@chromium.org
2012-08-14
1
-5
/
+20
*
Unify and clean up system download notifications, add Mountain Lion support.
avi@chromium.org
2012-08-12
1
-9
/
+0
*
Fire a notification in Windows 8 metro chrome which informs the user about a ...
ananta@chromium.org
2012-08-08
1
-0
/
+9
*
Make DownloadItem derive SupportsUserData instead of re-implementing it.
benjhayden@chromium.org
2012-08-08
1
-5
/
+5
*
Cleanup ExtensionDownloadsEventRouter on download manager shutdown.
asanka@chromium.org
2012-07-27
1
-0
/
+3
*
Download filename determination refactor (3/3)
asanka@chromium.org
2012-07-27
1
-41
/
+85
*
Switch default filename retrieval to use GetFielNameToReportUser, which is mo...
gbillock@chromium.org
2012-07-25
1
-7
/
+4
*
Moved CrxInstaller and CrxInstallerError into extensions namespace
rdevlin.cronin@chromium.org
2012-07-24
1
-6
/
+7
*
download: Move GenerateFileNameFromRequest() into chrome_download_manager_del...
tfarina@chromium.org
2012-07-23
1
-1
/
+18
*
Revert 147594 - NaCl: Remove two uses of '#include "nacl/nacl_log.h"'
mseaborn@chromium.org
2012-07-20
1
-4
/
+4
*
NaCl: Remove two uses of '#include "nacl/nacl_log.h"'
mseaborn@chromium.org
2012-07-20
1
-4
/
+4
*
Fix for downloading to default destination drive in incognito mode.
achuith@chromium.org
2012-07-20
1
-4
/
+4
*
Move WebstoreInstaller, WebstoreInlineInstaller, related in extensions namespace
rdevlin.cronin@chromium.org
2012-07-12
1
-1
/
+1
*
Add download_crx_util for android.
nileshagrawal@chromium.org
2012-07-12
1
-0
/
+2
*
Download filename determination refactor (2/3)
asanka@chromium.org
2012-07-02
1
-146
/
+50
*
Refactors to simplify rename pathway in DownloadFileManager.
rdsmith@chromium.org
2012-07-02
1
-1
/
+1
*
Move tab functions off Browser into browser_tabstrip and browser_tabrestore.
ben@chromium.org
2012-06-29
1
-1
/
+2
*
Rewrite DownloadsApiTest in C++.
benjhayden@chromium.org
2012-06-29
1
-1
/
+2
*
Revert 144817 - Refactors to simplify rename pathway in DownloadFileManager.
bartfab@google.com
2012-06-29
1
-1
/
+1
*
Refactors to simplify rename pathway in DownloadFileManager.
rdsmith@chromium.org
2012-06-28
1
-1
/
+1
*
Revert 144807 - Rewrite DownloadsApiTest in C++.
dmichael@chromium.org
2012-06-28
1
-2
/
+1
*
Rewrite DownloadsApiTest in C++.
benjhayden@chromium.org
2012-06-28
1
-1
/
+2
*
Change DownloadManagerImpl::downloads_ from a set to a map, and expose it as ...
benjhayden@chromium.org
2012-06-22
1
-1
/
+1
*
Move chrome.downloads out of experimental to dev
benjhayden@chromium.org
2012-06-21
1
-0
/
+2
*
Add code to more reliably attach the filename extra for RCH/Web Intents invoc...
gbillock@chromium.org
2012-06-19
1
-4
/
+10
*
Keep shelf item visible when extension install blocked off-store.
aa@chromium.org
2012-06-19
1
-4
/
+5
*
Add filename extra to intent invocation for RCH.
gbillock@chromium.org
2012-06-11
1
-0
/
+2
*
Ensure that Profile is still alive when DownloadManagerDelegate::Shutdown is ...
jam@chromium.org
2012-06-11
1
-7
/
+2
*
Support for drive as default download location on chromeos.
achuith@chromium.org
2012-06-08
1
-8
/
+43
*
TabContentsWrapper -> TabContents, part 11.
avi@chromium.org
2012-06-08
1
-1
/
+1
*
Followup comments from r140761 regarding moving DownloadManager ownership to ...
jam@chromium.org
2012-06-06
1
-1
/
+1
*
Move creation and ownership of DownloadManager from the embedder to content. ...
jam@chromium.org
2012-06-06
1
-4
/
+10
*
Rename --enable-off-store-extension-install to --enable-easy-off...
aa@chromium.org
2012-06-05
1
-1
/
+1
*
Download filename determination refactor (1/3)
asanka@chromium.org
2012-05-30
1
-138
/
+190
*
Improve the UI for disabling off-store extension install.
aa@chromium.org
2012-05-27
1
-39
/
+21
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
1
-2
/
+2
*
DownloadManagerDelegate::ShouldCompleteDownload(callback)
benjhayden@chromium.org
2012-05-18
1
-27
/
+69
*
Reland 137540 - Disable off-store extension installs by default. Also get rid...
aa@chromium.org
2012-05-17
1
-25
/
+33
*
Add SafeBrowsing support for checking downloaded zip files that contain execu...
bryner@chromium.org
2012-05-17
1
-2
/
+2
[next]