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

Issue 23806002: [rAc] Disable sign-in link while the user's signed-in state is unknown. (Closed)

Created:
7 years, 3 months ago by Ilya Sherman
Modified:
7 years, 3 months ago
CC:
chromium-reviews, benquan, tfarina, Dane Wallinga, dyu1, estade+watch_chromium.org, Albert Bodenhamer, rouslan+autofillwatch_chromium.org
Visibility:
Public.

Description

[rAc] Disable sign-in link while the user's signed-in state is unknown. BUG=281698 TEST=Link should be disabled while the user's signed-in state is unknown. R=estade@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221213

Patch Set 1 #

Total comments: 2

Patch Set 2 : re-wrap #

Patch Set 3 : Dumber view #

Patch Set 4 : Fix compile #

Total comments: 2

Patch Set 5 : Move DialogSignedInState enum #

Patch Set 6 : Rebase #

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -28 lines) Patch
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.h View 1 2 3 4 5 6 3 chunks +12 lines, -1 line 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 2 3 4 5 6 2 chunks +19 lines, -14 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_types.h View 1 2 3 4 5 6 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_view_delegate.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.cc View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_account_chooser.mm View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Ilya Sherman
7 years, 3 months ago (2013-08-30 01:43:07 UTC) #1
Ilya Sherman
+Rachel for the cocoa changes.
7 years, 3 months ago (2013-08-30 01:44:02 UTC) #2
groby-ooo-7-16
LGTM w/ nit https://codereview.chromium.org/23806002/diff/1/chrome/browser/ui/cocoa/autofill/autofill_account_chooser.mm File chrome/browser/ui/cocoa/autofill/autofill_account_chooser.mm (right): https://codereview.chromium.org/23806002/diff/1/chrome/browser/ui/cocoa/autofill/autofill_account_chooser.mm#newcode111 chrome/browser/ui/cocoa/autofill/autofill_account_chooser.mm:111: setEnabled:(delegate_->SignedInState() != autofill::REQUIRES_RESPONSE)]; nit: line break ...
7 years, 3 months ago (2013-08-30 01:48:11 UTC) #3
Ilya Sherman
https://codereview.chromium.org/23806002/diff/1/chrome/browser/ui/cocoa/autofill/autofill_account_chooser.mm File chrome/browser/ui/cocoa/autofill/autofill_account_chooser.mm (right): https://codereview.chromium.org/23806002/diff/1/chrome/browser/ui/cocoa/autofill/autofill_account_chooser.mm#newcode111 chrome/browser/ui/cocoa/autofill/autofill_account_chooser.mm:111: setEnabled:(delegate_->SignedInState() != autofill::REQUIRES_RESPONSE)]; On 2013/08/30 01:48:12, groby wrote: > ...
7 years, 3 months ago (2013-08-30 03:24:40 UTC) #4
Evan Stade
On 2013/08/30 03:24:40, Ilya Sherman wrote: > https://codereview.chromium.org/23806002/diff/1/chrome/browser/ui/cocoa/autofill/autofill_account_chooser.mm > File chrome/browser/ui/cocoa/autofill/autofill_account_chooser.mm (right): > > https://codereview.chromium.org/23806002/diff/1/chrome/browser/ui/cocoa/autofill/autofill_account_chooser.mm#newcode111 ...
7 years, 3 months ago (2013-08-30 03:34:07 UTC) #5
Ilya Sherman
On 2013/08/30 03:34:07, Evan Stade wrote: > SignedInState() is a function that no longer needs ...
7 years, 3 months ago (2013-08-30 04:07:05 UTC) #6
Evan Stade
On 2013/08/30 04:07:05, Ilya Sherman wrote: > On 2013/08/30 03:34:07, Evan Stade wrote: > > ...
7 years, 3 months ago (2013-08-30 19:47:17 UTC) #7
Ilya Sherman
https://codereview.chromium.org/23806002/diff/16001/chrome/browser/ui/autofill/autofill_dialog_view_delegate.h File chrome/browser/ui/autofill/autofill_dialog_view_delegate.h (left): https://codereview.chromium.org/23806002/diff/16001/chrome/browser/ui/autofill/autofill_dialog_view_delegate.h#oldcode55 chrome/browser/ui/autofill/autofill_dialog_view_delegate.h:55: virtual DialogSignedInState SignedInState() const = 0; On 2013/08/30 19:47:17, ...
7 years, 3 months ago (2013-08-30 21:45:58 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/23806002/22001
7 years, 3 months ago (2013-08-30 21:46:02 UTC) #9
commit-bot: I haz the power
Failed to apply patch for chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 3 months ago (2013-08-30 21:46:06 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/23806002/26001
7 years, 3 months ago (2013-08-30 22:00:43 UTC) #11
commit-bot: I haz the power
Failed to apply patch for chrome/browser/ui/autofill/autofill_dialog_types.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 3 months ago (2013-09-02 05:05:16 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/23806002/35001
7 years, 3 months ago (2013-09-03 22:50:11 UTC) #13
commit-bot: I haz the power
7 years, 3 months ago (2013-09-04 17:16:41 UTC) #14
Message was sent while issue was closed.
Change committed as 221213

Powered by Google App Engine
This is Rietveld 408576698