summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/download_database.cc
Commit message (Expand)AuthorAgeFilesLines
* Check dbg_statement.Succeeded() in RemoveDownloadsBetween.benjhayden@chromium.org2011-11-211-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Add new UMA stats to get a handle on Downloads UI Usagebenjhayden@chromium.org2011-10-171-36/+42
* Coverity: Fix uninitialized member variables.kmadhusu@chromium.org2011-09-271-0/+1
* Retry r100017. This time, prevent a potential shutdown race by moving the cal...benjhayden@chromium.org2011-09-211-1/+11
* Some checks to narrow in on duplicate history ids from history DB.rdsmith@chromium.org2011-09-191-5/+44
* Revert 100017 - broke ProfileManagerTest.CreateProfileAsyncMultipleRequestsestade@chromium.org2011-09-071-14/+3
* Make a new integer field in sql::MetaTable (a per-profile db) containing a co...benjhayden@chromium.org2011-09-071-3/+14
* Revert 98656 - Make a new integer field in sql::MetaTable (a per-profile db) ...dmaclach@chromium.org2011-08-291-14/+3
* Make a new integer field in sql::MetaTable (a per-profile db) containing a co...benjhayden@chromium.org2011-08-291-3/+14
* Move DownloadHistoryInfo to content and rename it to DownloadPersistentStoreI...jam@chromium.org2011-08-221-4/+5
* Move the core download files to content.jam@chromium.org2011-08-151-1/+1
* Move app/sql/* files to sql/ directory.tfarina@chromium.org2011-07-191-1/+1
* Part 2 of downloads data flow refactor.ahendrickson@chromium.org2011-05-231-6/+6
* Check all redirect URLs against download safebrowsing list.mattm@chromium.org2011-04-201-3/+3
* Detect download errors.ahendrickson@chromium.org2011-04-071-1/+2
* FBTF: Move ctors/dtors into cc files.erg@google.com2010-09-131-1/+1
* Regression fix: Downloads page in Incognito mode works fine now.phajdan.jr@chromium.org2010-08-161-18/+0
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-1/+0
* Download code cleanup: split big files into smaller one.phajdan.jr@chromium.org2010-07-161-1/+1
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-231-5/+6
* Fix for bug 37909: "Clear All" in incognito downloads window will clear all, ...georgey@chromium.org2010-04-301-0/+10
* Use utf_string_conversions header in more places.maruel@chromium.org2009-12-111-1/+1
* Convert history to use new sql wrappers. Enhance wrappers in several ways tobrettw@chromium.org2009-10-021-82/+103
* NO CODE CHANGE.maruel@google.com2009-03-051-2/+5
* Change url wstrings to GURLSestade@chromium.org2009-02-121-2/+4
* Correct sqlite wrapper behavior on systems where wchar_t is UTF-32,phajdan.jr@chromium.org2009-01-301-2/+2
* Fix two bugs that resulted in misplaced downloads and missingpaulg@google.com2009-01-211-1/+2
* Convert download manager to FilePath.estade@chromium.org2009-01-061-2/+3
* Unbreak unit tests. Revert r7564.estade@chromium.org2009-01-051-3/+2
* * switch download manager to using FilePathestade@chromium.org2009-01-051-2/+3
* Port some files in chrome/browser/ - part 1.deanm@chromium.org2008-11-251-2/+2
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-1/+2
* This CL adds prompting for dangerous types of files (executable) when they ar...jcampan@chromium.org2008-10-101-0/+14
* Move the download code to new directories:paulg@google.com2008-09-131-1/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add chrome to the repository.initial.commit2008-07-261-0/+188