summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/save_file_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Move save package to TCW from TC.avi@chromium.org2011-04-081-3/+8
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-311-11/+11
* Merging the safe and dangerous download paths.ahendrickson@chromium.org2011-03-241-0/+8
* Get rid of a bunch of includes to old locations of headers.jam@chromium.org2011-03-021-2/+2
* Update a bunch of files to the new location of browser_thread.hjam@chromium.org2011-03-011-3/+3
* DownloadFile no longer keeps track of whether or not the final rename has occ...ahendrickson@chromium.org2011-02-181-2/+1
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-151-2/+3
* Add support to sha256 hash the downloaded file.lzheng@chromium.org2011-01-131-1/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Coverity: Pass parameters by reference.jhawkins@chromium.org2010-11-081-2/+2
* Fix save file stuff to use scoped_refptr for refcounted params.willchan@chromium.org2010-10-251-2/+1
* Rename ChromeThread to BrowserThread Part18:tfarina@chromium.org2010-10-111-1/+1
* Rename ChromeThread to BrowserThread Part10:tfarina@chromium.org2010-10-091-49/+49
* Revert 61899 for breaking cookes on file:// URLs.willchan@chromium.org2010-10-081-10/+9
* Fix instances of passing raw pointers to RefCounted objects in tasks.willchan@chromium.org2010-10-081-9/+10
* Download code cleanup: share most of the code between DownloadFile and SaveFile.phajdan.jr@chromium.org2010-08-271-1/+5
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-071-1/+1
* Changing linux platform for chromeos. This involved moving platform_util and...dhg@chromium.org2010-04-291-1/+1
* Fix save complete web page crasherestade@chromium.org2010-04-261-6/+6
* Fourth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-021-130/+77
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-231-8/+11
* Make on-demand download directory creation safe.estade@chromium.org2009-10-091-9/+0
* Create the download folder if it doesn't exist. That is, the actual download ...thestig@chromium.org2009-09-251-34/+44
* Show or open downloaded items on the UI thread for Mac. This ispaul@chromium.org2009-08-181-14/+16
* Revert r20553.thestig@chromium.org2009-07-131-2/+0
* Additional svn ignores for native_client and Makefile.thestig@chromium.org2009-07-131-0/+2
* Reduce header dependencies in chrome/browser/phajdan.jr@chromium.org2009-06-161-0/+1
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-051-1/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-2/+1
* Remove more unneeded scaffolding.thestig@chromium.org2009-04-081-6/+1
* Implement basic ShowItemInFolder for linux.estade@chromium.org2009-03-241-10/+2
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-1/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Bring up save_package, save_item, save_file_manager on posix.estade@chromium.org2009-02-191-1/+7
* Prepare some files for porting:estade@chromium.org2009-02-181-13/+18
* Change url wstrings to GURLSestade@chromium.org2009-02-121-21/+19
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-3/+4
* revert r8603rvargas@google.com2009-01-241-4/+3
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-3/+4
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-3/+3
* 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-7/+3
* Reverting 7149.jcampan@chromium.org2008-12-171-3/+7
* Revamp of the interstitial pages.jcampan@chromium.org2008-12-171-7/+3
* Move a bunch of stuff out of WebContents. I removed a bunch of render view ho...brettw@google.com2008-09-251-1/+1
* Fixes two crashers in saving page:sky@google.com2008-09-161-3/+6
* Move the Save Page code to the browser/download/ directory.paulg@google.com2008-09-141-0/+582