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
*
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
*
Implement mimetype sniffing for extensions.
aa@chromium.org
2009-07-25
1
-2
/
+7
*
Use referrer_url instead of download url to decide whether a
aa@chromium.org
2009-07-25
1
-4
/
+10
*
Nasty short-term hack to special case display of dialog
aa@chromium.org
2009-07-22
1
-4
/
+5
*
Add newline to end of download_manager.cc
glen@chromium.org
2009-07-15
1
-1
/
+2
*
Remove auto-open items from the download shelf on auto-open. This has the del...
glen@chromium.org
2009-07-15
1
-19
/
+15
*
Fix auto-opening file types not auto-opening.
avi@chromium.org
2009-07-15
1
-3
/
+6
*
Move extension install to after .crx download completes
rafaelw@chromium.org
2009-07-07
1
-4
/
+1
*
Enable "Save As" on Mac.
paul@chromium.org
2009-06-30
1
-5
/
+0
*
Allow extension extensions to be case-insensitive.
avi@chromium.org
2009-06-29
1
-22
/
+5
*
Initial download shelf on OS X.
thakis@chromium.org
2009-06-18
1
-0
/
+5
*
Disable extensions in incognito mode.
mpcomplete@google.com
2009-06-11
1
-2
/
+2
*
Don't prompt before installing a Theme, move existing prompt so that users ar...
glen@chromium.org
2009-06-05
1
-13
/
+1
*
Allow themes to be installed without any commandline flag, still require flag...
glen@chromium.org
2009-05-29
1
-28
/
+9
*
Dangerous download dialog for linux.
estade@chromium.org
2009-05-27
1
-10
/
+16
*
Remove unused code from ExtensionsService.
mpcomplete@google.com
2009-05-26
1
-1
/
+1
*
Move win_util.h from common to app.
ben@chromium.org
2009-05-08
1
-1
/
+1
*
Skip the download shelf altogether for extension downloads. The current UI l...
erikkay@google.com
2009-05-06
1
-17
/
+31
*
Move l10n_util to app/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Move scoped_vector.h and stl_util-inl.h to base/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Replace all occurrances of WebContents with TabContents.
brettw@chromium.org
2009-05-04
1
-8
/
+8
*
Don't try and install extensions when --enable-extensions isn't
aa@chromium.org
2009-05-01
1
-12
/
+28
*
This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...
jungshik@google.com
2009-05-01
1
-0
/
+3
*
Fixes saving files that don't have valid extensions.
avi@chromium.org
2009-04-17
1
-0
/
+2
*
Remove TabContnetsType from everywhere.
brettw@chromium.org
2009-04-15
1
-6
/
+4
*
Add a Cocoa file picker.
avi@google.com
2009-04-14
1
-5
/
+0
*
Remove unused notifications.
paulg@google.com
2009-04-14
1
-19
/
+0
*
Refactoring; switch the |filter| parameter into something that is more amenab...
avi@chromium.org
2009-04-12
1
-7
/
+5
*
Fix issue 7337, where a file of mime type "text/x-registry" with extension "r...
sidchat@google.com
2009-04-08
1
-0
/
+3
[next]