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

Issue 220163007: implement account removal card and add title to signin card on mac (Closed)

Created:
6 years, 8 months ago by guohui
Modified:
6 years, 8 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Patch Set 1 : #

Total comments: 16

Patch Set 2 : comments addressed and unit test fixed #

Total comments: 15

Patch Set 3 : leak and nits fixed #

Patch Set 4 : expanded comments on accountIdToRemove_ #

Total comments: 6

Patch Set 5 : nits fixed #

Patch Set 6 : tests fixed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+256 lines, -97 lines) Patch
M chrome/browser/ui/cocoa/browser/avatar_base_controller.mm View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/browser/profile_chooser_controller.h View 1 2 3 4 chunks +22 lines, -6 lines 0 comments Download
M chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm View 1 2 3 4 21 chunks +226 lines, -83 lines 0 comments Download
M chrome/browser/ui/cocoa/browser/profile_chooser_controller_unittest.mm View 1 2 3 4 5 3 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
guohui
Hey, could you please take a look at the CL? Thanks, Hui
6 years, 8 months ago (2014-04-01 20:43:20 UTC) #1
noms (inactive)
https://codereview.chromium.org/220163007/diff/20001/chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm File chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm (right): https://codereview.chromium.org/220163007/diff/20001/chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm#newcode116 chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm:116: NSTextField* createLabel(NSString* title, NSPoint frameOrigin) { I think this ...
6 years, 8 months ago (2014-04-01 21:53:14 UTC) #2
guohui
https://codereview.chromium.org/220163007/diff/20001/chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm File chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm (right): https://codereview.chromium.org/220163007/diff/20001/chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm#newcode116 chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm:116: NSTextField* createLabel(NSString* title, NSPoint frameOrigin) { On 2014/04/01 21:53:14, ...
6 years, 8 months ago (2014-04-01 22:44:58 UTC) #3
Alexei Svitkine (slow)
https://codereview.chromium.org/220163007/diff/20001/chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm File chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm (right): https://codereview.chromium.org/220163007/diff/20001/chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm#newcode116 chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm:116: NSTextField* createLabel(NSString* title, NSPoint frameOrigin) { On 2014/04/01 22:44:58, ...
6 years, 8 months ago (2014-04-02 15:00:51 UTC) #4
guohui
https://codereview.chromium.org/220163007/diff/20001/chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm File chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm (right): https://codereview.chromium.org/220163007/diff/20001/chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm#newcode116 chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm:116: NSTextField* createLabel(NSString* title, NSPoint frameOrigin) { On 2014/04/02 15:00:51, ...
6 years, 8 months ago (2014-04-02 18:44:47 UTC) #5
Alexei Svitkine (slow)
https://codereview.chromium.org/220163007/diff/60001/chrome/browser/ui/cocoa/browser/profile_chooser_controller.h File chrome/browser/ui/cocoa/browser/profile_chooser_controller.h (right): https://codereview.chromium.org/220163007/diff/60001/chrome/browser/ui/cocoa/browser/profile_chooser_controller.h#newcode53 chrome/browser/ui/cocoa/browser/profile_chooser_controller.h:53: // The account id to remove. Please expand this ...
6 years, 8 months ago (2014-04-02 19:22:44 UTC) #6
guohui
Thanks a lot Alexei! please take another look. https://codereview.chromium.org/220163007/diff/60001/chrome/browser/ui/cocoa/browser/profile_chooser_controller.h File chrome/browser/ui/cocoa/browser/profile_chooser_controller.h (right): https://codereview.chromium.org/220163007/diff/60001/chrome/browser/ui/cocoa/browser/profile_chooser_controller.h#newcode53 chrome/browser/ui/cocoa/browser/profile_chooser_controller.h:53: // ...
6 years, 8 months ago (2014-04-02 19:58:50 UTC) #7
noms (inactive)
lgtm with nits from me https://codereview.chromium.org/220163007/diff/100001/chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm File chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm (right): https://codereview.chromium.org/220163007/diff/100001/chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm#newcode119 chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm:119: // Bulids a label ...
6 years, 8 months ago (2014-04-03 15:12:54 UTC) #8
noms (inactive)
FYI, I think the permissions on those screenshots are wrong, as I get a 403 ...
6 years, 8 months ago (2014-04-03 15:13:55 UTC) #9
Alexei Svitkine (slow)
LGTM https://codereview.chromium.org/220163007/diff/100001/chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm File chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm (right): https://codereview.chromium.org/220163007/diff/100001/chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm#newcode1207 chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm:1207: CHECK(!accountIdToRemove_.empty()); Nit: CHECK -> DCHECK. Usually, we only ...
6 years, 8 months ago (2014-04-03 15:20:53 UTC) #10
guohui
https://codereview.chromium.org/220163007/diff/100001/chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm File chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm (right): https://codereview.chromium.org/220163007/diff/100001/chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm#newcode119 chrome/browser/ui/cocoa/browser/profile_chooser_controller.mm:119: // Bulids a label with the given |title| and ...
6 years, 8 months ago (2014-04-03 15:31:04 UTC) #11
guohui
The CQ bit was checked by guohui@chromium.org
6 years, 8 months ago (2014-04-03 15:31:22 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/guohui@chromium.org/220163007/120001
6 years, 8 months ago (2014-04-03 15:32:03 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-03 17:47:58 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_rel
6 years, 8 months ago (2014-04-03 17:47:58 UTC) #15
guohui
The CQ bit was checked by guohui@chromium.org
6 years, 8 months ago (2014-04-03 18:06:09 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/guohui@chromium.org/220163007/140001
6 years, 8 months ago (2014-04-03 18:06:11 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-03 19:18:40 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_rel
6 years, 8 months ago (2014-04-03 19:18:40 UTC) #19
guohui
6 years, 8 months ago (2014-04-03 20:38:06 UTC) #20
Message was sent while issue was closed.
Committed patchset #6 manually as r261517 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698