Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(297)

Issue 18191017: [Mac] Add user's email address to SAML confirmation dialog (Closed)

Created:
7 years, 5 months ago by noms (inactive)
Modified:
7 years, 5 months ago
CC:
chromium-reviews, tim+watch_chromium.org, tfarina, rsimha+watch_chromium.org, haitaol+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

[Mac] Add user's email address to SAML confirmation dialog and cleanup unused strings. Since this was the last leftover change related to the SAML dialogs, also clean up the now unused strings from the gtk and views dialogs. Xib changes: No default value for the dialog's title, as it is now always dynamically generated using the user's email address. BUG=222924 TEST=Go to gmail.com. Sign in with a test email address. On the Chrome signin interstitial, choose "Sign in to Chrome". You should get a confirmation dialog that asks you to confirm you want to sign in, and displays your email address.(see crbug.com/222924 for screenshot) Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=210748

Patch Set 1 #

Patch Set 2 : unbreak browser test #

Total comments: 8

Patch Set 3 : review comments #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -36 lines) Patch
M chrome/app/chromium_strings.grd View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/app/google_chrome_strings.grd View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/app/nibs/OneClickSigninDialog.xib View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_cocoa.mm View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/one_click_signin_bubble_controller.mm View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/one_click_signin_dialog_controller.h View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/one_click_signin_dialog_controller.mm View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/one_click_signin_dialog_controller_browsertest.mm View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/one_click_signin_view_controller.h View 1 2 2 chunks +9 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/one_click_signin_view_controller.mm View 1 2 6 chunks +10 lines, -4 lines 0 comments Download
M chrome/browser/ui/gtk/one_click_signin_bubble_gtk.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/gtk/one_click_signin_bubble_gtk.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/sync/one_click_signin_bubble_view.h View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc View 2 chunks +2 lines, -4 lines 4 comments Download

Messages

Total messages: 16 (0 generated)
noms (inactive)
+ Roger for brief sync related review, Alexei for mac review
7 years, 5 months ago (2013-06-28 20:43:34 UTC) #1
Roger Tawa OOO till Jul 10th
lgtm Great clean up, thanks!
7 years, 5 months ago (2013-07-02 14:49:59 UTC) #2
Alexei Svitkine (slow)
Please add a TEST= line to test how this change can be tested and a ...
7 years, 5 months ago (2013-07-02 18:29:48 UTC) #3
noms (inactive)
https://codereview.chromium.org/18191017/diff/2/chrome/browser/ui/cocoa/one_click_signin_dialog_controller.h File chrome/browser/ui/cocoa/one_click_signin_dialog_controller.h (right): https://codereview.chromium.org/18191017/diff/2/chrome/browser/ui/cocoa/one_click_signin_dialog_controller.h#newcode24 chrome/browser/ui/cocoa/one_click_signin_dialog_controller.h:24: OneClickSigninDialogController( On 2013/07/02 18:29:49, Alexei Svitkine wrote: > Add ...
7 years, 5 months ago (2013-07-02 20:13:09 UTC) #4
Alexei Svitkine (slow)
LGTM!
7 years, 5 months ago (2013-07-02 20:24:36 UTC) #5
Alexei Svitkine (slow)
(still LGTM) https://codereview.chromium.org/18191017/diff/14001/chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc File chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc (left): https://codereview.chromium.org/18191017/diff/14001/chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc#oldcode211 chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc:211: l10n_util::GetStringUTF16(IDS_ONE_CLICK_SIGNIN_DIALOG_TITLE) : This change seems unrelated to ...
7 years, 5 months ago (2013-07-02 20:26:15 UTC) #6
noms
+ Eliott, Scott for owners stamps: erg@: chrome/browser/ui/gtk/* sky@: chrome/browser/ui/views/sync/*
7 years, 5 months ago (2013-07-02 20:28:43 UTC) #7
noms
https://codereview.chromium.org/18191017/diff/14001/chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc File chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc (left): https://codereview.chromium.org/18191017/diff/14001/chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc#oldcode211 chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc:211: l10n_util::GetStringUTF16(IDS_ONE_CLICK_SIGNIN_DIALOG_TITLE) : Updated CL description. On 2013/07/02 20:26:15, Alexei ...
7 years, 5 months ago (2013-07-02 20:31:27 UTC) #8
noms
+ Eliott, Scott for owners stamps: erg@: chrome/browser/ui/gtk/* sky@: chrome/browser/ui/views/sync/*
7 years, 5 months ago (2013-07-02 20:32:32 UTC) #9
sky
https://codereview.chromium.org/18191017/diff/14001/chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc File chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc (left): https://codereview.chromium.org/18191017/diff/14001/chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc#oldcode210 chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc:210: views::Label* label = new views::Label(email_.empty() ? Did something change ...
7 years, 5 months ago (2013-07-02 21:53:51 UTC) #10
noms
https://codereview.chromium.org/18191017/diff/14001/chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc File chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc (left): https://codereview.chromium.org/18191017/diff/14001/chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc#oldcode210 chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc:210: views::Label* label = new views::Label(email_.empty() ? It used to ...
7 years, 5 months ago (2013-07-03 14:46:42 UTC) #11
sky
LGTM
7 years, 5 months ago (2013-07-03 15:17:41 UTC) #12
noms
Elliot: ping! :)
7 years, 5 months ago (2013-07-08 15:40:26 UTC) #13
Elliot Glaysher
(was on vacation) gtk lgtm
7 years, 5 months ago (2013-07-09 20:05:04 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/18191017/14001
7 years, 5 months ago (2013-07-09 20:53:24 UTC) #15
commit-bot: I haz the power
7 years, 5 months ago (2013-07-10 04:56:43 UTC) #16
Message was sent while issue was closed.
Change committed as 210748

Powered by Google App Engine
This is Rietveld 408576698