summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/top_sites_database.cc
Commit message (Expand)AuthorAgeFilesLines
* Move thumbnail to history componentnaiem.shaik@gmail.com2014-06-111-1/+1
* Remove obsolete #includesdefresne@chromium.org2014-05-091-1/+2
* Fix sql recovery percentage-recovered histogram.shess@chromium.org2013-12-131-1/+1
* [sql] Recovery code for "Top Sites" database.shess@chromium.org2013-12-081-4/+274
* [sql] Rearrange TopSites database code in prep for recovery code.shess@chromium.org2013-11-221-78/+69
* Adding support for forced URLs to TopSites.beaudoin@chromium.org2013-11-121-0/+3
* Adding last_forced column to thumbnails database.beaudoin@chromium.org2013-10-291-69/+150
* Rewrite Thumbnail and Top Sites test with golden files.shess@chromium.org2013-09-101-0/+5
* Remove thumbnail migration code from history.shess@chromium.org2013-08-221-7/+3
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* This updates and cleans up the chrome diagnostics mode so that it includes so...gspencer@chromium.org2013-07-091-1/+0
* Use sql::Connection::Delete() in history.shess@chromium.org2013-06-251-3/+1
* Use a direct include of strings headers in chrome/browser/e*-h*/.avi@chromium.org2013-06-101-1/+1
* Histogram versions and extended error codes for SQLite databases.shess@chromium.org2013-05-151-1/+1
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-05-091-2/+2
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-281-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-2/+2
* Bake targeted error histogram support directly into sql::Connection.shess@chromium.org2013-01-031-1/+1
* Move url_databse back to historykaiwang@chromium.org2012-10-021-1/+0
* introduce chrome/browser/common directory and move url_database(and its depen...kaiwang@chromium.org2012-09-201-0/+1
* Revert 157475 - Introduce chrome/browser/common directory and move url_databa...kaiwang@chromium.org2012-09-191-1/+0
* Introduce chrome/browser/common directory and move url_database(and its depen...kaiwang@chromium.org2012-09-191-0/+1
* Move RefCountedBytes Class to base namespace.simon.hong81@gmail.com2012-04-201-2/+3
* Database usage adjustment for .../historygbillock@chromium.org2012-01-181-46/+19
* Move app/sql/* files to sql/ directory.tfarina@chromium.org2011-07-191-2/+2
* Don't show blank thumbnails in the most visited section of the ntp.estade@chromium.org2011-07-011-1/+2
* Add load_completed property to ThumbnailScore.satorux@chromium.org2011-05-311-9/+43
* Revert 87264 - Add load_completed property to ThumbnailScore.satorux@chromium.org2011-05-311-43/+9
* Add load_completed property to ThumbnailScore.satorux@chromium.org2011-05-311-9/+43
* 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