summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download
Commit message (Expand)AuthorAgeFilesLines
* First round of audits to make sure 'app' is displayed instead of 'extension' ...andybons@chromium.org2010-11-101-64/+48
* Set the download rate to 0B/s if the download is paused.zork@chromium.org2010-11-101-4/+10
* BUG=43066ahendrickson@chromium.org2010-11-093-12/+58
* Initialize download path_uniquifier for saved download history items.kinuko@chromium.org2010-11-091-0/+1
* Split out command IDs from chrome_dll_resource.h.evan@chromium.org2010-11-083-3/+3
* base: Remove 'using' declaration of SStringPrintf.tfarina@chromium.org2010-11-082-4/+10
* Coverity: Pass parameters by reference.jhawkins@chromium.org2010-11-084-8/+12
* Use .crdownload file path for 'Show In Folder' while download is in progresskinuko@chromium.org2010-11-087-73/+77
* Shortened URLRequestContextGetter's lifetime, which was extended by DownloadM...ahendrickson@chromium.org2010-11-081-0/+2
* Fix build breakage by committing file I forgot to in my last cljam@chromium.org2010-11-051-21/+21
* Avoid disk IO in SavePackage on the UI thread. Also cleaned up the code a bit.jam@chromium.org2010-11-052-125/+67
* Turn on file access checks on Win.jam@chromium.org2010-11-042-1/+16
* Revert 64960 - Turn on file access checks on Win.rafaelw@chromium.org2010-11-031-9/+0
* Turn on file access checks on Win.jam@chromium.org2010-11-031-0/+9
* Use make_scoped_refptr for NewRunnableMethod if the raw ptr type is derived f...thakis@chromium.org2010-11-011-1/+1
* Fix save file stuff to use scoped_refptr for refcounted params.willchan@chromium.org2010-10-252-4/+2
* Fill in the list of file extensions which are PDF-related.cevans@chromium.org2010-10-221-0/+6
* Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*/*.pkasting@chromium.org2010-10-211-2/+2
* FBTF: Even more deinlining.erg@google.com2010-10-202-19/+36
* Modified the file extension filters for downloads to add some extensions to a...cdn@chromium.org2010-10-202-17/+21
* Revert accidental commenting-out of download_util.cc parts.phajdan.jr@chromium.org2010-10-191-2/+2
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-192-4/+9
* Stability fix: do not access Browser* during its destructionphajdan.jr@chromium.org2010-10-191-2/+2
* Move BaseDropTarget and BaseDragSource from base to app/win. Remove the "Base...brettw@chromium.org2010-10-171-2/+2
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-171-3/+2
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-151-1/+2
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-142-2/+2
* Don't change the extension of resources being downloaded,rvargas@google.com2010-10-132-45/+14
* Make sure the download status in the application icon is updatedphajdan.jr@chromium.org2010-10-131-0/+2
* Rename ChromeThread to BrowserThread Final Part:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part18:tfarina@chromium.org2010-10-1116-16/+16
* Rename ChromeThread to BrowserThread Part10:tfarina@chromium.org2010-10-0917-193/+194
* Revert 61899 for breaking cookes on file:// URLs.willchan@chromium.org2010-10-084-36/+21
* use webstore extent to verify gallery downloadserikkay@chromium.org2010-10-083-11/+22
* restrict install of gallery-hosted apps from the galleryerikkay@chromium.org2010-10-081-1/+1
* Fix instances of passing raw pointers to RefCounted objects in tasks.willchan@chromium.org2010-10-084-21/+36
* Remove all FIXMEs in browser/estade@chromium.org2010-10-072-6/+6
* Fix DCHECK assertion failures in DownloadStatusUpdater.phajdan.jr@chromium.org2010-10-066-15/+22
* Create the default download directory when a download is starting.phajdan.jr@chromium.org2010-10-052-3/+15
* DownloadTest: disable just the tests that are timing out.evan@chromium.org2010-10-041-6/+6
* Added a check to see if the SaveFileDefaultDirectory exists, if not it uses t...tony@chromium.org2010-10-011-18/+35
* Make chrome aware of text/x-sh mime type.estade@chromium.org2010-09-302-2/+10
* Don't change the extension for downloads that already have benign extensions.estade@chromium.org2010-09-303-71/+13
* Undisable download UI tests. We shouldn't leak processes now if they fail.phajdan.jr@chromium.org2010-09-301-16/+16
* GTTF: remove flaky mark from following tests:phajdan.jr@chromium.org2010-09-292-4/+2
* Fixing downloading when off the record. dhg@chromium.org2010-09-281-0/+7
* GTTF: Remove flaky mark from the following tests:phajdan.jr@chromium.org2010-09-281-2/+1
* Create DownloadStatusUpdater to keep track of download progressphajdan.jr@chromium.org2010-09-277-35/+361
* Revert 60035 - Make sure the application icon is up to datephajdan.jr@chromium.org2010-09-241-4/+0
* Fix leak of a DownloadItem in SavePackage::Init.phajdan.jr@chromium.org2010-09-242-3/+12