summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/top_sites_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Makes TopSites not DCHECK if HistoryLoaded or MigrateFromHistory issky@chromium.org2011-09-231-1/+52
* Change TopSites and History to use gfx::Image instead of SkBitmap in theirpinkerton@chromium.org2011-08-021-44/+40
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-011-1/+1
* Re-land r93365 - add RefCountedStringjoth@chromium.org2011-07-221-5/+5
* Revert 93365 - it broke on Chrome OSjoth@chromium.org2011-07-211-5/+5
* Added RefCountedString, as this is what many RefCountedMemory users seem to wantjoth@chromium.org2011-07-211-5/+5
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-1/+1
* Move WebUI ntp files into new ntp directory.estade@chromium.org2011-04-281-1/+1
* Revert 83062 - Move WebUI ntp files into new ntp directory.And add myself to ...estade@chromium.org2011-04-261-1/+1
* Move WebUI ntp files into new ntp directory.estade@chromium.org2011-04-261-1/+1
* Add TopSites::GetTemporaryThumbnailScore().satorux@chromium.org2011-04-121-0/+5
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Lands http://code.google.com/p/chromium/issues/detail?id=71571 forsky@chromium.org2011-03-081-26/+8
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* WebUI: Move the remaining files from chrome/browser/webui to chrome/browser/u...tfarina@chromium.org2011-02-271-1/+1
* WebUI: Move chrome/browser/dom_ui/ to chrome/browser/webui/.tfarina@chromium.org2011-02-221-2/+2
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Remove TopSites::IsEnabled() as well as related dead code.satorux@chromium.org2011-01-181-1/+0
* A quick fix for TopSitesMigrationTest.Migrate.hbono@chromium.org2011-01-171-0/+11
* Attempt 2 at landing top sites refactor:sky@chromium.org2010-10-271-923/+929
* Coverity: Fix several pass-by-values.jhawkins@chromium.org2010-10-261-1/+1
* Revert 63687 - Refactors TopSites so that it's hopefully easier to maintain andsky@chromium.org2010-10-241-919/+925
* Refactors TopSites so that it's hopefully easier to maintain andsky@chromium.org2010-10-241-925/+919
* FBTF: More ctor/dtor cleanup.erg@google.com2010-10-141-3/+3
* Rename ChromeThread to BrowserThread Part20:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part11:tfarina@chromium.org2010-10-101-15/+15
* Updates to NTP per UI review:aa@chromium.org2010-09-141-0/+5
* Fix broken thumbnails for sites with redirects.nshkrob@chromium.org2010-08-231-0/+44
* Remove web store icon from most visited per Glen.aa@chromium.org2010-08-191-48/+0
* Add TopSites::ProcessPendingCallbacks and call it after ReadDatabase.nshkrob@chromium.org2010-08-131-1/+3
* FBTF: Forward declare everything possible in testing_profile.herg@google.com2010-08-131-1/+4
* Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default.nshkrob@chromium.org2010-08-101-26/+38
* Convert occurrences of WideToUTF{8,16}(l10n_util::GetString...() ...viettrungluu@chromium.org2010-08-081-3/+3
* Revert "Replace --top-sites flag with --no-top-sites flag. TopSites becomes t...phajdan.jr@chromium.org2010-08-061-38/+26
* Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default.nshkrob@chromium.org2010-08-061-26/+38
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Unpin deleted URLs + better deleting algorithm.nshkrob@chromium.org2010-07-281-0/+74
* Fix the pinning algorithm so that pinned URLs are not shifted during insertio...nshkrob@chromium.org2010-07-271-0/+30
* Move blacklisting and pinned URLs from MostVisitedURLs to TopSites.nshkrob@chromium.org2010-07-231-18/+285
* Reverting 53376bradnelson@google.com2010-07-221-285/+18
* Move blacklisting and pinned URLs from MostVisitedURLs to TopSites.nshkrob@chromium.org2010-07-221-18/+285
* Fix a segfault in DeleteNotifications test caused by an invalid C-cast.nshkrob@chromium.org2010-07-221-8/+8
* Marking TopSitesTest.DeleteNotifications as DISABLEDdhollowa@chromium.org2010-07-211-1/+3
* Fix missing thumbnails for new profile with TopSites.nshkrob@chromium.org2010-07-191-3/+46
* Fix the race condition on TopSites initialization.nshkrob@chromium.org2010-06-281-40/+181
* Migration to TopSites from ThumbnailDatabase.nshkrob@chromium.org2010-06-231-0/+53
* Adding TopSitesDatabase::UpdatePageRank to update rank without erasing the th...nshkrob@chromium.org2010-06-161-10/+26
* Move all database accesses to the DB thread.nshkrob@chromium.org2010-06-141-27/+51
* 1. Create and use the TopSites database file.nshkrob@chromium.org2010-06-091-0/+61