summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui/new_tab_ui.cc
Commit message (Expand)AuthorAgeFilesLines
* fix buildtony@chromium.org2009-11-241-0/+1
* Merge in part of the last perf change. Move when we initializetony@chromium.org2009-11-241-19/+23
* Revert "Move the NTP HTML generation to early so we can avoid an extra"tony@chromium.org2009-11-241-19/+17
* Move the NTP HTML generation to early so we can avoid an extratony@chromium.org2009-11-241-17/+19
* Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco...jamesr@chromium.org2009-11-201-12/+4
* Implement a NTP resource cache. Instead of re-generating thetony@chromium.org2009-11-191-337/+31
* Tweaks and fixes for NTP extension promo.mirandac@chromium.org2009-11-181-13/+8
* Revert 32176 - Tweaks and fixes for NTP extension promo.mirandac@chromium.org2009-11-181-8/+11
* Use plain strings instead of wstrings for UMA actionsevan@chromium.org2009-11-171-1/+2
* Tweaks and fixes for NTP extension promo.mirandac@chromium.org2009-11-171-11/+8
* Plumb through off the record state from the URL request to thetony@chromium.org2009-11-171-3/+5
* Add message and image to NTP to promote extensions and bookmark sync.mirandac@chromium.org2009-11-151-2/+42
* NTP: Hide "Make this my home page" after setting the home page.arv@chromium.org2009-11-121-21/+19
* Turn on sync for OS X (behind an --enable-sync switch).akalin@chromium.org2009-11-121-4/+2
* Fix a bug where we would cache the incognito profile pointer intony@chromium.org2009-11-101-11/+10
* Revert "Revert r31175 r31176 r31187"hclam@chromium.org2009-11-061-0/+2
* Rever r31175 r31176 r31187hclam@chromium.org2009-11-061-2/+0
* Fifth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-061-0/+2
* Coverity: Fix unnecessary Singleton object instantiation.mattm@chromium.org2009-11-051-3/+3
* Convert chrome_url_data_manager (previously a global) into a Singleton. Thistony@chromium.org2009-10-301-3/+4
* Revert "Convert chrome_url_data_manager (previously a global) into a"tony@chromium.org2009-10-301-4/+3
* Convert chrome_url_data_manager (previously a global) into atony@chromium.org2009-10-301-3/+4
* Some new tab ui fixes.tony@chromium.org2009-10-291-7/+14
* NTP: Allow hiding tips and bookmark sync.arv@chromium.org2009-10-291-0/+27
* Only use std::string when generating the NTP CSS. This savestony@chromium.org2009-10-291-0/+1
* Call Release instead of deleteing the object directly.jam@chromium.org2009-10-291-4/+8
* Fix memory leaks in unit tests from my previous checkin.jam@chromium.org2009-10-291-3/+8
* First of several patches to get rid of MessageLoop caching now that we have C...jam@chromium.org2009-10-281-20/+19
* Remove the browser_sync flag.zork@chromium.org2009-10-271-1/+1
* Resubmit http://codereview.chromium.org/314016 with views fixedzork@chromium.org2009-10-261-1/+1
* Reverting 29961.glen@chromium.org2009-10-231-1/+1
* Build sync by default on all platforms. This also turns off sync on both Lin...zork@chromium.org2009-10-231-1/+1
* Remove the unused handlers as wellarv@chromium.org2009-10-201-321/+1
* Rename CHROME_PERSONALIZATION to BROWSER_SYNC.nick@chromium.org2009-10-171-1/+1
* NTP: Fix startup visual state arv@chromium.org2009-10-161-2/+16
* Remove old NTParv@chromium.org2009-10-121-16/+2
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-0/+1
* Revert r28645 - "Render sync code inactive..."tim@chromium.org2009-10-101-0/+6
* Render sync code inactive without any way to enable.tim@chromium.org2009-10-101-6/+0
* Move MostVisitedHandler into a separate file because it's big.tony@chromium.org2009-10-081-806/+264
* Revert r28050 and put the paint observer timeout back to 2 sec.tony@chromium.org2009-10-061-1/+1
* Up the new tab paint observer timeout from 2s to 5s. Trying to seetony@chromium.org2009-10-051-2/+2
* Add histograms that track how long it takes to open the new tab page.tony@chromium.org2009-10-021-0/+20
* Fix the NewTabUI load UMA metric.tony@chromium.org2009-10-021-9/+15
* Fix NTP so that it updates on theme change.mirandac@chromium.org2009-10-021-5/+12
* Coverity: Check return value of GetInteger.mattm@chromium.org2009-10-011-2/+1
* Remove the enable-sync flag from the Chrome command line and enable sync by d...brg@chromium.com2009-09-291-1/+1
* Misc. Cleanup related to OOP Profile Importjeremy@chromium.org2009-09-251-0/+1
* Adds a theme promo in the lower right cornerarv@chromium.org2009-09-231-4/+11
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-3/+3