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
/
download_manager.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add temporary download progress overlay to the dock icon for the Mac (real UI...
avi@chromium.org
2010-02-01
1
-0
/
+38
*
Add infobar warning user of extension install failure when trying to install ...
estade@chromium.org
2010-01-26
1
-5
/
+25
*
Default to FOLDERID_Downloads on Windows Vista/7 when safe.
dimich@google.com
2010-01-25
1
-0
/
+6
*
Don't accidentally add downloads with db_handle = kUninitializedHandle, which...
thestig@chromium.org
2010-01-21
1
-9
/
+14
*
Initialize is_extension_install_ properly.
craig.schlenter@chromium.org
2010-01-20
1
-0
/
+1
*
Support dragging a virtual file out of the browser.
jianli@chromium.org
2010-01-15
1
-24
/
+107
*
Fix by gdk (Garret Kelly)
rolandsteiner@chromium.org
2010-01-13
1
-3
/
+3
*
Handle extensions correctly when the default download location is not writable
kinuko@chromium.org
2009-12-25
1
-28
/
+18
*
Only show gray LOADING dialog for Themes.
rafaelw@chromium.org
2009-12-16
1
-1
/
+2
*
Minor cleanup; remove deprecate file_util function and some obsolete TODOs.
estade@chromium.org
2009-12-09
1
-6
/
+1
*
Revert "Allow silent extension installations from the extensions gallery - Pa...
rafaelw@chromium.org
2009-12-08
1
-2
/
+2
*
Allow silent extension installations from the extensions gallery - Part 1.
rafaelw@chromium.org
2009-12-07
1
-2
/
+2
*
Reverts r4177, reimplements a fix for bug 3417. Adding UpdateObservers to Dow...
avi@chromium.org
2009-12-04
1
-1
/
+0
*
If the download manager setting "prompt for a location for each downloaded fi...
aa@chromium.org
2009-11-06
1
-3
/
+3
*
Enable localization of default downloaded filename.
tony@chromium.org
2009-11-04
1
-1
/
+10
*
Add first class support for user scripts.
aa@chromium.org
2009-11-04
1
-10
/
+34
*
Fourth patch in getting rid of caching MessageLoop pointers.
jam@chromium.org
2009-11-02
1
-47
/
+47
*
Get rid of MessageLoop* caching in extensions code.
jam@chromium.org
2009-10-30
1
-1
/
+0
*
Fix for bug 10876 that resulted in some refactoring:
rolandsteiner@chromium.org
2009-10-28
1
-26
/
+39
*
Revert 30168 - Commit patch set from http://codereview.chromium.org/149796
rolandsteiner@chromium.org
2009-10-27
1
-39
/
+26
*
Commit patch set from http://codereview.chromium.org/149796
rolandsteiner@chromium.org
2009-10-27
1
-26
/
+39
*
Simplify threading in browser thread by making only ChromeThread deal with di...
jam@chromium.org
2009-10-27
1
-37
/
+23
*
Move initialization of ChromeURLRequestContexts to the IO thread.
eroman@chromium.org
2009-10-23
1
-3
/
+4
*
Do some cleanup of file path name handling.
brettw@chromium.org
2009-10-22
1
-5
/
+4
*
Remove the unnecessary conversion to wstring when calling file_util::WriteFile.
evan@chromium.org
2009-10-13
1
-1
/
+1
*
Change text for extension download UI.
sidchat@chromium.org
2009-10-09
1
-10
/
+8
*
Make extension installation work when the "ask for destination
aa@chromium.org
2009-09-25
1
-2
/
+7
*
Two minor fixes to extensions/download manager integration:
aa@chromium.org
2009-09-22
1
-14
/
+29
*
Fix two issues with a downloaded file's extension:
paul@chromium.org
2009-09-11
1
-0
/
+3
*
Add "loading..." message to theme install to counter jank.
mirandac@chromium.org
2009-09-03
1
-0
/
+6
*
Replace the RenderProcessHost.PID function that returns the OS-generated
brettw@chromium.org
2009-08-31
1
-7
/
+7
*
Don't show extension disabled infobar when manually updating
aa@chromium.org
2009-08-28
1
-0
/
+1
*
POSIX doesn't have reserved filenames; so don't worry about a download trying...
estade@chromium.org
2009-08-26
1
-2
/
+0
*
Try one more time to lock down content sniffing for
aa@chromium.org
2009-08-25
1
-17
/
+3
*
Show the extension install UI when the user clicks Reenable for a disabled-on...
mpcomplete@chromium.org
2009-08-18
1
-0
/
+1
*
Show or open downloaded items on the UI thread for Mac. This is
paul@chromium.org
2009-08-18
1
-0
/
+12
*
Fix a bug where we can sometimes incorrectly decide a download
aa@chromium.org
2009-08-14
1
-1
/
+1
*
Argh, reverting the change to remove the "crx" file extension
aa@chromium.org
2009-08-13
1
-3
/
+17
*
Remove the temporary hack that considered any file that ended
aa@chromium.org
2009-08-11
1
-17
/
+3
*
Add "dangerous download" view on OS X, for now for dmg files. Also fix downlo...
thakis@chromium.org
2009-08-11
1
-13
/
+2
*
Fix a bug where a download isn't canceled when the user requests it.
paul@chromium.org
2009-08-05
1
-7
/
+16
*
Try again to land: http://codereview.chromium.org/160483
aa@chromium.org
2009-08-01
1
-3
/
+12
*
Rollback 22228
aa@chromium.org
2009-08-01
1
-12
/
+3
*
Ever closer. Extract a client interface out of CrxInstaller and
aa@chromium.org
2009-07-31
1
-3
/
+12
*
Fix exception in DownloadManager if the download has no extension.
aa@chromium.org
2009-07-26
1
-1
/
+2
*
Modify detection of Chrome extensions in download manager. It
aa@chromium.org
2009-07-26
1
-3
/
+17
*
Try again to commit r21622: Add infobar preview for themes,
aa@chromium.org
2009-07-26
1
-2
/
+4
*
Revert revisions 21622-21624.
aa@chromium.org
2009-07-26
1
-4
/
+2
*
Add infobar preview for themes, remove --enable-extension
aa@chromium.org
2009-07-26
1
-2
/
+4
*
Make the download manager display a scary file warning if an
aa@chromium.org
2009-07-25
1
-2
/
+10
[next]