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

Issue 449073: Put "make this my home page" link into the tip section.... (Closed)

Created:
11 years ago by Miranda Callahan
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, ben+cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Put "make this my home page" link into the tip section. BUG=28196 TEST= "make this my home page" should show up as a tip. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=33527 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=33609

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 8

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 2

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : Put "make this my home page" link into the tip section.... #

Patch Set 9 : '' #

Total comments: 2

Patch Set 10 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -51 lines) Patch
M chrome/browser/dom_ui/new_tab_ui_uitest.cc View 8 9 2 chunks +11 lines, -8 lines 0 comments Download
M chrome/browser/dom_ui/ntp_resource_cache.cc View 1 2 3 4 5 6 7 3 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/dom_ui/tips_handler.h View 5 6 7 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/dom_ui/tips_handler.cc View 1 2 3 4 5 6 7 4 chunks +25 lines, -7 lines 0 comments Download
chrome/browser/resources/new_new_tab.html View 1 2 3 4 5 6 7 2 chunks +1 line, -8 lines 0 comments Download
M chrome/browser/resources/new_new_tab.js View 1 2 3 4 5 6 7 8 3 chunks +21 lines, -23 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Miranda Callahan
11 years ago (2009-12-01 22:16:09 UTC) #1
arv (Not doing code reviews)
http://codereview.chromium.org/449073/diff/10/3002 File chrome/browser/resources/new_new_tab.js (right): http://codereview.chromium.org/449073/diff/10/3002#newcode106 chrome/browser/resources/new_new_tab.js:106: var homepage_button = document.createElement('button'); no underscores in js variable ...
11 years ago (2009-12-01 22:27:31 UTC) #2
tony
http://codereview.chromium.org/449073/diff/10/3004 File chrome/browser/dom_ui/ntp_resource_cache.cc (left): http://codereview.chromium.org/449073/diff/10/3004#oldcode362 chrome/browser/dom_ui/ntp_resource_cache.cc:362: if (!profile_->GetPrefs()->GetBoolean(prefs::kHomePageIsNewTabPage)) Can you remove the pref observer for ...
11 years ago (2009-12-01 22:37:16 UTC) #3
Miranda Callahan
Addressed concerns; PTAL. http://codereview.chromium.org/449073/diff/10/3004 File chrome/browser/dom_ui/ntp_resource_cache.cc (left): http://codereview.chromium.org/449073/diff/10/3004#oldcode362 chrome/browser/dom_ui/ntp_resource_cache.cc:362: if (!profile_->GetPrefs()->GetBoolean(prefs::kHomePageIsNewTabPage)) On 2009/12/01 22:37:16, tony ...
11 years ago (2009-12-01 23:29:41 UTC) #4
arv (Not doing code reviews)
LGTM I would prefer if the code was extracted but do as you wish. http://codereview.chromium.org/449073/diff/8001/6002 ...
11 years ago (2009-12-02 00:05:44 UTC) #5
Miranda Callahan
Extracted the code to its own function. Thanks! http://codereview.chromium.org/449073/diff/8001/6002 File chrome/browser/dom_ui/tips_handler.cc (right): http://codereview.chromium.org/449073/diff/8001/6002#newcode65 chrome/browser/dom_ui/tips_handler.cc:65: // ...
11 years ago (2009-12-02 00:39:09 UTC) #6
Miranda Callahan
Fixed a ui test that this change caused to hang; could you take a look ...
11 years ago (2009-12-02 19:26:53 UTC) #7
arv (Not doing code reviews)
http://codereview.chromium.org/449073/diff/9014/11015 File chrome/browser/dom_ui/new_tab_ui_uitest.cc (right): http://codereview.chromium.org/449073/diff/9014/11015#newcode163 chrome/browser/dom_ui/new_tab_ui_uitest.cc:163: ASSERT_EQ(L"", style_display); This does not seem to test what ...
11 years ago (2009-12-02 19:32:37 UTC) #8
Miranda Callahan
PTAL. http://codereview.chromium.org/449073/diff/9014/11015 File chrome/browser/dom_ui/new_tab_ui_uitest.cc (right): http://codereview.chromium.org/449073/diff/9014/11015#newcode163 chrome/browser/dom_ui/new_tab_ui_uitest.cc:163: ASSERT_EQ(L"", style_display); On 2009/12/02 19:32:37, arv wrote: > ...
11 years ago (2009-12-02 21:41:50 UTC) #9
arv (Not doing code reviews)
11 years ago (2009-12-02 22:09:33 UTC) #10
LGTM

Powered by Google App Engine
This is Rietveld 408576698