summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download
Commit message (Expand)AuthorAgeFilesLines
...
* Revert 60362 - Downloads: Don't create the default download directory on star...phajdan.jr@chromium.org2010-09-241-5/+0
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-242-0/+2
* Downloads: Don't create the default download directory on startup.thestig@chromium.org2010-09-231-0/+5
* Do not create download directory on startup, except on ChromeOS.phajdan.jr@chromium.org2010-09-231-0/+2
* Fix a bunch of clang warnings/errors.thakis@chromium.org2010-09-211-9/+0
* Make sure the application icon is up to datephajdan.jr@chromium.org2010-09-211-0/+4
* Regression fix: keep the download shelf visible when multiple sites are saved.phajdan.jr@chromium.org2010-09-213-8/+16
* Regression fix: cancel all downloads when shutting down DownloadManager.phajdan.jr@chromium.org2010-09-133-9/+12
* FBTF: Move ctors/dtors into cc files.erg@google.com2010-09-139-7/+43
* GTTF: download cleanup, rename things to be more accurate.phajdan.jr@chromium.org2010-09-108-160/+83
* GTTF: Clean up DownloadFileManagerphajdan.jr@chromium.org2010-09-1011-260/+153
* Implement gallery install APIrafaelw@chromium.org2010-09-091-0/+1
* FBTF: Remove unneeded headers from base/ (part 8)thestig@chromium.org2010-09-082-3/+1
* Revert 58196 - GTTF: Clean up DownloadFileManagerphajdan.jr@chromium.org2010-09-0710-129/+255
* Revert 58374 - Fix a race condition after my latest download cleanup change.phajdan.jr@chromium.org2010-09-072-17/+0
* Remove risky DISABLE_RUNNABLE_METHOD_REFCOUNT macro from DownloadManager.phajdan.jr@chromium.org2010-09-032-6/+18
* FBTF: Reaplly the TabRestoreService::Observer into its own file commit.erg@google.com2010-09-021-0/+1
* Make sure DownloadManager is shut down on the UI thread.phajdan.jr@chromium.org2010-09-021-3/+7
* Fix a race condition after my latest download cleanup change.phajdan.jr@chromium.org2010-09-022-0/+17
* Revert "FBTF: Move the TabRestoreService::Observer into its own file."erg@google.com2010-09-011-1/+0
* FBTF: Move the TabRestoreService::Observer into its own file.erg@google.com2010-09-011-0/+1
* GTTF: Disable all download tests, they are broken just so much.phajdan.jr@chromium.org2010-09-011-14/+46
* GTTF: Clean up DownloadFileManagerphajdan.jr@chromium.org2010-09-0110-255/+129
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-012-0/+4
* Reverting to see if this fixes linux ui tests hang. Just a shot in the dark a...ananta@chromium.org2010-09-0110-129/+255
* Disable DownloadTest.NewWindow everywhere.tim@chromium.org2010-09-011-8/+2
* Disabling the DownloadTest.NewWindow for linux as it seems to consistently fa...ananta@chromium.org2010-08-311-1/+1
* GTTF: Clean up DownloadFileManagerphajdan.jr@chromium.org2010-08-3110-255/+129
* Cleanup: make more PrefMember methods const.phajdan.jr@chromium.org2010-08-311-3/+2
* GTTF: Extract all preferences-related code from DownloadManager to DownloadPr...phajdan.jr@chromium.org2010-08-309-159/+231
* Convert a bunch of uses of the wstring net::FormatUrl() to the new string16 one.viettrungluu@chromium.org2010-08-301-3/+2
* Expand tar.gz download workaround to work for tgz as well.estade@chromium.org2010-08-282-4/+11
* Download code cleanup: share most of the code between DownloadFile and SaveFile.phajdan.jr@chromium.org2010-08-278-354/+457
* Makes the download shelf auto-close after the user opens all downloadssky@chromium.org2010-08-265-10/+30
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-264-4/+4
* FBTF: Minor cleanup to testing headers.erg@google.com2010-08-251-0/+1
* Convert FormatBytes to string16.evan@chromium.org2010-08-192-11/+11
* Remove forward declares for ASCIIToUTF16 from string_util. All callers now usebrettw@chromium.org2010-08-191-0/+1
* FBTF: Remove unneeded STL includes from src/chrome.viettrungluu@chromium.org2010-08-191-2/+0
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-2/+2
* Revert "Convert FormatBytes to string16."evan@chromium.org2010-08-182-11/+11
* Convert FormatBytes to string16.evan@chromium.org2010-08-182-11/+11
* Convert GetDisplayStringInLTRDirectionality from wstring to string16.tony@chromium.org2010-08-182-7/+9
* Regression fix: Downloads page in Incognito mode works fine now.phajdan.jr@chromium.org2010-08-166-79/+80
* TBR: joth@chromium.orgjoth@chromium.org2010-08-161-0/+2
* Mark 2 failing tests in SavePageBrowserTest as flakyjoth@chromium.org2010-08-161-2/+2
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-154-10/+3
* Fix suggested save file name for title-less pages.estade@chromium.org2010-08-133-61/+95
* Convert infobar APIs to UTF-16.evan@chromium.org2010-08-133-8/+8
* FBTF: Forward declare everything possible in testing_profile.herg@google.com2010-08-131-0/+1