summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Gtk dialogs, first cut.estade@chromium.org2009-03-121-4/+15
* Stop having renderers use both pids and a monotonically increasing "host_id"....jam@chromium.org2009-03-121-1/+1
* Basic download shelf implementation on linux.estade@chromium.org2009-03-041-1/+0
* Add FilePath setter/getter to pref service. Change callers to use it rather t...estade@chromium.org2009-03-041-2/+2
* Implement some chrome path getters for Mac OS and un-comment their uses in th...pinkerton@chromium.org2009-03-031-11/+0
* Final step needed to get be able to download things on linux.estade@chromium.org2009-02-241-11/+15
* Make download manager treat mixed-case extensions the same as lower-case exte...estade@chromium.org2009-02-241-1/+13
* Fix linux build break.estade@chromium.org2009-02-241-2/+3
* Fix a download regression.estade@chromium.org2009-02-231-5/+10
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-2/+1
* Bring download_file, download_manager into POSIX build.estade@chromium.org2009-02-221-19/+55
* Change mime type utils to operate on platform-specific string types for filen...estade@chromium.org2009-02-141-3/+3
* Change url wstrings to GURLSestade@chromium.org2009-02-121-1/+1
* Switch from HWNDs to NativeViews, take 2. (First attempt was r9409, in which ...avi@chromium.org2009-02-101-1/+1
* Try reverting r9409 to see if it fixes crashes on chromebot.kuchhal@chromium.org2009-02-101-1/+1
* Switch from HWNDs to NativeViews.avi@chromium.org2009-02-091-1/+1
* Fix the extension repetition problem with download manager. Enabled the corre...sidchat@google.com2009-02-091-2/+4
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-6/+8
* Register .crx file handler to install Chrome extensions.mpcomplete@google.com2009-01-301-2/+6
* Porting in the download manager (plus tiny bits of cleanup).brettw@chromium.org2009-01-301-16/+12
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-221-1/+1
* Fix two bugs that resulted in misplaced downloads and missingpaulg@google.com2009-01-211-1/+1
* Move functions required by the rest of the browser from RenderProcessHost to ...brettw@chromium.org2009-01-161-1/+1
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-2/+2
* Convert download manager to FilePath.estade@chromium.org2009-01-061-88/+99
* Prevent files saved via the "Save as..." page menu item fromtc@google.com2009-01-061-9/+21
* Unbreak unit tests. Revert r7564.estade@chromium.org2009-01-051-90/+81
* * switch download manager to using FilePathestade@chromium.org2009-01-051-81/+90
* New attempt at landing the resource_dispatcher_host.cc splitting (broke the b...jcampan@chromium.org2008-12-231-1/+1
* Reverting my CL to fix build bustage.jcampan@chromium.org2008-12-201-1/+1
* This CL moves the different resource handlers from resource_dispatcher_host.c...jcampan@chromium.org2008-12-201-1/+1
* Review URL: http://codereview.chromium.org/14809jcampan@chromium.org2008-12-191-2/+2
* Reverting 7149.jcampan@chromium.org2008-12-171-2/+2
* Revamp of the interstitial pages.jcampan@chromium.org2008-12-171-2/+2
* Cleanup IsExecutableMimeType.abarth@chromium.org2008-12-151-17/+21
* Once we've decided that a path doesn't exist, reserve it by creating an empty...abarth@chromium.org2008-12-121-20/+25
* We should let binary/octet-stream have an EXE extension to fix compat with di...abarth@chromium.org2008-12-051-0/+4
* Fix issue 4829: No file extensions listed when saving imagesfinnur@google.com2008-12-031-17/+18
* Change by Alex Mendes da Costa <alexmdac@google.com>beng@google.com2008-11-191-4/+20
* Adds the ability for save dialogs to take a default extension.sky@google.com2008-11-121-0/+1
* A crasher would happen if you donwload an exe and the download has completed ...jcampan@chromium.org2008-11-071-1/+2
* Remove downloads from the completed dangerous downloads listpaulg@google.com2008-10-301-0/+6
* Fix for Save Page downloads not notifying their observers on completion.glen@chromium.org2008-10-291-0/+1
* Do not localize the name of 'download' directory. Chrome's UI languages can bejungshik@google.com2008-10-281-3/+2
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-1/+3
* We were still warning about a dangerous download when the user has picked the...jcampan@chromium.org2008-10-171-2/+8
* Fix bug 3470, where the download tab would show the temporary name for danger...jcampan@chromium.org2008-10-171-18/+52
* Change the prefix for unconfirmed, potentially dangerous downloads mal@chromium.org2008-10-161-1/+1
* Fix a crasher when shutting down with a pending dangerous download.jcampan@chromium.org2008-10-151-2/+4
* This CL adds prompting for dangerous types of files (executable) when they ar...jcampan@chromium.org2008-10-101-35/+215