index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
dom_ui
/
new_tab_ui.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix build
tony@chromium.org
2009-11-24
1
-0
/
+1
*
Merge in part of the last perf change. Move when we initialize
tony@chromium.org
2009-11-24
1
-19
/
+23
*
Revert "Move the NTP HTML generation to early so we can avoid an extra"
tony@chromium.org
2009-11-24
1
-19
/
+17
*
Move the NTP HTML generation to early so we can avoid an extra
tony@chromium.org
2009-11-24
1
-17
/
+19
*
Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco...
jamesr@chromium.org
2009-11-20
1
-12
/
+4
*
Implement a NTP resource cache. Instead of re-generating the
tony@chromium.org
2009-11-19
1
-337
/
+31
*
Tweaks and fixes for NTP extension promo.
mirandac@chromium.org
2009-11-18
1
-13
/
+8
*
Revert 32176 - Tweaks and fixes for NTP extension promo.
mirandac@chromium.org
2009-11-18
1
-8
/
+11
*
Use plain strings instead of wstrings for UMA actions
evan@chromium.org
2009-11-17
1
-1
/
+2
*
Tweaks and fixes for NTP extension promo.
mirandac@chromium.org
2009-11-17
1
-11
/
+8
*
Plumb through off the record state from the URL request to the
tony@chromium.org
2009-11-17
1
-3
/
+5
*
Add message and image to NTP to promote extensions and bookmark sync.
mirandac@chromium.org
2009-11-15
1
-2
/
+42
*
NTP: Hide "Make this my home page" after setting the home page.
arv@chromium.org
2009-11-12
1
-21
/
+19
*
Turn on sync for OS X (behind an --enable-sync switch).
akalin@chromium.org
2009-11-12
1
-4
/
+2
*
Fix a bug where we would cache the incognito profile pointer in
tony@chromium.org
2009-11-10
1
-11
/
+10
*
Revert "Revert r31175 r31176 r31187"
hclam@chromium.org
2009-11-06
1
-0
/
+2
*
Rever r31175 r31176 r31187
hclam@chromium.org
2009-11-06
1
-2
/
+0
*
Fifth patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-06
1
-0
/
+2
*
Coverity: Fix unnecessary Singleton object instantiation.
mattm@chromium.org
2009-11-05
1
-3
/
+3
*
Convert chrome_url_data_manager (previously a global) into a Singleton. This
tony@chromium.org
2009-10-30
1
-3
/
+4
*
Revert "Convert chrome_url_data_manager (previously a global) into a"
tony@chromium.org
2009-10-30
1
-4
/
+3
*
Convert chrome_url_data_manager (previously a global) into a
tony@chromium.org
2009-10-30
1
-3
/
+4
*
Some new tab ui fixes.
tony@chromium.org
2009-10-29
1
-7
/
+14
*
NTP: Allow hiding tips and bookmark sync.
arv@chromium.org
2009-10-29
1
-0
/
+27
*
Only use std::string when generating the NTP CSS. This saves
tony@chromium.org
2009-10-29
1
-0
/
+1
*
Call Release instead of deleteing the object directly.
jam@chromium.org
2009-10-29
1
-4
/
+8
*
Fix memory leaks in unit tests from my previous checkin.
jam@chromium.org
2009-10-29
1
-3
/
+8
*
First of several patches to get rid of MessageLoop caching now that we have C...
jam@chromium.org
2009-10-28
1
-20
/
+19
*
Remove the browser_sync flag.
zork@chromium.org
2009-10-27
1
-1
/
+1
*
Resubmit http://codereview.chromium.org/314016 with views fixed
zork@chromium.org
2009-10-26
1
-1
/
+1
*
Reverting 29961.
glen@chromium.org
2009-10-23
1
-1
/
+1
*
Build sync by default on all platforms. This also turns off sync on both Lin...
zork@chromium.org
2009-10-23
1
-1
/
+1
*
Remove the unused handlers as well
arv@chromium.org
2009-10-20
1
-321
/
+1
*
Rename CHROME_PERSONALIZATION to BROWSER_SYNC.
nick@chromium.org
2009-10-17
1
-1
/
+1
*
NTP: Fix startup visual state
arv@chromium.org
2009-10-16
1
-2
/
+16
*
Remove old NTP
arv@chromium.org
2009-10-12
1
-16
/
+2
*
Header dependency cleanup in chrome/
phajdan.jr@chromium.org
2009-10-12
1
-0
/
+1
*
Revert r28645 - "Render sync code inactive..."
tim@chromium.org
2009-10-10
1
-0
/
+6
*
Render sync code inactive without any way to enable.
tim@chromium.org
2009-10-10
1
-6
/
+0
*
Move MostVisitedHandler into a separate file because it's big.
tony@chromium.org
2009-10-08
1
-806
/
+264
*
Revert r28050 and put the paint observer timeout back to 2 sec.
tony@chromium.org
2009-10-06
1
-1
/
+1
*
Up the new tab paint observer timeout from 2s to 5s. Trying to see
tony@chromium.org
2009-10-05
1
-2
/
+2
*
Add histograms that track how long it takes to open the new tab page.
tony@chromium.org
2009-10-02
1
-0
/
+20
*
Fix the NewTabUI load UMA metric.
tony@chromium.org
2009-10-02
1
-9
/
+15
*
Fix NTP so that it updates on theme change.
mirandac@chromium.org
2009-10-02
1
-5
/
+12
*
Coverity: Check return value of GetInteger.
mattm@chromium.org
2009-10-01
1
-2
/
+1
*
Remove the enable-sync flag from the Chrome command line and enable sync by d...
brg@chromium.com
2009-09-29
1
-1
/
+1
*
Misc. Cleanup related to OOP Profile Import
jeremy@chromium.org
2009-09-25
1
-0
/
+1
*
Adds a theme promo in the lower right corner
arv@chromium.org
2009-09-23
1
-4
/
+11
*
Move StringPiece into the base namespace. It is colliding
tony@chromium.org
2009-09-10
1
-3
/
+3
[next]