| Commit message (Expand) | Author | Age | Files | Lines |
* | [Downloads] Persist ETag and Last-Modified headers. | asanka@chromium.org | 2013-08-08 | 1 | -0/+6 |
* | Mark files downloaded by extensions. | benjhayden@chromium.org | 2013-07-31 | 1 | -2/+25 |
* | Persist download ids across sessions by merging them with db_handles. | benjhayden@chromium.org | 2013-07-12 | 1 | -93/+66 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in chrome/. | dcheng@chromium.org | 2013-06-12 | 1 | -3/+1 |
* | chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST. | tfarina@chromium.org | 2013-05-01 | 1 | -5/+4 |
* | Persist download interrupt reason, both target and current paths, url_chain, ... | rdsmith@chromium.org | 2013-02-03 | 1 | -4/+13 |
* | history: Rename history.h to history_service.h | tfarina@chromium.org | 2013-01-25 | 1 | -1/+1 |
* | Remove CancelableRequest from HistoryService::*Download* | benjhayden@chromium.org | 2012-12-07 | 1 | -9/+3 |
* | Make DownloadHistory observe manager, items | benjhayden@chromium.org | 2012-11-20 | 1 | -110/+385 |
* | DownloadHistory::Load use HistoryServiceFactory::GetForProfile not IfExists | benjhayden@chromium.org | 2012-08-17 | 1 | -2/+2 |
* | Kill DownloadItem::IsOtr() | benjhayden@chromium.org | 2012-08-14 | 1 | -2/+1 |
* | Fixing some more instances where I put in HistoryServiceFactory::GetForProfil... | rlp@chromium.org | 2012-07-26 | 1 | -17/+16 |
* | Removing usage of profile_->GetHistory() from the codebase in order to remove... | rlp@chromium.org | 2012-06-19 | 1 | -8/+18 |
* | Download filename determination refactor (1/3) | asanka@chromium.org | 2012-05-30 | 1 | -5/+4 |
* | Improve the UI for disabling off-store extension install. | aa@chromium.org | 2012-05-27 | 1 | -3/+3 |
* | Move DownloadPersistentStoreInfo to content\public\browser and into the conte... | jam@chromium.org | 2012-03-11 | 1 | -1/+2 |
* | Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public... | jam@chromium.org | 2011-12-20 | 1 | -1/+3 |
* | This split will facilitate testing DownloadQuery and other users of DownloadI... | benjhayden@chromium.org | 2011-11-21 | 1 | -9/+9 |
* | Add new UMA stats to get a handle on Downloads UI Usage | benjhayden@chromium.org | 2011-10-17 | 1 | -4/+1 |
* | base::Bind: Final cleanups in chrome/browser/download. | jhawkins@chromium.org | 2011-10-10 | 1 | -17/+5 |
* | base::Bind: Complete cleanup of history/. | jhawkins@chromium.org | 2011-10-08 | 1 | -16/+11 |
* | Revert 104597 - base::Bind: Complete cleanup of history/. | acolwell@chromium.org | 2011-10-07 | 1 | -11/+16 |
* | base::Bind: Complete cleanup of history/. | jhawkins@chromium.org | 2011-10-07 | 1 | -16/+11 |
* | Retry r100017. This time, prevent a potential shutdown race by moving the cal... | benjhayden@chromium.org | 2011-09-21 | 1 | -0/+11 |
* | Revert 102126 - Make cancel remove cancelled download from active queues at t... | rdsmith@chromium.org | 2011-09-21 | 1 | -3/+3 |
* | Make cancel remove cancelled download from active queues at time of cancel. | rdsmith@chromium.org | 2011-09-21 | 1 | -3/+3 |
* | Revert 101510 - Make cancel remove cancelled download from active queues at t... | rdsmith@chromium.org | 2011-09-16 | 1 | -3/+3 |
* | Make cancel remove cancelled download from active queues at time of cancel. | rdsmith@chromium.org | 2011-09-16 | 1 | -3/+3 |
* | Revert 100017 - broke ProfileManagerTest.CreateProfileAsyncMultipleRequests | estade@chromium.org | 2011-09-07 | 1 | -11/+0 |
* | Make a new integer field in sql::MetaTable (a per-profile db) containing a co... | benjhayden@chromium.org | 2011-09-07 | 1 | -0/+11 |
* | Revert 98656 - Make a new integer field in sql::MetaTable (a per-profile db) ... | dmaclach@chromium.org | 2011-08-29 | 1 | -11/+0 |
* | Make a new integer field in sql::MetaTable (a per-profile db) containing a co... | benjhayden@chromium.org | 2011-08-29 | 1 | -0/+11 |
* | Remove extensions code from download code. The delegate and other users in Ch... | jam@chromium.org | 2011-08-23 | 1 | -1/+3 |
* | Move DownloadHistoryInfo to content and rename it to DownloadPersistentStoreI... | jam@chromium.org | 2011-08-22 | 1 | -2/+3 |
* | Move DownloadHistory ownership and usage out from content to chrome. Download... | jam@chromium.org | 2011-08-22 | 1 | -11/+4 |
* | Move the core download files to content. | jam@chromium.org | 2011-08-15 | 1 | -1/+1 |
* | Revert 92870 - Modified cancel and interrupt processing to avoid race with hi... | rdsmith@chromium.org | 2011-07-18 | 1 | -3/+3 |
* | Modified cancel and interrupt processing to avoid race with history. | rdsmith@chromium.org | 2011-07-18 | 1 | -3/+3 |
* | Change GetVisitCountToHost() to GetVisibleVisitCountToHost(), and restrict it... | pkasting@chromium.org | 2011-05-25 | 1 | -7/+7 |
* | Fix leak of callback object in r86518. | pkasting@chromium.org | 2011-05-25 | 1 | -0/+9 |
* | For downloads requiring a user gesture, also require the user to have visited... | pkasting@chromium.org | 2011-05-24 | 1 | -5/+33 |
* | Part 2 of downloads data flow refactor. | ahendrickson@chromium.org | 2011-05-23 | 1 | -5/+8 |
* | Move: | ben@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Remove all FIXMEs in browser/ | estade@chromium.org | 2010-10-07 | 1 | -5/+5 |
* | FBTF: Move ctors/dtors into cc files. | erg@google.com | 2010-09-13 | 1 | -1/+1 |
* | FBTF: Move more ctors/dtors from headers to implementation. | erg@google.com | 2010-09-01 | 1 | -0/+3 |
* | Regression fix: Downloads page in Incognito mode works fine now. | phajdan.jr@chromium.org | 2010-08-16 | 1 | -40/+2 |
* | Fix a memory leak in all callers of DownloadHistory::Search. | phajdan.jr@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Download code cleanup patch of death: | phajdan.jr@chromium.org | 2010-07-29 | 1 | -0/+151 |