New issue
Advanced search Search tips

Issue 695233 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Feb 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 1
Type: Bug



Sign in to add a comment

Gracefully handle payment app crash

Project Member Reported by rouslan@chromium.org, Feb 22 2017

Issue description

If the payment app crashes, the instruments callback may be invoked                                                                                                                                                                            
multiple times, although the rest of the code expects only a single                                                                                                                                                                            
call. Therefore, the Android payment app shim should check to make sure                                                                                                                                                                        
that the instrument callback is being called only once.
 
Labels: -OS-Linux
Project Member

Comment 2 by bugdroid1@chromium.org, Feb 23 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/9543088368b3b3732eb053ab7067c792a2030dd1

commit 9543088368b3b3732eb053ab7067c792a2030dd1
Author: rouslan <rouslan@chromium.org>
Date: Thu Feb 23 15:43:25 2017

Gracefully handle payment app crash.

If the payment app crashes, the instruments callback may be invoked
multiple times, although the rest of the code expects only a single
call. Therefore, the Android payment app shim should check to make sure
that the instrument callback is being called only once.

BUG= 695233 

Review-Url: https://codereview.chromium.org/2702153007
Cr-Commit-Position: refs/heads/master@{#452497}

[modify] https://crrev.com/9543088368b3b3732eb053ab7067c792a2030dd1/chrome/android/java/src/org/chromium/chrome/browser/payments/AndroidPaymentApp.java

Status: Fixed (was: Started)
Components: -UI>Browser>Autofill>Payments UI>Browser>Payments

Sign in to add a comment