summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/top_sites.h
Commit message (Expand)AuthorAgeFilesLines
* Move RefCountedMemory Class to Base namespacesimon.hong81@gmail.com2012-05-021-2/+6
* Move RefCountedBytes Class to base namespace.simon.hong81@gmail.com2012-04-201-4/+4
* Removes pinning code from TopSites as we no longer need it.sky@chromium.org2012-04-111-32/+2
* Changes TopSites to access blacklist from prefs when necessary. I'msky@chromium.org2012-04-091-10/+1
* Remove temporary redirect header and DEPS exception for cancelable_request.hjoi@chromium.org2011-12-271-2/+2
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-211-1/+1
* ntp: refactor favicon / thumbnail fetching for prepopulated pagesestade@chromium.org2011-10-261-1/+17
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-5/+5
* base::Bind: Convert a few more instances.jhawkins@chromium.org2011-10-051-3/+4
* Makes TopSites not DCHECK if HistoryLoaded or MigrateFromHistory issky@chromium.org2011-09-231-1/+3
* Change TopSites and History to use gfx::Image instead of SkBitmap in theirpinkerton@chromium.org2011-08-021-3/+3
* Resource cleanup and de-dupingestade@chromium.org2011-07-121-3/+3
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-3/+6
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-1/+1
* Added debug checks to CancelableRequestConsumer to ensure proper thread usage.atwilson@chromium.org2011-06-141-1/+4
* GTK: Query TopSites for the Most Visited pages and populate fill in the globa...erg@google.com2011-04-291-0/+2
* Attempt at making new tab page more up to date during first run. Whensky@chromium.org2011-04-281-1/+5
* Add TopSites::GetTemporaryThumbnailScore().satorux@chromium.org2011-04-121-0/+5
* Get rid of PrefService::GetMutableDictionary/GetMutableListbattre@chromium.org2011-04-051-2/+2
* 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