summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/top_sites.cc
Commit message (Expand)AuthorAgeFilesLines
* Move RefCountedMemory Class to Base namespacesimon.hong81@gmail.com2012-05-021-1/+2
* RefCounted types should not have public destructors, chrome/browser/ part 1rsleevi@chromium.org2012-04-271-0/+2
* Move RefCountedBytes Class to base namespace.simon.hong81@gmail.com2012-04-201-9/+9
* Single URL Expires Were Not Being Deleted.mrossetti@chromium.org2012-04-171-4/+4
* Revert 132268 - Single URL Expires Were Not Being Deleted.mrossetti@chromium.org2012-04-131-4/+4
* Single URL Expires Were Not Being Deleted.mrossetti@chromium.org2012-04-131-4/+4
* Removes pinning code from TopSites as we no longer need it.sky@chromium.org2012-04-111-151/+6
* Changes TopSites to access blacklist from prefs when necessary. I'msky@chromium.org2012-04-091-10/+11
* Adds some debugging code to verify the dictionaries are non-null atsky@chromium.org2012-04-051-2/+2
* [Clean up] Rename NTP -> Ntp for readability / convention.dbeam@chromium.org2012-02-021-11/+11
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-2/+3
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-1/+1
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-2/+2
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-2/+2
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-1/+1
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-1/+1
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-221-1/+1
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-1/+1
* fix default most visited tile titleestade@chromium.org2011-11-301-1/+1
* [ntp4] Use highest quality jpeg compression for thumbnail images.csilv@chromium.org2011-11-281-1/+5
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* top sites: allow TopSites to return all 20 cached sitesestade@chromium.org2011-11-011-3/+3
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* ntp: refactor favicon / thumbnail fetching for prepopulated pagesestade@chromium.org2011-10-261-27/+32
* Most Visited: remove over-eager optimization that causes a lot of blank thumb...estade@chromium.org2011-10-201-1/+0
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-9/+10
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-11/+11
* Makes TopSites ignore navigations from a different profile.sky@chromium.org2011-10-121-1/+9
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-081-3/+8
* Revert 104597 - base::Bind: Complete cleanup of history/.acolwell@chromium.org2011-10-071-8/+3
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-071-3/+8
* base::Bind: Convert a few more instances.jhawkins@chromium.org2011-10-051-3/+3
* Makes TopSites not DCHECK if HistoryLoaded or MigrateFromHistory issky@chromium.org2011-09-231-2/+6
* B0;136;0cRe-enable TopSites in PrerenderManager, this time duplicating the in...tburkard@chromium.org2011-09-061-0/+2
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+1
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-1/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+1
* [ntp4] Bookmarks page implementation, first-pass.csilv@chromium.org2011-08-161-1/+1
* ntp4: make defaultestade@chromium.org2011-08-101-4/+2
* ntp: use web store as default mv tile instead of themes galleryestade@chromium.org2011-08-091-3/+3
* Change TopSites and History to use gfx::Image instead of SkBitmap in theirpinkerton@chromium.org2011-08-021-12/+7
* Re-land r93365 - add RefCountedStringjoth@chromium.org2011-07-221-2/+3
* Revert 93365 - it broke on Chrome OSjoth@chromium.org2011-07-211-3/+2
* Added RefCountedString, as this is what many RefCountedMemory users seem to wantjoth@chromium.org2011-07-211-2/+3
* base: Put md5.* into base namespace.tfarina@chromium.org2011-07-181-1/+1
* Resource cleanup and de-dupingestade@chromium.org2011-07-121-4/+11
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-8/+9
* Added debug checks to CancelableRequestConsumer to ensure proper thread usage.atwilson@chromium.org2011-06-141-5/+6
* Factor load notification detail structs out of NavigationController and into pinkerton@chromium.org2011-05-311-3/+3
* GTK: Query TopSites for the Most Visited pages and populate fill in the globa...erg@google.com2011-04-291-10/+13