summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/top_sites_database.cc
Commit message (Expand)AuthorAgeFilesLines
* base: Move StringSplitAlongWhitespace to string_split.htfarina@chromium.org2010-11-151-2/+3
* Fixes bug in TopSitesDB where it could end up crashing if thumbnailsky@chromium.org2010-11-041-6/+6
* Tweaks to improve memory consumption by TopSites. The biggest culpritsky@chromium.org2010-11-021-2/+2
* Attempt 2 at landing top sites refactor:sky@chromium.org2010-10-271-58/+104
* Revert 63687 - Refactors TopSites so that it's hopefully easier to maintain andsky@chromium.org2010-10-241-1/+2
* Refactors TopSites so that it's hopefully easier to maintain andsky@chromium.org2010-10-241-2/+1
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-231-0/+3
* Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default.nshkrob@chromium.org2010-08-101-7/+8
* Revert "Replace --top-sites flag with --no-top-sites flag. TopSites becomes t...phajdan.jr@chromium.org2010-08-061-8/+7
* Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default.nshkrob@chromium.org2010-08-061-7/+8
* Fix missing thumbnails for new profile with TopSites.nshkrob@chromium.org2010-07-191-2/+5
* Adding TopSitesDatabase::UpdatePageRank to update rank without erasing the th...nshkrob@chromium.org2010-06-161-17/+83
* Move all database accesses to the DB thread.nshkrob@chromium.org2010-06-141-20/+31
* 1. Create and use the TopSites database file.nshkrob@chromium.org2010-06-091-2/+1
* 1. Write thumbnail to the database on SetPageThumbnail.nshkrob@chromium.org2010-06-021-9/+24
* Adding an SQLite database for TopSites.nshkrob@chromium.org2010-06-011-0/+235