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
*
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
*
Cloned from 62030
arv@chromium.org
2009-04-07
1
-1
/
+6
*
Disables the download item on the download-shelf when the file is opened.
jcampan@chromium.org
2009-04-07
1
-0
/
+4
*
First pass of refactoring dialogs.
avi@chromium.org
2009-04-06
1
-5
/
+4
*
Adds temporary warning when installing Chrome extensions. The warning
georged@chromium.org
2009-04-03
1
-0
/
+16
*
Installing extensions (drag/drop, download crx file) will now be
georged@chromium.org
2009-04-01
1
-1
/
+44
*
Re-enable save package on linux, mac.
estade@chromium.org
2009-04-01
1
-5
/
+3
*
Delete downloads after updating observers.
paulg@google.com
2009-03-31
1
-3
/
+7
*
Remove Windows "Save As" dialogs from Save Page code.In this change:- convert...
paulg@google.com
2009-03-30
1
-2
/
+2
*
Fix a race condition opening a downloaded file.
paulg@google.com
2009-03-27
1
-6
/
+8
*
Add an exception to DownloadManager::GenerateExtension() for .tar.gz files wi...
thestig@chromium.org
2009-03-25
1
-1
/
+5
*
Gtk dialogs, first cut.
estade@chromium.org
2009-03-12
1
-4
/
+15
*
Stop having renderers use both pids and a monotonically increasing "host_id"....
jam@chromium.org
2009-03-12
1
-1
/
+1
*
Basic download shelf implementation on linux.
estade@chromium.org
2009-03-04
1
-1
/
+0
*
Add FilePath setter/getter to pref service. Change callers to use it rather t...
estade@chromium.org
2009-03-04
1
-2
/
+2
*
Implement some chrome path getters for Mac OS and un-comment their uses in th...
pinkerton@chromium.org
2009-03-03
1
-11
/
+0
*
Final step needed to get be able to download things on linux.
estade@chromium.org
2009-02-24
1
-11
/
+15
*
Make download manager treat mixed-case extensions the same as lower-case exte...
estade@chromium.org
2009-02-24
1
-1
/
+13
*
Fix linux build break.
estade@chromium.org
2009-02-24
1
-2
/
+3
*
Fix a download regression.
estade@chromium.org
2009-02-23
1
-5
/
+10
*
Update include paths for grit files. Go ahead and resort
tc@google.com
2009-02-22
1
-2
/
+1
*
Bring download_file, download_manager into POSIX build.
estade@chromium.org
2009-02-22
1
-19
/
+55
*
Change mime type utils to operate on platform-specific string types for filen...
estade@chromium.org
2009-02-14
1
-3
/
+3
*
Change url wstrings to GURLS
estade@chromium.org
2009-02-12
1
-1
/
+1
*
Switch from HWNDs to NativeViews, take 2. (First attempt was r9409, in which ...
avi@chromium.org
2009-02-10
1
-1
/
+1
*
Try reverting r9409 to see if it fixes crashes on chromebot.
kuchhal@chromium.org
2009-02-10
1
-1
/
+1
*
Switch from HWNDs to NativeViews.
avi@chromium.org
2009-02-09
1
-1
/
+1
*
Fix the extension repetition problem with download manager. Enabled the corre...
sidchat@google.com
2009-02-09
1
-2
/
+4
*
Remove most header file dependencies on the notification type list. It is
brettw@chromium.org
2009-02-01
1
-6
/
+8
*
Register .crx file handler to install Chrome extensions.
mpcomplete@google.com
2009-01-30
1
-2
/
+6
*
Porting in the download manager (plus tiny bits of cleanup).
brettw@chromium.org
2009-01-30
1
-16
/
+12
*
Move files out of browser and into either renderer_host or tab_contents.
brettw@chromium.org
2009-01-22
1
-1
/
+1
*
Fix two bugs that resulted in misplaced downloads and missing
paulg@google.com
2009-01-21
1
-1
/
+1
*
Move functions required by the rest of the browser from RenderProcessHost to ...
brettw@chromium.org
2009-01-16
1
-1
/
+1
*
Move a bunch of TabContents related files into a tab_contents subdir
ben@chromium.org
2009-01-15
1
-2
/
+2
*
Convert download manager to FilePath.
estade@chromium.org
2009-01-06
1
-88
/
+99
*
Prevent files saved via the "Save as..." page menu item from
tc@google.com
2009-01-06
1
-9
/
+21
*
Unbreak unit tests. Revert r7564.
estade@chromium.org
2009-01-05
1
-90
/
+81
*
* switch download manager to using FilePath
estade@chromium.org
2009-01-05
1
-81
/
+90
*
New attempt at landing the resource_dispatcher_host.cc splitting (broke the b...
jcampan@chromium.org
2008-12-23
1
-1
/
+1
*
Reverting my CL to fix build bustage.
jcampan@chromium.org
2008-12-20
1
-1
/
+1
*
This CL moves the different resource handlers from resource_dispatcher_host.c...
jcampan@chromium.org
2008-12-20
1
-1
/
+1
*
Review URL: http://codereview.chromium.org/14809
jcampan@chromium.org
2008-12-19
1
-2
/
+2
[next]