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

Issue 13331007: Multi-account AccountChooser for interactive autocomplete. (Closed)

Created:
7 years, 8 months ago by aruslan
Modified:
7 years, 8 months ago
Reviewers:
Evan Stade
CC:
chromium-reviews, Raman Kakilate, benquan, dhollowa+watch_chromium.org, ahutter, dbeam+watch-autofill_chromium.org, Dane Wallinga, dyu1, Albert Bodenhamer, estade+watch_chromium.org, Ilya Sherman, Dan Beam
Visibility:
Public.

Description

Multi-account AccountChooser for interactive autocomplete. BUG=223923, 226855, 230227 TBR=sky@chromium.org NOTRY=True Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194928

Patch Set 1 #

Total comments: 10

Patch Set 2 : Comments and names. #

Patch Set 3 : Extracted AccountChooserModel to a separate file. #

Patch Set 4 : Indent fix. #

Total comments: 24

Patch Set 5 : addressed review comments. #

Patch Set 6 : Name changes and cleanup before dbeam@'s CL integration. #

Patch Set 7 : Rebase; integrate with dbeam@ changes. #

Patch Set 8 : #

Total comments: 22

Patch Set 9 : Comments addressed; SetAdditionalAccounts() removed. #

Patch Set 10 : Removed remnants of additional accounts. #

Patch Set 11 : merge. #

Total comments: 12

Patch Set 12 : Addressed suggestions. #

Patch Set 13 : prepare for https://chromiumcodereview.appspot.com/14089006 rebase. #

Patch Set 14 : rebase after https://chromiumcodereview.appspot.com/14089006. #

Patch Set 15 : Rebase after https://chromiumcodereview.appspot.com/12413007 #

Patch Set 16 : Rebase and CreateWrapper() fix. #

Patch Set 17 : rebase. #

Patch Set 18 : #

Patch Set 19 : Rebase after https://chromiumcodereview.appspot.com/13870019 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+459 lines, -329 lines) Patch
A chrome/browser/ui/autofill/account_chooser_model.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +135 lines, -0 lines 0 comments Download
A chrome/browser/ui/autofill/account_chooser_model.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +153 lines, -0 lines 0 comments Download
A + chrome/browser/ui/autofill/account_chooser_model_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +44 lines, -8 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +9 lines, -12 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 18 chunks +85 lines, -35 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 7 chunks +30 lines, -10 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_models.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +0 lines, -68 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_models.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +0 lines, -85 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_models_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -111 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
aruslan
Hi Evan, please take a look. Should I move the AccountChooserModel to a separate .h/.cc/_unittest?
7 years, 8 months ago (2013-03-29 19:25:24 UTC) #1
Evan Stade
yes, I think AccountChooserModel deserves its own file now. Please add code that exercises all ...
7 years, 8 months ago (2013-03-29 23:08:44 UTC) #2
aruslan
Thanks, Evan, please take a look. https://codereview.chromium.org/13331007/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/13331007/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode612 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:612: // there is ...
7 years, 8 months ago (2013-03-30 00:07:47 UTC) #3
aruslan
Extracted AccountChooserModel to its file and tried to come up with better comments and names. ...
7 years, 8 months ago (2013-03-30 00:43:23 UTC) #4
aruslan
On 2013/03/29 23:08:44, Evan Stade wrote: > yes, I think AccountChooserModel deserves its own file ...
7 years, 8 months ago (2013-04-01 14:47:50 UTC) #5
Evan Stade
I think some better terminology could improve the clarity of this class. Multiple accounts can ...
7 years, 8 months ago (2013-04-01 23:54:34 UTC) #6
aruslan
I'll for dbeam@ changes to go through and then I'll change this accordingly. https://chromiumcodereview.appspot.com/13331007/diff/14001/chrome/browser/ui/autofill/account_chooser_model.cc File ...
7 years, 8 months ago (2013-04-10 17:40:31 UTC) #7
aruslan
Hi Evan, I renamed the functions, fixed comments, added (hopefully) more clear terminology section, switched ...
7 years, 8 months ago (2013-04-11 18:31:58 UTC) #8
Evan Stade
https://chromiumcodereview.appspot.com/13331007/diff/40001/chrome/browser/ui/autofill/account_chooser_model.cc File chrome/browser/ui/autofill/account_chooser_model.cc (right): https://chromiumcodereview.appspot.com/13331007/diff/40001/chrome/browser/ui/autofill/account_chooser_model.cc#newcode48 chrome/browser/ui/autofill/account_chooser_model.cc:48: !(current_username_.empty() && additional_accounts_.empty()); are you sure we want to ...
7 years, 8 months ago (2013-04-11 19:27:45 UTC) #9
aruslan
Thanks, Evan, I moved all stuff that is currently not used in this CL to ...
7 years, 8 months ago (2013-04-12 00:46:01 UTC) #10
aruslan
Hi Evan, the subsequent CL stuff is removed, all comments are addressed; please take a ...
7 years, 8 months ago (2013-04-12 01:33:02 UTC) #11
Evan Stade
lgtm with a few more nits https://chromiumcodereview.appspot.com/13331007/diff/61001/chrome/browser/ui/autofill/account_chooser_model.cc File chrome/browser/ui/autofill/account_chooser_model.cc (right): https://chromiumcodereview.appspot.com/13331007/diff/61001/chrome/browser/ui/autofill/account_chooser_model.cc#newcode124 chrome/browser/ui/autofill/account_chooser_model.cc:124: // A throbber ...
7 years, 8 months ago (2013-04-12 17:06:36 UTC) #12
aruslan
Thanks, Evan! https://chromiumcodereview.appspot.com/13331007/diff/61001/chrome/browser/ui/autofill/account_chooser_model.cc File chrome/browser/ui/autofill/account_chooser_model.cc (right): https://chromiumcodereview.appspot.com/13331007/diff/61001/chrome/browser/ui/autofill/account_chooser_model.cc#newcode124 chrome/browser/ui/autofill/account_chooser_model.cc:124: // A throbber should be shown until ...
7 years, 8 months ago (2013-04-12 20:43:30 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aruslan@chromium.org/13331007/71001
7 years, 8 months ago (2013-04-12 21:32:18 UTC) #14
commit-bot: I haz the power
Failed to apply patch for chrome/browser/ui/autofill/autofill_dialog_models.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 8 months ago (2013-04-12 21:32:24 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aruslan@chromium.org/13331007/84001
7 years, 8 months ago (2013-04-13 03:23:30 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aruslan@chromium.org/13331007/101001
7 years, 8 months ago (2013-04-18 00:19:31 UTC) #17
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, 8 months ago (2013-04-18 00:19:35 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aruslan@chromium.org/13331007/53003
7 years, 8 months ago (2013-04-18 00:26:17 UTC) #19
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, 8 months ago (2013-04-18 00:26:20 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aruslan@chromium.org/13331007/50002
7 years, 8 months ago (2013-04-18 13:44:33 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aruslan@chromium.org/13331007/50002
7 years, 8 months ago (2013-04-18 15:27:24 UTC) #22
commit-bot: I haz the power
7 years, 8 months ago (2013-04-18 15:27:46 UTC) #23
Message was sent while issue was closed.
Change committed as 194928

Powered by Google App Engine
This is Rietveld 408576698