summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui/most_visited_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* 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