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

Issue 8921008: Follow-up to bug 102685 (r113862) (Closed)

Created:
9 years ago by Tyler Breisacher (Chromium)
Modified:
9 years ago
CC:
chromium-reviews, estade+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Follow-up to bug 102685 (r113862) BUG=102685 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114171

Patch Set 1 #

Patch Set 2 : Refactoring AddCSSClass into a separate method #

Total comments: 6

Patch Set 3 : Move and rename AddCSSClass #

Total comments: 9

Patch Set 4 : Following suggestions from Evan #

Total comments: 4

Patch Set 5 : Fixing the documentation for CreateSpanWithClass #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -10 lines) Patch
M chrome/browser/ui/webui/ntp/ntp_login_handler.cc View 1 2 3 4 2 chunks +11 lines, -10 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Tyler Breisacher (Chromium)
New CL for your comments on http://codereview.chromium.org/8822024 since that one is already closed.
9 years ago (2011-12-12 18:55:14 UTC) #1
James Hawkins
http://codereview.chromium.org/8921008/diff/2001/chrome/browser/ui/webui/ntp/ntp_login_handler.cc File chrome/browser/ui/webui/ntp/ntp_login_handler.cc (right): http://codereview.chromium.org/8921008/diff/2001/chrome/browser/ui/webui/ntp/ntp_login_handler.cc#newcode221 chrome/browser/ui/webui/ntp/ntp_login_handler.cc:221: string16 NTPLoginHandler::AddCSSClass(std::string display_string, This does not need to be ...
9 years ago (2011-12-12 19:09:18 UTC) #2
Tyler Breisacher (Chromium)
http://codereview.chromium.org/8921008/diff/2001/chrome/browser/ui/webui/ntp/ntp_login_handler.cc File chrome/browser/ui/webui/ntp/ntp_login_handler.cc (right): http://codereview.chromium.org/8921008/diff/2001/chrome/browser/ui/webui/ntp/ntp_login_handler.cc#newcode221 chrome/browser/ui/webui/ntp/ntp_login_handler.cc:221: string16 NTPLoginHandler::AddCSSClass(std::string display_string, What would be a better class ...
9 years ago (2011-12-12 19:15:02 UTC) #3
James Hawkins
http://codereview.chromium.org/8921008/diff/2001/chrome/browser/ui/webui/ntp/ntp_login_handler.cc File chrome/browser/ui/webui/ntp/ntp_login_handler.cc (right): http://codereview.chromium.org/8921008/diff/2001/chrome/browser/ui/webui/ntp/ntp_login_handler.cc#newcode221 chrome/browser/ui/webui/ntp/ntp_login_handler.cc:221: string16 NTPLoginHandler::AddCSSClass(std::string display_string, On 2011/12/12 19:15:02, tbreisacher wrote: > ...
9 years ago (2011-12-12 19:18:26 UTC) #4
Tyler Breisacher (Chromium)
> Not all functions need to live on an object Of course. I was thinking ...
9 years ago (2011-12-12 19:34:57 UTC) #5
Tyler Breisacher (Chromium)
http://codereview.chromium.org/8921008/diff/8002/chrome/browser/ui/webui/ntp/ntp_login_handler.cc File chrome/browser/ui/webui/ntp/ntp_login_handler.cc (right): http://codereview.chromium.org/8921008/diff/8002/chrome/browser/ui/webui/ntp/ntp_login_handler.cc#newcode63 chrome/browser/ui/webui/ntp/ntp_login_handler.cc:63: I'm not that happy with this name, other ideas ...
9 years ago (2011-12-12 19:35:05 UTC) #6
Evan Stade
http://codereview.chromium.org/8921008/diff/8002/chrome/browser/ui/webui/ntp/ntp_login_handler.cc File chrome/browser/ui/webui/ntp/ntp_login_handler.cc (right): http://codereview.chromium.org/8921008/diff/8002/chrome/browser/ui/webui/ntp/ntp_login_handler.cc#newcode66 chrome/browser/ui/webui/ntp/ntp_login_handler.cc:66: std::string css_class) { const ref on the parameters http://codereview.chromium.org/8921008/diff/8002/chrome/browser/ui/webui/ntp/ntp_login_handler.cc#newcode67 ...
9 years ago (2011-12-12 19:35:52 UTC) #7
Tyler Breisacher (Chromium)
Actually, they were ASCIITo before, but then I switched them, for reasons that I'm pretty ...
9 years ago (2011-12-12 19:40:50 UTC) #8
Evan Stade
http://codereview.chromium.org/8921008/diff/8002/chrome/browser/ui/webui/ntp/ntp_login_handler.cc File chrome/browser/ui/webui/ntp/ntp_login_handler.cc (right): http://codereview.chromium.org/8921008/diff/8002/chrome/browser/ui/webui/ntp/ntp_login_handler.cc#newcode63 chrome/browser/ui/webui/ntp/ntp_login_handler.cc:63: On 2011/12/12 19:35:05, tbreisacher wrote: > I'm not that ...
9 years ago (2011-12-12 19:48:59 UTC) #9
Tyler Breisacher (Chromium)
9 years ago (2011-12-12 22:58:36 UTC) #10
Tyler Breisacher (Chromium)
Sorry for sending out a zillion emails. Thank you James for helping me out with ...
9 years ago (2011-12-12 23:04:24 UTC) #11
James Hawkins
LGTM with nits. http://codereview.chromium.org/8921008/diff/8003/chrome/browser/ui/webui/ntp/ntp_login_handler.cc File chrome/browser/ui/webui/ntp/ntp_login_handler.cc (right): http://codereview.chromium.org/8921008/diff/8003/chrome/browser/ui/webui/ntp/ntp_login_handler.cc#newcode64 chrome/browser/ui/webui/ntp/ntp_login_handler.cc:64: // Put the display_string into a ...
9 years ago (2011-12-12 23:24:41 UTC) #12
Tyler Breisacher (Chromium)
http://codereview.chromium.org/8921008/diff/8003/chrome/browser/ui/webui/ntp/ntp_login_handler.cc File chrome/browser/ui/webui/ntp/ntp_login_handler.cc (right): http://codereview.chromium.org/8921008/diff/8003/chrome/browser/ui/webui/ntp/ntp_login_handler.cc#newcode64 chrome/browser/ui/webui/ntp/ntp_login_handler.cc:64: // Put the display_string into a span with the ...
9 years ago (2011-12-12 23:37:41 UTC) #13
Evan Stade
lgtm
9 years ago (2011-12-13 01:51:16 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tbreisacher@chromium.org/8921008/4004
9 years ago (2011-12-13 01:58:43 UTC) #15
commit-bot: I haz the power
9 years ago (2011-12-13 03:11:07 UTC) #16
Change committed as 114171

Powered by Google App Engine
This is Rietveld 408576698