summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_history.cc
Commit message (Expand)AuthorAgeFilesLines
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-011-5/+4
* Persist download interrupt reason, both target and current paths, url_chain, ...rdsmith@chromium.org2013-02-031-4/+13
* history: Rename history.h to history_service.htfarina@chromium.org2013-01-251-1/+1
* Remove CancelableRequest from HistoryService::*Download*benjhayden@chromium.org2012-12-071-9/+3
* Make DownloadHistory observe manager, itemsbenjhayden@chromium.org2012-11-201-110/+385
* DownloadHistory::Load use HistoryServiceFactory::GetForProfile not IfExistsbenjhayden@chromium.org2012-08-171-2/+2
* Kill DownloadItem::IsOtr()benjhayden@chromium.org2012-08-141-2/+1
* Fixing some more instances where I put in HistoryServiceFactory::GetForProfil...rlp@chromium.org2012-07-261-17/+16
* Removing usage of profile_->GetHistory() from the codebase in order to remove...rlp@chromium.org2012-06-191-8/+18
* Download filename determination refactor (1/3)asanka@chromium.org2012-05-301-5/+4
* Improve the UI for disabling off-store extension install.aa@chromium.org2012-05-271-3/+3
* Move DownloadPersistentStoreInfo to content\public\browser and into the conte...jam@chromium.org2012-03-111-1/+2
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-1/+3
* This split will facilitate testing DownloadQuery and other users of DownloadI...benjhayden@chromium.org2011-11-211-9/+9
* Add new UMA stats to get a handle on Downloads UI Usagebenjhayden@chromium.org2011-10-171-4/+1
* base::Bind: Final cleanups in chrome/browser/download.jhawkins@chromium.org2011-10-101-17/+5
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-081-16/+11
* Revert 104597 - base::Bind: Complete cleanup of history/.acolwell@chromium.org2011-10-071-11/+16
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-071-16/+11
* Retry r100017. This time, prevent a potential shutdown race by moving the cal...benjhayden@chromium.org2011-09-211-0/+11
* Revert 102126 - Make cancel remove cancelled download from active queues at t...rdsmith@chromium.org2011-09-211-3/+3
* Make cancel remove cancelled download from active queues at time of cancel.rdsmith@chromium.org2011-09-211-3/+3
* Revert 101510 - Make cancel remove cancelled download from active queues at t...rdsmith@chromium.org2011-09-161-3/+3
* Make cancel remove cancelled download from active queues at time of cancel.rdsmith@chromium.org2011-09-161-3/+3
* Revert 100017 - broke ProfileManagerTest.CreateProfileAsyncMultipleRequestsestade@chromium.org2011-09-071-11/+0
* Make a new integer field in sql::MetaTable (a per-profile db) containing a co...benjhayden@chromium.org2011-09-071-0/+11
* Revert 98656 - Make a new integer field in sql::MetaTable (a per-profile db) ...dmaclach@chromium.org2011-08-291-11/+0
* Make a new integer field in sql::MetaTable (a per-profile db) containing a co...benjhayden@chromium.org2011-08-291-0/+11
* Remove extensions code from download code. The delegate and other users in Ch...jam@chromium.org2011-08-231-1/+3
* Move DownloadHistoryInfo to content and rename it to DownloadPersistentStoreI...jam@chromium.org2011-08-221-2/+3
* Move DownloadHistory ownership and usage out from content to chrome. Download...jam@chromium.org2011-08-221-11/+4
* Move the core download files to content.jam@chromium.org2011-08-151-1/+1
* Revert 92870 - Modified cancel and interrupt processing to avoid race with hi...rdsmith@chromium.org2011-07-181-3/+3
* Modified cancel and interrupt processing to avoid race with history.rdsmith@chromium.org2011-07-181-3/+3
* Change GetVisitCountToHost() to GetVisibleVisitCountToHost(), and restrict it...pkasting@chromium.org2011-05-251-7/+7
* Fix leak of callback object in r86518.pkasting@chromium.org2011-05-251-0/+9
* For downloads requiring a user gesture, also require the user to have visited...pkasting@chromium.org2011-05-241-5/+33
* Part 2 of downloads data flow refactor.ahendrickson@chromium.org2011-05-231-5/+8
* Move:ben@chromium.org2010-12-021-1/+1
* Remove all FIXMEs in browser/estade@chromium.org2010-10-071-5/+5
* FBTF: Move ctors/dtors into cc files.erg@google.com2010-09-131-1/+1
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-011-0/+3
* Regression fix: Downloads page in Incognito mode works fine now.phajdan.jr@chromium.org2010-08-161-40/+2
* Fix a memory leak in all callers of DownloadHistory::Search.phajdan.jr@chromium.org2010-08-031-0/+1
* Download code cleanup patch of death:phajdan.jr@chromium.org2010-07-291-0/+151