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 15961007: Highlight fields we know to be invalid but have no way of locally checking. (Closed)

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

Description

Highlight fields we know to be invalid but have no way of locally checking. In this specific case, expired Online Wallet instruments. R=groby@chromium.org,estade@chromium.org TBR=aruslan@chromium.org BUG=168680 TEST=unit_tests and manual Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=204012

Patch Set 1 #

Total comments: 4

Patch Set 2 : . #

Total comments: 8

Patch Set 3 : . #

Total comments: 5

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : . #

Patch Set 8 : . #

Patch Set 9 : . #

Patch Set 10 : . #

Total comments: 2

Patch Set 11 : . #

Patch Set 12 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+187 lines, -102 lines) Patch
M chrome/browser/ui/android/autofill/autofill_dialog_view_android.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/android/autofill/autofill_dialog_view_android.cc View 1 2 3 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller.h View 1 2 1 chunk +0 lines, -5 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 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 7 8 9 10 11 8 chunks +94 lines, -44 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 4 chunks +51 lines, -34 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_types.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_view.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.cc View 1 2 3 6 chunks +7 lines, -8 lines 0 comments Download
M components/autofill/browser/wallet/wallet_test_util.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/browser/wallet/wallet_test_util.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
Dan Beam
i'll add a test soon, let's see how much blood I can get from your ...
7 years, 6 months ago (2013-05-31 03:24:02 UTC) #1
groby-ooo-7-16
LGTM w/ nits. Bonus points for a unit test. https://codereview.chromium.org/15961007/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/15961007/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode1246 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:1246: ...
7 years, 6 months ago (2013-05-31 04:12:51 UTC) #2
Dan Beam
i have written you a unit test AND a haiku! +estade@ for c/b/ui/views and to ...
7 years, 6 months ago (2013-05-31 05:08:50 UTC) #3
tfarina
please, update the TEST line before landing this.
7 years, 6 months ago (2013-05-31 05:17:07 UTC) #4
Dan Beam
On 2013/05/31 05:17:07, tfarina wrote: > please, update the TEST line before landing this. Done.
7 years, 6 months ago (2013-05-31 05:18:21 UTC) #5
Evan Stade
I think changing to a set is a fine idea.
7 years, 6 months ago (2013-05-31 22:50:09 UTC) #6
Evan Stade
https://codereview.chromium.org/15961007/diff/5/chrome/browser/ui/autofill/autofill_dialog_controller.h File chrome/browser/ui/autofill/autofill_dialog_controller.h (right): https://codereview.chromium.org/15961007/diff/5/chrome/browser/ui/autofill/autofill_dialog_controller.h#newcode40 chrome/browser/ui/autofill/autofill_dialog_controller.h:40: enum ValidationType { this belongs in autofill_dialog_types.h https://codereview.chromium.org/15961007/diff/5/chrome/browser/ui/autofill/autofill_dialog_controller.h#newcode41 chrome/browser/ui/autofill/autofill_dialog_controller.h:41: ...
7 years, 6 months ago (2013-05-31 23:06:45 UTC) #7
Dan Beam
https://codereview.chromium.org/15961007/diff/5/chrome/browser/ui/autofill/autofill_dialog_controller.h File chrome/browser/ui/autofill/autofill_dialog_controller.h (right): https://codereview.chromium.org/15961007/diff/5/chrome/browser/ui/autofill/autofill_dialog_controller.h#newcode40 chrome/browser/ui/autofill/autofill_dialog_controller.h:40: enum ValidationType { On 2013/05/31 23:06:45, Evan Stade wrote: ...
7 years, 6 months ago (2013-06-01 00:23:06 UTC) #8
Dan Beam
https://codereview.chromium.org/15961007/diff/17001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/15961007/diff/17001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode2419 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:2419: bool AutofillDialogControllerImpl::IsCCExpirationValid( whoops, return values are inverted, fixing
7 years, 6 months ago (2013-06-01 00:25:55 UTC) #9
Evan Stade
https://codereview.chromium.org/15961007/diff/17001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/15961007/diff/17001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode1231 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:1231: validation_type == VALIDATE_SUGGESTION) && iter->second.empty()) { I thought you ...
7 years, 6 months ago (2013-06-01 00:39:18 UTC) #10
Dan Beam
did everything but helper function https://codereview.chromium.org/15961007/diff/17001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/15961007/diff/17001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode1231 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:1231: validation_type == VALIDATE_SUGGESTION) && ...
7 years, 6 months ago (2013-06-01 01:15:04 UTC) #11
Dan Beam
also did helper function, ptal
7 years, 6 months ago (2013-06-03 09:00:55 UTC) #12
Evan Stade
lgtm https://chromiumcodereview.appspot.com/15961007/diff/49002/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://chromiumcodereview.appspot.com/15961007/diff/49002/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode1020 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:1020: ActiveInstrument() const { could you make an ActiveShippingAddress() ...
7 years, 6 months ago (2013-06-03 21:24:46 UTC) #13
Dan Beam
https://chromiumcodereview.appspot.com/15961007/diff/49002/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://chromiumcodereview.appspot.com/15961007/diff/49002/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode1020 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:1020: ActiveInstrument() const { On 2013/06/03 21:24:46, Evan Stade wrote: ...
7 years, 6 months ago (2013-06-03 22:04:18 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dbeam@chromium.org/15961007/56001
7 years, 6 months ago (2013-06-03 22:06:41 UTC) #15
commit-bot: I haz the power
Retried try job too often on win_x64_rel for step(s) compile http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_x64_rel&number=15567
7 years, 6 months ago (2013-06-03 22:52:50 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dbeam@chromium.org/15961007/56001
7 years, 6 months ago (2013-06-03 23:15:22 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dbeam@chromium.org/15961007/2002
7 years, 6 months ago (2013-06-04 08:33:42 UTC) #18
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) chrome_frame_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=157339
7 years, 6 months ago (2013-06-04 13:51:41 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dbeam@chromium.org/15961007/2002
7 years, 6 months ago (2013-06-04 16:43:26 UTC) #20
commit-bot: I haz the power
7 years, 6 months ago (2013-06-04 19:19:31 UTC) #21
Message was sent while issue was closed.
Change committed as 204012

Powered by Google App Engine
This is Rietveld 408576698