summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/top_sites.cc
Commit message (Expand)AuthorAgeFilesLines
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-1/+1
* history: Extract HistoryDBTask into its own header file.tfarina@chromium.org2013-02-081-0/+1
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.rsleevi@chromium.org2013-02-071-2/+2
* 1. Open HelpApp instead of go to Get Started web url on OOBE.cylee@chromium.org2012-12-071-34/+3
* Adds support for creating a gfx::Image from multi resolution raw data.pkotwicz@chromium.org2012-12-051-1/+1
* TopSites and TopSitesBackend stop depending on CancelabelRequestkaiwang@chromium.org2012-11-061-32/+31
* Cancelable task posting with TaskRunner. This to replace chrome/browser/commo...kaiwang@chromium.org2012-11-031-10/+8
* Add method to load resources without scaleoshima@chromium.org2012-11-011-3/+4
* Revert r165444 "Add method to load resources without scale"oshima@chromium.org2012-11-011-4/+3
* Add method to load resources without scaleoshima@chromium.org2012-11-011-3/+4
* First installment of thumbnail updates: introducing ThumbnailService.motek@chromium.org2012-10-161-4/+4
* Switch to new thumbnail images of GSG on ChromeOS NTP.yoshiki@chromium.org2012-10-121-1/+1
* Make the mobile welcome page the only default most visited pagecjhopman@chromium.org2012-08-171-0/+9
* Fixing the way history service factory access the history (i.e., when it crea...rlp@chromium.org2012-07-131-5/+5
* This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...benrg@chromium.org2012-07-111-1/+0
* Add HiDPI webstore icons. Use them on NTP and extensions domui.thakis@chromium.org2012-07-031-0/+1
* Reverting since this did not fix so I can revert the original change in the h...rlp@chromium.org2012-06-251-5/+5
* ChromeOS: Initial NTP shows Chrome OS getting started page thumbnail instead ...yoshiki@chromium.org2012-06-251-4/+40
* Fixing the way HistoryServiceFactory access the history service and updated a...rlp@chromium.org2012-06-221-5/+5
* Removing usage of profile_->GetHistory() from the codebase in order to remove...rlp@chromium.org2012-06-191-9/+13
* Revert "Revert 137734 - Select theme resources from ResourceBundle at request...flackr@chromium.org2012-05-241-1/+3
* Revert 137734 - Select theme resources from ResourceBundle at requested scale...fischman@chromium.org2012-05-171-3/+1
* Select theme resources from ResourceBundle at requested scale factor.flackr@chromium.org2012-05-171-1/+3
* 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