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

Issue 15500008: Persist the choice of AutofillDataModel when using the requestAutocomplete dialog. (Closed)

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

Description

Persist the choice of AutofillDataModel when using the requestAutocomplete dialog. If the user selects an autofill data model that we already know about, save that as the new default. Newly added addresses and cards will not be stickied. Only takes effect if NOT paying with wallet. BUG=241948 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=201991

Patch Set 1 #

Patch Set 2 : better comment #

Total comments: 19

Patch Set 3 : ilya review #

Total comments: 2

Patch Set 4 : clear full wallet in some places #

Patch Set 5 : merge conflicts #

Patch Set 6 : fix bad merge resolution #

Unified diffs Side-by-side diffs Delta from patch set Stats (+241 lines, -22 lines) Patch
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.h View 1 2 3 4 1 chunk +20 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 2 3 4 10 chunks +135 lines, -19 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc View 1 2 3 4 3 chunks +63 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_models.h View 1 2 3 4 1 chunk +8 lines, -2 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_models.cc View 1 2 3 4 5 2 chunks +12 lines, -1 line 0 comments Download
M chrome/common/pref_names.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Evan Stade
7 years, 7 months ago (2013-05-21 01:30:32 UTC) #1
Ilya Sherman
https://codereview.chromium.org/15500008/diff/3001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/15500008/diff/3001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode1910 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:1910: SuggestionsMenuModel* model = SuggestionsMenuModelForSection(section); nit: Perhaps move this into ...
7 years, 7 months ago (2013-05-21 03:54:35 UTC) #2
Evan Stade
https://codereview.chromium.org/15500008/diff/3001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/15500008/diff/3001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode1910 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:1910: SuggestionsMenuModel* model = SuggestionsMenuModelForSection(section); On 2013/05/21 03:54:35, Ilya Sherman ...
7 years, 7 months ago (2013-05-21 17:34:41 UTC) #3
Ilya Sherman
lgtm https://codereview.chromium.org/15500008/diff/3001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/15500008/diff/3001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode2543 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:2543: variant++; On 2013/05/21 17:34:41, Evan Stade wrote: > ...
7 years, 7 months ago (2013-05-21 23:20:43 UTC) #4
Evan Stade
Dan, could you review the changes between patchset 3 and 4? https://codereview.chromium.org/15500008/diff/18001/chrome/browser/ui/autofill/autofill_dialog_models.h File chrome/browser/ui/autofill/autofill_dialog_models.h (right): ...
7 years, 7 months ago (2013-05-22 22:24:02 UTC) #5
Evan Stade
On 2013/05/22 22:24:02, Evan Stade wrote: > Dan, could you review the changes between patchset ...
7 years, 7 months ago (2013-05-22 22:25:02 UTC) #6
Dan Beam
3 -> 4 lgtm
7 years, 7 months ago (2013-05-23 02:21:41 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/15500008/37001
7 years, 7 months ago (2013-05-23 16:26:16 UTC) #8
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, 7 months ago (2013-05-23 16:26:26 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/15500008/61001
7 years, 7 months ago (2013-05-23 18:14:40 UTC) #10
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 7 months ago (2013-05-23 18:37:39 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/15500008/91001
7 years, 7 months ago (2013-05-23 22:34:52 UTC) #12
commit-bot: I haz the power
7 years, 7 months ago (2013-05-24 06:46:00 UTC) #13
Message was sent while issue was closed.
Change committed as 201991

Powered by Google App Engine
This is Rietveld 408576698