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

Issue 1014683007: Autofill OSX: Add "Verifying card" / "Your card is verified" status overlay. (Closed)

Created:
5 years, 9 months ago by bondd
Modified:
5 years, 9 months ago
CC:
chromium-reviews, estade+watch_chromium.org, rouslan+autofillwatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Autofill OSX: Add "Verifying card" / "Your card is verified" status overlay. "Verifying card" status overlay is displayed while the dialog is waiting for card verification. Once the card has been verified "Your card is verified" is displayed for one second and then the dialog closes. If the card was successfully verified then the card data on the form will be filled. This CL is not pixel-perfect with the UI mocks. That will come in a later CL. No error messages are displayed on card verification failure. Coming soon in another CL. Video attached to bug: https://code.google.com/p/chromium/issues/detail?id=448572#c11 BUG=448572 Committed: https://crrev.com/df4f75d1b9f3b1f32f90303283f3724b0c42e5b5 Cr-Commit-Position: refs/heads/master@{#321499}

Patch Set 1 #

Total comments: 7

Patch Set 2 : Address groby@ comments on patch set 1. #

Total comments: 6

Patch Set 3 : Delete dialog properly + simplify text height calculation. #

Total comments: 3

Patch Set 4 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -26 lines) Patch
M chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm View 1 2 3 14 chunks +60 lines, -24 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
bondd
https://codereview.chromium.org/1014683007/diff/1/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm File chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm (right): https://codereview.chromium.org/1014683007/diff/1/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm#newcode84 chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm:84: base::TimeDelta::FromSeconds(1)); This call to PostDelayedTask is copied from the ...
5 years, 9 months ago (2015-03-18 02:48:37 UTC) #3
groby-ooo-7-16
https://codereview.chromium.org/1014683007/diff/1/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h File chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h (right): https://codereview.chromium.org/1014683007/diff/1/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h#newcode56 chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h:56: - (void)setProgressOverlayHidden:(BOOL)hidden; Can we make do with a single ...
5 years, 9 months ago (2015-03-18 07:10:05 UTC) #4
bondd
https://codereview.chromium.org/1014683007/diff/1/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h File chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h (right): https://codereview.chromium.org/1014683007/diff/1/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h#newcode56 chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h:56: - (void)setProgressOverlayHidden:(BOOL)hidden; On 2015/03/18 07:10:05, groby wrote: > Can ...
5 years, 9 months ago (2015-03-18 22:01:40 UTC) #5
groby-ooo-7-16
https://codereview.chromium.org/1014683007/diff/20001/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm File chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm (right): https://codereview.chromium.org/1014683007/diff/20001/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm#newcode81 chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm:81: base::Unretained(this)), Unretained this? What happens if you close the ...
5 years, 9 months ago (2015-03-19 05:15:38 UTC) #6
bondd
https://codereview.chromium.org/1014683007/diff/20001/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm File chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm (right): https://codereview.chromium.org/1014683007/diff/20001/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm#newcode81 chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm:81: base::Unretained(this)), On 2015/03/19 05:15:38, groby wrote: > Unretained this? ...
5 years, 9 months ago (2015-03-19 21:43:37 UTC) #7
groby-ooo-7-16
lgtm https://codereview.chromium.org/1014683007/diff/40001/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm File chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm (right): https://codereview.chromium.org/1014683007/diff/40001/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm#newcode92 chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm:92: base::MessageLoop::current()->DeleteSoon(FROM_HERE, this); On 2015/03/19 21:43:37, bondd wrote: > ...
5 years, 9 months ago (2015-03-19 21:58:08 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1014683007/40001
5 years, 9 months ago (2015-03-19 23:31:44 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/7135) ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 9 months ago (2015-03-19 23:35:08 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1014683007/60001
5 years, 9 months ago (2015-03-20 01:13:01 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 9 months ago (2015-03-20 02:28:31 UTC) #16
commit-bot: I haz the power
5 years, 9 months ago (2015-03-20 02:29:06 UTC) #17
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/df4f75d1b9f3b1f32f90303283f3724b0c42e5b5
Cr-Commit-Position: refs/heads/master@{#321499}

Powered by Google App Engine
This is Rietveld 408576698