summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove OptionsUtil::ResetToDefaults() function.tfarina@chromium.org2011-04-222-6/+0
* Make InfoBarDelegate::GetIcon() return gfx::Image rather than SkBitmap.rsesek@chromium.org2011-04-212-3/+3
* [Extensions] Make ExtensionService not be ref-countedakalin@chromium.org2011-04-201-1/+1
* Check all redirect URLs against download safebrowsing list.mattm@chromium.org2011-04-208-43/+35
* Add enum histogram for dangerous download save or discard.mattm@chromium.org2011-04-194-12/+51
* New cancel test (includes change in DownloadItem::Complete meaning andrdsmith@chromium.org2011-04-1912-131/+342
* More TabStripModel renaming:sky@chromium.org2011-04-181-1/+1
* Policy to manage file selection dialogs.pastarmovj@chromium.org2011-04-152-1/+2
* Refactored size tests to put all slow download job refs in same function.rdsmith@chromium.org2011-04-141-26/+30
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-142-4/+4
* Crash fix: TabContents are destroyed while SavePackage active.cbentzel@chromium.org2011-04-141-0/+5
* Count histograms initiated and finished by the download system.rdsmith@chromium.org2011-04-134-2/+56
* Disable SavePackageTest.TestLongSafePureFilename on windows.ctguil@chromium.org2011-04-131-5/+35
* Fixed bug where Chrome wouldn't let the user overwrite a download file.ahendrickson@chromium.org2011-04-135-27/+112
* Replacing base::DIR_TEMP with ScopedTempDir when appropriate.mkwst@chromium.org2011-04-121-7/+10
* Mark SavePackageTest.TestSuggestedSaveNames flaky.dmichael@chromium.org2011-04-111-2/+2
* Cleanup: Update a bunch of files to the new location of browser_window.h. Par...tfarina@chromium.org2011-04-092-3/+3
* Move save package to TCW from TC.avi@chromium.org2011-04-082-15/+22
* Alphabetize and remove unnecessary forward declaration of TabContents in save...cbentzel@chromium.org2011-04-081-6/+5
* Cleaned up memory leak in Download Manager unit tests.ahendrickson@chromium.org2011-04-071-2/+2
* Detect download errors.ahendrickson@chromium.org2011-04-0713-80/+497
* Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...tfarina@chromium.org2011-04-062-3/+3
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-318-21/+36
* Move some files from base to base/memory.levin@chromium.org2011-03-2821-43/+43
* Removed DownloadManagerTest.StartDownload from ChromeOS.ahendrickson@chromium.org2011-03-241-0/+4
* Merging the safe and dangerous download paths.ahendrickson@chromium.org2011-03-2414-276/+393
* Reverted 76780 -- Adding Save Page downloads to downloads history.rdsmith@chromium.org2011-03-235-127/+25
* Fix TOGGLE_PAUSE check problem in DownlaodShelfContextMenu.Takano.Naoki@gmail.com2011-03-221-0/+2
* If ResourceDispatcherHost receives a CancelRequest, itasanka@chromium.org2011-03-223-9/+11
* Turn on the binary malware warning.lzheng@chromium.org2011-03-181-7/+1
* Move the remaining files in chrome\common to content\common.jam@chromium.org2011-03-171-1/+1
* Move FilePath <-> Value conversions into a separate file.bauerb@chromium.org2011-03-151-1/+2
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-2/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-03-111-0/+1
* Check the download file's hash against safebrowsing database. Report the malw...lzheng@chromium.org2011-03-096-49/+190
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-086-12/+12
* Cleanup: Use more specific friend struct / make destructors non-public for cl...thestig@chromium.org2011-03-071-1/+1
* Carnitas: Move file_metadata out of browser/ui/cocoasail@chromium.org2011-03-061-1/+1
* Don't try to convert text/html URLs ending in .user.js.aa@chromium.org2011-03-053-5/+7
* Just return, don't use temps.pkasting@chromium.org2011-03-051-13/+9
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-2/+2
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-041-2/+2
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-031-2/+2
* Enabled Internet zone test.rdsmith@chromium.org2011-03-031-3/+1
* Removing Download UI tests; now complete replaced by browser tests.rdsmith@chromium.org2011-03-031-527/+0
* Add files saved using 'Save page as' to the download history.rdsmith@chromium.org2011-03-035-25/+127
* wstring: allow converting FilePath to wstring in testsevan@chromium.org2011-03-031-5/+7
* Convert IconLoader and IconManager to deal with gfx::Image rather than SkBitmap.rsesek@chromium.org2011-03-032-5/+7
* Get rid of most of the old method uses from WidgetGtk. I think this is safe.ben@chromium.org2011-03-031-1/+3
* Split infobar_delegate.[cc,h] into separate pieces for the different classes ...tfarina@chromium.org2011-03-031-1/+1