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

Issue 8680033: Show GAIA profile info in NTP (Closed)

Created:
9 years, 1 month ago by sail
Modified:
9 years ago
CC:
chromium-reviews, estade+watch_chromium.org, arv (Not doing code reviews)
Visibility:
Public.

Description

Show GAIA profile info in NTP Screenshots: http://imgur.com/6owxK BUG=91241 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112876

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : fix build #

Total comments: 7

Patch Set 4 : address review comments #

Patch Set 5 : remove shadow #

Total comments: 14

Patch Set 6 : address review comments #

Patch Set 7 : address review comments #

Total comments: 10

Patch Set 8 : address review comments #

Patch Set 9 : remove logging #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -10 lines) Patch
M chrome/browser/resources/ntp4/new_tab.css View 1 2 3 4 5 6 7 2 chunks +13 lines, -2 lines 0 comments Download
M chrome/browser/resources/ntp4/new_tab.html View 1 2 3 4 5 6 7 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/resources/ntp4/new_tab.js View 1 2 3 4 5 6 7 2 chunks +14 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/ntp_login_handler.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/ntp/ntp_login_handler.cc View 1 2 3 4 5 6 7 8 6 chunks +60 lines, -5 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
sail
9 years, 1 month ago (2011-11-23 23:39:28 UTC) #1
Robert Sesek
C++ lgtm, but estade should have final say
9 years ago (2011-11-28 23:05:44 UTC) #2
Evan Stade
http://codereview.chromium.org/8680033/diff/6001/chrome/browser/resources/ntp4/new_tab.css File chrome/browser/resources/ntp4/new_tab.css (right): http://codereview.chromium.org/8680033/diff/6001/chrome/browser/resources/ntp4/new_tab.css#newcode210 chrome/browser/resources/ntp4/new_tab.css:210: /* Draw a border inside the icon by using ...
9 years ago (2011-11-29 02:27:48 UTC) #3
sail
http://codereview.chromium.org/8680033/diff/6001/chrome/browser/resources/ntp4/new_tab.css File chrome/browser/resources/ntp4/new_tab.css (right): http://codereview.chromium.org/8680033/diff/6001/chrome/browser/resources/ntp4/new_tab.css#newcode210 chrome/browser/resources/ntp4/new_tab.css:210: /* Draw a border inside the icon by using ...
9 years ago (2011-11-29 19:11:03 UTC) #4
sail
http://codereview.chromium.org/8680033/diff/6001/chrome/browser/resources/ntp4/new_tab.html File chrome/browser/resources/ntp4/new_tab.html (right): http://codereview.chromium.org/8680033/diff/6001/chrome/browser/resources/ntp4/new_tab.html#newcode79 chrome/browser/resources/ntp4/new_tab.html:79: <img id="login-status-icon"> On 2011/11/29 02:27:48, Evan Stade wrote: > ...
9 years ago (2011-11-30 17:48:33 UTC) #5
sail
I removed the shadow style. Please take another look. Thanks.
9 years ago (2011-12-01 02:43:57 UTC) #6
Evan Stade
http://codereview.chromium.org/8680033/diff/10001/chrome/browser/resources/ntp4/new_tab.css File chrome/browser/resources/ntp4/new_tab.css (right): http://codereview.chromium.org/8680033/diff/10001/chrome/browser/resources/ntp4/new_tab.css#newcode198 chrome/browser/resources/ntp4/new_tab.css:198: #login-status-header-container { I meant to suggest this should be ...
9 years ago (2011-12-02 00:03:26 UTC) #7
sail
http://codereview.chromium.org/8680033/diff/10001/chrome/browser/resources/ntp4/new_tab.css File chrome/browser/resources/ntp4/new_tab.css (right): http://codereview.chromium.org/8680033/diff/10001/chrome/browser/resources/ntp4/new_tab.css#newcode198 chrome/browser/resources/ntp4/new_tab.css:198: #login-status-header-container { On 2011/12/02 00:03:26, Evan Stade wrote: > ...
9 years ago (2011-12-02 01:19:57 UTC) #8
Evan Stade
http://codereview.chromium.org/8680033/diff/10001/chrome/browser/resources/ntp4/new_tab.css File chrome/browser/resources/ntp4/new_tab.css (right): http://codereview.chromium.org/8680033/diff/10001/chrome/browser/resources/ntp4/new_tab.css#newcode198 chrome/browser/resources/ntp4/new_tab.css:198: #login-status-header-container { On 2011/12/02 01:19:57, sail wrote: > On ...
9 years ago (2011-12-02 02:25:16 UTC) #9
sail
New screenshots: left to right: http://imgur.com/7Tk1Z,qndhZ#0 right to left: http://imgur.com/7Tk1Z,qndhZ#1 Much simpler code. Please take ...
9 years ago (2011-12-02 18:42:28 UTC) #10
Evan Stade
just nits, lgtm otherwise http://codereview.chromium.org/8680033/diff/17001/chrome/browser/resources/ntp4/new_tab.css File chrome/browser/resources/ntp4/new_tab.css (right): http://codereview.chromium.org/8680033/diff/17001/chrome/browser/resources/ntp4/new_tab.css#newcode199 chrome/browser/resources/ntp4/new_tab.css:199: background-repeat:no-repeat; space http://codereview.chromium.org/8680033/diff/17001/chrome/browser/resources/ntp4/new_tab.css#newcode202 chrome/browser/resources/ntp4/new_tab.css:202: padding-right: ...
9 years ago (2011-12-02 21:02:16 UTC) #11
sail
http://codereview.chromium.org/8680033/diff/17001/chrome/browser/resources/ntp4/new_tab.css File chrome/browser/resources/ntp4/new_tab.css (right): http://codereview.chromium.org/8680033/diff/17001/chrome/browser/resources/ntp4/new_tab.css#newcode199 chrome/browser/resources/ntp4/new_tab.css:199: background-repeat:no-repeat; On 2011/12/02 21:02:16, Evan Stade wrote: > space ...
9 years ago (2011-12-03 00:09:00 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sail@chromium.org/8680033/22001
9 years ago (2011-12-03 00:09:15 UTC) #13
commit-bot: I haz the power
Try job failure for 8680033-22001 (retry) on win_rel for step "compile" (clobber build). It's a ...
9 years ago (2011-12-03 02:37:35 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sail@chromium.org/8680033/26001
9 years ago (2011-12-03 05:04:12 UTC) #15
commit-bot: I haz the power
9 years ago (2011-12-03 06:55:39 UTC) #16
Change committed as 112876

Powered by Google App Engine
This is Rietveld 408576698