summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui/most_visited_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix the race condition on TopSites initialization.nshkrob@chromium.org2010-06-281-13/+23
* Add command line flag --top-sites to replace the thumbnail store flag.brettw@chromium.org2010-05-191-0/+33
* Adds support to collect UMA data for the mostvisited featurejochen@chromium.org2010-04-201-0/+6
* chrome 5: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-3/+6
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* linux: build with -Wextraevan@chromium.org2010-02-051-3/+3
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+1
* Revert 33301 and 33305 due to unit_tests breakage.maruel@chromium.org2009-11-301-1/+0
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+1
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-251-9/+5
* Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco...jamesr@chromium.org2009-11-201-12/+6
* Coverity: Fix unnecessary Singleton object instantiation.mattm@chromium.org2009-11-051-2/+2
* Convert chrome_url_data_manager (previously a global) into a Singleton. Thistony@chromium.org2009-10-301-2/+3
* Revert "Convert chrome_url_data_manager (previously a global) into a"tony@chromium.org2009-10-301-3/+2
* Convert chrome_url_data_manager (previously a global) into atony@chromium.org2009-10-301-2/+3
* Fix unit test memory leak introduced by my ChromeThread change.jam@chromium.org2009-10-291-6/+16
* First of several patches to get rid of MessageLoop caching now that we have C...jam@chromium.org2009-10-281-14/+12
* Remove old NTParv@chromium.org2009-10-121-8/+3
* Revert "Revert "Start the database query for the new tab page results as soon""tony@chromium.org2009-10-091-35/+74
* Revert "Start the database query for the new tab page results astony@chromium.org2009-10-091-66/+30
* Start the database query for the new tab page results as soontony@chromium.org2009-10-091-30/+66
* Move MostVisitedHandler into a separate file because it's big.tony@chromium.org2009-10-081-0/+414