summaryrefslogtreecommitdiffstats
path: root/content/browser/download
Commit message (Expand)AuthorAgeFilesLines
* Relandbenjhayden@chromium.org2012-08-098-47/+74
* Make DownloadItem derive SupportsUserData instead of re-implementing it.benjhayden@chromium.org2012-08-085-120/+12
* Fix downloads db state=3 corruption using version=23benjhayden@chromium.org2012-08-081-1/+1
* Revert 149794 - DownloadItem::Observer::OnDownloadDestroyed() replaces Downlo...rdsmith@chromium.org2012-08-068-74/+47
* DownloadItem::Observer::OnDownloadDestroyed() replaces DownloadItem::REMOVINGbenjhayden@chromium.org2012-08-038-47/+74
* Add the save_package_browsertest.cc to content_browsertests.jam@chromium.org2012-07-301-15/+14
* Moving file_metadata files under content/browser/downloadcristian.patrasciuc@gmail.com2012-07-286-28/+220
* Added functionality such that on Linux, after downloading a file,cristian.patrasciuc@gmail.com2012-07-274-0/+244
* Download filename determination refactor (3/3)asanka@chromium.org2012-07-278-310/+186
* DownloadManager::Observer::OnDownloadCreatedbenjhayden@chromium.org2012-07-264-13/+56
* Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by ...jam@chromium.org2012-07-261-2/+1
* Move over a bunch of tests from browser_tests to content_browsertests.jam@chromium.org2012-07-261-18/+14
* Fix DownloadResourceHandler::OnReadCompleted to defer loading after consumingdarin@chromium.org2012-07-181-10/+8
* Move Rename functionality from DownloadFileManager to DownloadFileImple.rdsmith@chromium.org2012-07-1314-180/+301
* Change DownloadManagerImpl to operate on DownloadItemImpl rdsmith@chromium.org2012-07-1311-317/+521
* Add test for failing rename in BaseFileTest.asanka@chromium.org2012-07-122-1/+25
* Revert 146162 - Move Rename functionality from DownloadFileManager to Downloa...rdsmith@chromium.org2012-07-1114-301/+177
* Move Rename functionality from DownloadFileManager to DownloadFileImple.rdsmith@chromium.org2012-07-1114-177/+301
* Kill DownloadManagerImpl::save_page_downloads_benjhayden@chromium.org2012-07-113-57/+54
* Remove #pragma once from contentajwong@chromium.org2012-07-1123-24/+1
* Remove the code to wait on disconnected child processes to get the exit code....jam@chromium.org2012-07-091-0/+1
* Shifted DownloadFile to exporting DownloadInterruptReasons.rdsmith@chromium.org2012-07-038-57/+75
* Improve download performance statistics.rdsmith@chromium.org2012-07-034-25/+22
* Download filename determination refactor (2/3)asanka@chromium.org2012-07-025-26/+16
* Kill DownloadManagerImpl::history_downloads_.benjhayden@chromium.org2012-07-023-111/+75
* Refactors to simplify rename pathway in DownloadFileManager.rdsmith@chromium.org2012-07-027-221/+152
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-292-3/+5
* Revert 144817 - Refactors to simplify rename pathway in DownloadFileManager.bartfab@google.com2012-06-297-158/+227
* Rewrite guts of ResourceLoader and BufferedResourceHandler todarin@chromium.org2012-06-294-16/+10
* Refactors to simplify rename pathway in DownloadFileManager.rdsmith@chromium.org2012-06-287-227/+158
* Restructure error handling in downloads to be driven by DownloadItemImpl.rdsmith@chromium.org2012-06-266-87/+32
* Do the Windows source file annotation at the end of the download.rdsmith@chromium.org2012-06-263-7/+7
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-261-1/+3
* Removed checks for NULL DownloadManager in DownloadFileImpl.rdsmith@chromium.org2012-06-252-32/+20
* RefCounted types should not have public destructorsrsleevi@chromium.org2012-06-251-8/+7
* Change DownloadManagerImpl::downloads_ from a set to a map, and expose it as ...benjhayden@chromium.org2012-06-222-21/+31
* Remove vestiges of DownloadFileManager driven in progress updates.rdsmith@chromium.org2012-06-223-31/+0
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-221-1/+4
* Submitting ByteStream chrome class for Google C++ Readability Review.rdsmith@chromium.org2012-06-213-11/+73
* Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti...tedvessenes@gmail.com2012-06-211-14/+7
* Remove message_loop_helpers.h and update the includes to point to the new loc...tfarina@chromium.org2012-06-201-1/+1
* Implement a ResourceThrottle for URL overriding in Chrome on Android.mkosiba@chromium.org2012-06-201-2/+2
* Fix some errors when building in gcc 4.6dcheng@chromium.org2012-06-191-2/+2
* Keep shelf item visible when extension install blocked off-store.aa@chromium.org2012-06-192-3/+3
* Simplify DownloadResourceHandler constructor arguments.rdsmith@chromium.org2012-06-182-10/+5
* Simplifiy download initiation. rdsmith@chromium.org2012-06-1812-178/+178
* Coverity: Fix uninit constructor variable.kmadhusu@chromium.org2012-06-141-0/+1
* NetLogEventParameter to Callback refactoring 11. mmenke@chromium.org2012-06-146-422/+154
* Refactor the guts of ResourceDispatcherHostImpl into a new class nameddarin@chromium.org2012-06-142-9/+4
* TabContentsWrapper -> TabContents, part 57.avi@chromium.org2012-06-132-3/+3