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

Issue 385135: Tweaks for promo messages on NTP (Closed)

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

Description

Tweaks and fixes for NTP extension promo. Don't show promo for extensions on Mac, as they're not available yet. Decrement promo counter even when NTP is not home page, and do not remove puzzle piece when promo line is closed. When message bar is closed, make it zip off bottom of screen instead of just disappearing. BUG=27814, 25258, 27815 TEST= see various bugs. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=32176 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=32413

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Total comments: 2

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : Tweaks and fixes for NTP extension promo.... #

Patch Set 11 : '' #

Patch Set 12 : '' #

Patch Set 13 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -27 lines) Patch
M chrome/browser/browser.cc View 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/dom_ui/dom_ui_theme_source.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +11 lines, -2 lines 0 comments Download
M chrome/browser/dom_ui/new_tab_ui.cc View 2 3 4 5 6 7 8 9 3 chunks +8 lines, -13 lines 0 comments Download
M chrome/browser/resources/new_new_tab.css View 5 6 7 8 9 1 chunk +7 lines, -3 lines 0 comments Download
M chrome/browser/resources/new_new_tab.html View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/new_new_tab.js View 2 3 4 5 6 7 8 9 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/common/pref_names.h View 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/pref_names.cc View 2 3 4 5 6 7 8 9 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Miranda Callahan
11 years, 1 month ago (2009-11-16 16:13:45 UTC) #1
Miranda Callahan
On 2009/11/16 16:13:45, Miranda Callahan wrote: >
11 years, 1 month ago (2009-11-16 16:16:25 UTC) #2
Miranda Callahan
Aaron, I added the other two NTP promo bug fixes to this patch, as they're ...
11 years, 1 month ago (2009-11-16 16:59:39 UTC) #3
Aaron Boodman
LGTM You should get a confirmation on these changes from a UI lead though before ...
11 years, 1 month ago (2009-11-16 17:41:11 UTC) #4
Miranda Callahan
On 2009/11/16 17:41:11, Aaron Boodman wrote: > LGTM > > You should get a confirmation ...
11 years, 1 month ago (2009-11-16 22:13:32 UTC) #5
arv (Not doing code reviews)
LGTM with one nit http://codereview.chromium.org/385135/diff/21/28 File chrome/browser/resources/new_new_tab.css (right): http://codereview.chromium.org/385135/diff/21/28#newcode710 Line 710: margin-bottom: -40px; why not ...
11 years, 1 month ago (2009-11-16 22:20:11 UTC) #6
Miranda Callahan
Thanks for the help! http://codereview.chromium.org/385135/diff/21/28 File chrome/browser/resources/new_new_tab.css (right): http://codereview.chromium.org/385135/diff/21/28#newcode710 Line 710: margin-bottom: -40px; On 2009/11/16 ...
11 years, 1 month ago (2009-11-17 00:56:22 UTC) #7
jam
On 2009/11/17 00:56:22, Miranda Callahan wrote: > Thanks for the help! > > http://codereview.chromium.org/385135/diff/21/28 > ...
11 years, 1 month ago (2009-11-17 21:04:41 UTC) #8
cmp_google
It would be great to run a test on the reference build for new tab ...
11 years, 1 month ago (2009-11-17 21:11:11 UTC) #9
Miranda Callahan
On 2009/11/17 21:11:11, cmp_google.com wrote: > It would be great to run a test on ...
11 years, 1 month ago (2009-11-18 03:18:45 UTC) #10
Miranda Callahan
On 2009/11/18 03:18:45, Miranda Callahan wrote: > On 2009/11/17 21:11:11, http://cmp_google.com wrote: > > It ...
11 years, 1 month ago (2009-11-18 03:21:36 UTC) #11
Miranda Callahan
Eradicated the source of ntp test slowdown: it was the localized strings being set for ...
11 years, 1 month ago (2009-11-18 18:52:14 UTC) #12
Miranda Callahan
11 years, 1 month ago (2009-11-18 18:53:03 UTC) #13
+tony

On 2009/11/18 18:52:14, Miranda Callahan wrote:
> Eradicated the source of ntp test slowdown: it was the localized strings being
> set for "firstview" (which is never used) in new_tab_ui.cc.  The removal of
that
> single line is the only difference between this patch set and the previous
one,
> and on my machine eliminates the 20% startup regression.

Powered by Google App Engine
This is Rietveld 408576698