summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/history_backend.cc
Commit message (Expand)AuthorAgeFilesLines
* Reduce console DLOG(INFO) spam in history_backend.isherman@chromium.org2010-09-231-2/+0
* Disables top sites until we get it in a better shape.sky@chromium.org2010-09-211-10/+13
* FBTF: Move ctors/dtors into cc files.erg@google.com2010-09-131-1/+1
* Reduce the number of files that recompile when changing template_url.h or tem...levin@chromium.org2010-08-311-3/+3
* Fix a crash in MigrateThumbnailsDatabase.nshkrob@chromium.org2010-08-261-3/+10
* Re-land r56742 now with correct database filesbrettw@chromium.org2010-08-211-8/+12
* Revert 56742 - A new field to describe the sources of history urls(visits) is...brettw@chromium.org2010-08-191-12/+8
* A new field to describe the sources of history urls(visits) is added. This fi...brettw@chromium.org2010-08-191-8/+12
* Regression fix: Downloads page in Incognito mode works fine now.phajdan.jr@chromium.org2010-08-161-11/+0
* Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default.nshkrob@chromium.org2010-08-101-2/+2
* Revert "Replace --top-sites flag with --no-top-sites flag. TopSites becomes t...phajdan.jr@chromium.org2010-08-061-2/+2
* Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default.nshkrob@chromium.org2010-08-061-2/+2
* Add Framework for History Quick Providermrossetti@chromium.org2010-08-041-1/+1
* Revert "Incorporate 'quick' history provider index as an autocomplete ..."phajdan.jr@chromium.org2010-07-301-1/+1
* Incorporate 'quick' history provider index as an autocomplete provider in pre...mrossetti@chromium.org2010-07-301-1/+1
* Header Cleanup: Remove unncessary include of sqlite_utils.h in some files.tfarina@chromium.org2010-07-171-1/+0
* Store the version info in the History DB's meta table.nshkrob@chromium.org2010-07-011-2/+3
* Rename the Thumbnails database file to Favicons.nshkrob@chromium.org2010-06-301-2/+13
* Migration to TopSites from ThumbnailDatabase.nshkrob@chromium.org2010-06-231-0/+13
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-231-7/+7
* Convert page contents grabbing from wide to UTF16. The current code is a bitbrettw@chromium.org2010-06-111-2/+2
* Adding HistoryService::QueryMostVisitedURLs and tests. brettw@chromium.org2010-05-171-0/+54
* Fix for bug 37909: "Clear All" in incognito downloads window will clear all, ...georgey@chromium.org2010-04-301-0/+9
* Update typed_url sync to support visits.zork@chromium.org2010-04-301-1/+54
* Update sync to support syncing of typed urlszork@chromium.org2010-03-181-1/+30
* Change so that the extension favicon is read on the UI thread since extension...arv@chromium.org2010-03-171-3/+4
* Implement edit mode for history page.jochen@chromium.org2010-03-051-4/+5
* Fixes two related bugs:sky@chromium.org2009-12-181-4/+4
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-12-021-0/+1
* Seventh patch in making destructors of refcounted objects private.jam@chromium.org2009-11-061-0/+4
* Eliminate QueryOptions::most_recent_visit_only. All non-unittest consumers o...pkasting@chromium.org2009-11-031-1/+0
* Unittest for fix to allow navigation when there is no history DB.pkasting@chromium.org2009-11-021-2/+3
* Show a warning when the history files can't be read correctly.pkasting@chromium.org2009-10-301-2/+4
* Convert history to use new sql wrappers. Enhance wrappers in several ways tobrettw@chromium.org2009-10-021-1/+1
* Add some new histograms for history, and UMA-enable a few others.brettw@chromium.org2009-09-231-6/+6
* Some history backend fixes for database corruption.shess@chromium.org2009-09-171-0/+9
* While importing favicon, make sure there is an entry in the history db.kuchhal@chromium.org2009-09-111-7/+24
* Convert internal time format to Windows 1601 epoch on Linux & Mac.brettw@chromium.org2009-08-261-0/+13
* Make ThumbnailStore broadcast a notification when it has finished reading thu...meelapshah@chromium.org2009-07-281-5/+5
* Fix memory leak in VisitSegmentDatabase::QuerySegmentUsage and HistoryBackend...meelapshah@chromium.org2009-07-231-2/+3
* Moved typedef of RedirectList from HistoryService class to history namespace.meelapshah@chromium.org2009-07-011-12/+12
* Temporary fix for page_cycler perf regression.meelapshah@chromium.org2009-07-011-1/+3
* Add a function to the History to return a list of the top n visited URLs wher...meelapshah@chromium.org2009-07-011-0/+30
* Fix: Certain redirections remove sites from the historyyuzo@chromium.org2009-07-011-3/+4
* Add a function to the History{Service,Backend} to query for a list of redirec...meelapshah@chromium.org2009-06-301-0/+49
* Fix potential memleak in AddPagesWithDetails. Not a biggie finnur@chromium.org2009-06-301-4/+4
* Searching by keyword now generates a visit against the site with asky@chromium.org2009-04-271-10/+18
* This CL adds some UI to remove most-visited thumbnails from the New Tab Page.jcampan@chromium.org2009-04-131-2/+3
* History import was exercising a codepath that didn't have code to update Hist...glen@chromium.org2009-03-241-0/+6
* Ports all of the chrome/browser/history code to use FilePath, exceptestade@chromium.org2009-03-181-19/+12