Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(349)

Issue 147226: Make the new new tab page the default new tab page.... (Closed)

Created:
11 years, 5 months ago by arv (Not doing code reviews)
Modified:
9 years, 3 months ago
CC:
chromium-reviews_googlegroups.com, Ben Goodger (Google)
Visibility:
Public.

Description

Make the new new tab page the default new tab page. I changed the command line switch "--new-new-tab-page" to "-new-tab-page=<path>" so we can continue to iterate. BUG=13362 TEST=The new new tab page should be on by default. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=19438

Patch Set 1 #

Patch Set 2 : Removed unused handlers #

Patch Set 3 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -2306 lines) Patch
M chrome/browser/browser_resources.grd View 1 chunk +3 lines, -4 lines 1 comment Download
M chrome/browser/dom_ui/new_tab_ui.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/dom_ui/new_tab_ui.cc View 1 2 7 chunks +25 lines, -359 lines 0 comments Download
D chrome/browser/resources/new_new_tab.css View 1 chunk +0 lines, -642 lines 0 comments Download
D chrome/browser/resources/new_new_tab.html View 1 chunk +0 lines, -191 lines 0 comments Download
D chrome/browser/resources/new_new_tab.js View 1 chunk +0 lines, -1102 lines 0 comments Download
R + chrome/browser/resources/new_tab.html View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 chunk +3 lines, -4 lines 1 comment Download
A + chrome\browser\resources\new_tab.css View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome\browser\resources\new_tab.js View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
arv (Not doing code reviews)
I would like to get the NNTP turned on for the next dev channel release.
11 years, 5 months ago (2009-06-26 19:23:45 UTC) #1
Miranda Callahan
LGTM. I suppose we should do the same for the tips service, then, so there ...
11 years, 5 months ago (2009-06-26 19:32:07 UTC) #2
arv (Not doing code reviews)
The try servers are not happy with my svn foo svn rm new_tab.html svn mv ...
11 years, 5 months ago (2009-06-26 19:35:11 UTC) #3
Glen Murphy
11 years, 5 months ago (2009-06-26 22:51:32 UTC) #4
LGTM with nits

http://codereview.chromium.org/147226/diff/40/1013
File chrome/browser/browser_resources.grd (right):

http://codereview.chromium.org/147226/diff/40/1013#newcode20
Line 20: <include name="IDR_NEW_TAB_THEME_CSS"
file="resources\new_tab_theme.css" flattenhtml="true" type="BINDATA" />
flattenhtml necessary?

http://codereview.chromium.org/147226/diff/40/1017
File chrome/common/chrome_switches.cc (right):

http://codereview.chromium.org/147226/diff/40/1017#newcode492
Line 492: const wchar_t kNewTabPage[]                 = L"new-tab-page";
Indent doesn't match with the other '=' characters.

Powered by Google App Engine
This is Rietveld 408576698