summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/top_sites.h
Commit message (Expand)AuthorAgeFilesLines
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Delete the temporary headers left behind in chrome\browser. I've left browse...jam@chromium.org2011-03-011-1/+1
* Add heuristics to skip thumbnail generation when it's unnecessary.satorux@chromium.org2011-01-271-2/+18
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* Remove TopSites::IsEnabled() as well as related dead code.satorux@chromium.org2011-01-181-3/+0
* Cleanup: Remove unneeded includes of notification_service.h in other headers.thestig@chromium.org2010-12-151-1/+0
* Cleanup: Remove unneeded browser_thread.h usage.thestig@chromium.org2010-12-131-1/+1
* Add pyauto hook for getting and manipulating the data underneath the NTP.kkania@chromium.org2010-11-191-4/+11
* Tweaks to improve memory consumption by TopSites. The biggest culpritsky@chromium.org2010-11-021-3/+13
* Attempt 2 at landing top sites refactor:sky@chromium.org2010-10-271-183/+154
* Coverity: Fix several pass-by-values.jhawkins@chromium.org2010-10-261-5/+6
* Revert 63687 - Refactors TopSites so that it's hopefully easier to maintain andsky@chromium.org2010-10-241-135/+181
* Refactors TopSites so that it's hopefully easier to maintain andsky@chromium.org2010-10-241-181/+135
* Rename ChromeThread to BrowserThread Part20:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part11:tfarina@chromium.org2010-10-101-2/+2
* Disables top sites until we get it in a better shape.sky@chromium.org2010-09-211-0/+3
* Updates to NTP per UI review:aa@chromium.org2010-09-141-0/+3
* Fix broken thumbnails for sites with redirects.nshkrob@chromium.org2010-08-231-0/+1
* Remove web store icon from most visited per Glen.aa@chromium.org2010-08-191-9/+0
* Add TopSites::ProcessPendingCallbacks and call it after ReadDatabase.nshkrob@chromium.org2010-08-131-3/+7
* Remove (deprecated) wstring version of DictionaryValue::RemoveWithoutPathExpa...viettrungluu@chromium.org2010-08-131-2/+2
* Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default.nshkrob@chromium.org2010-08-101-22/+27
* Revert "Replace --top-sites flag with --no-top-sites flag. TopSites becomes t...phajdan.jr@chromium.org2010-08-061-27/+22
* Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default.nshkrob@chromium.org2010-08-061-22/+27
* Unpin deleted URLs + better deleting algorithm.nshkrob@chromium.org2010-07-281-0/+4
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Move blacklisting and pinned URLs from MostVisitedURLs to TopSites.nshkrob@chromium.org2010-07-231-2/+79
* Reverting 53376bradnelson@google.com2010-07-221-79/+2
* Move blacklisting and pinned URLs from MostVisitedURLs to TopSites.nshkrob@chromium.org2010-07-221-2/+79
* Fix the compile for good. Used a wrong value in one of FRIEND_TEST_ALL_PREFIX...phajdan.jr@chromium.org2010-07-211-1/+1
* Fix compile by using FRIEND_TEST_ALL_PREFIXES.phajdan.jr@chromium.org2010-07-211-9/+10
* Fix missing thumbnails for new profile with TopSites.nshkrob@chromium.org2010-07-191-0/+12
* Fix the race condition on TopSites initialization.nshkrob@chromium.org2010-06-281-4/+21
* Migration to TopSites from ThumbnailDatabase.nshkrob@chromium.org2010-06-231-6/+25
* Adding TopSitesDatabase::UpdatePageRank to update rank without erasing the th...nshkrob@chromium.org2010-06-161-2/+17
* Move all database accesses to the DB thread.nshkrob@chromium.org2010-06-141-6/+18
* 1. Create and use the TopSites database file.nshkrob@chromium.org2010-06-091-2/+21
* 1. Write thumbnail to the database on SetPageThumbnail.nshkrob@chromium.org2010-06-021-5/+6
* Adding an SQLite database for TopSites.nshkrob@chromium.org2010-06-011-1/+2
* Adding a mock database layer.nshkrob@chromium.org2010-05-241-8/+23
* Revert 48061 - Adding a mock database layer.skrul@chromium.org2010-05-241-23/+8
* Adding a mock database layer.nshkrob@chromium.org2010-05-241-8/+23
* Add command line flag --top-sites to replace the thumbnail store flag.brettw@chromium.org2010-05-191-4/+10
* Adding HistoryService::QueryMostVisitedURLs and tests. brettw@chromium.org2010-05-171-10/+4
* Add TopSites::GetMostVisitedURLs and unittest for it using MockHistoryService.brettw@chromium.org2010-05-131-8/+47
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-6/+6
* First fix to minimize copying of image data.erg@google.com2009-10-191-1/+1
* Add some initial code for the top sites service. This will be a replacement forbrettw@chromium.org2009-10-021-0/+130