Description was changed from ========== PaymentHandler: Replace GetAllManifests() with GetAllPaymentApps(). Use the new GetAllPaymentApps() instead ...
3 years, 7 months ago
(2017-05-09 16:30:14 UTC)
#1
Description was changed from
==========
PaymentHandler: Replace GetAllManifests() with GetAllPaymentApps().
Use the new GetAllPaymentApps() instead of legacy GetAllManifests() in android.
Also, this CL removes unnecessary Manifest and Option classes in Bridge.
See the other CLs in this series:
[1/3] http://crrev.com/ (Add GetAllPaymentApps())
[2/3] http://crrev.com/ (This patch)
[3/3] http://crrev.com/ (Remove GetAllManifests())
BUG=661608
==========
to
==========
PaymentHandler: Replace GetAllManifests() with GetAllPaymentApps().
Use the new GetAllPaymentApps() instead of legacy GetAllManifests() in android.
Also, this CL removes unnecessary Manifest and Option classes in Bridge.
See the other CLs in this series:
[1/3] http://crrev.com/2867273003 (Add GetAllPaymentApps())
[2/3] http://crrev.com/ (This patch)
[3/3] http://crrev.com/ (Remove GetAllManifests())
BUG=661608
==========
zino
Description was changed from ========== PaymentHandler: Replace GetAllManifests() with GetAllPaymentApps(). Use the new GetAllPaymentApps() instead ...
3 years, 7 months ago
(2017-05-09 16:30:32 UTC)
#2
Description was changed from
==========
PaymentHandler: Replace GetAllManifests() with GetAllPaymentApps().
Use the new GetAllPaymentApps() instead of legacy GetAllManifests() in android.
Also, this CL removes unnecessary Manifest and Option classes in Bridge.
See the other CLs in this series:
[1/3] http://crrev.com/2867273003 (Add GetAllPaymentApps())
[2/3] http://crrev.com/ (This patch)
[3/3] http://crrev.com/ (Remove GetAllManifests())
BUG=661608
==========
to
==========
PaymentHandler: Replace GetAllManifests() with GetAllPaymentApps().
Use the new GetAllPaymentApps() instead of legacy GetAllManifests() in android.
Also, this CL removes unnecessary Manifest and Option classes in Bridge.
See the other CLs in this series:
[1/3] http://crrev.com/2867273003 (Add GetAllPaymentApps())
[2/3] http://crrev.com/2867273003 (This patch)
[3/3] http://crrev.com/ (Remove GetAllManifests())
BUG=661608
==========
zino
Description was changed from ========== PaymentHandler: Replace GetAllManifests() with GetAllPaymentApps(). Use the new GetAllPaymentApps() instead ...
3 years, 7 months ago
(2017-05-09 16:31:21 UTC)
#3
Description was changed from
==========
PaymentHandler: Replace GetAllManifests() with GetAllPaymentApps().
Use the new GetAllPaymentApps() instead of legacy GetAllManifests() in android.
Also, this CL removes unnecessary Manifest and Option classes in Bridge.
See the other CLs in this series:
[1/3] http://crrev.com/2867273003 (Add GetAllPaymentApps())
[2/3] http://crrev.com/2867273003 (This patch)
[3/3] http://crrev.com/ (Remove GetAllManifests())
BUG=661608
==========
to
==========
PaymentHandler: Replace GetAllManifests() with GetAllPaymentApps().
Use the new GetAllPaymentApps() instead of legacy GetAllManifests() in android.
Also, this CL removes unnecessary Manifest and Option classes in Bridge.
See the other CLs in this series:
[1/3] http://crrev.com/2873683002 (Add GetAllPaymentApps())
[2/3] http://crrev.com/2867273003 (This patch)
[3/3] http://crrev.com/ (Remove GetAllManifests())
BUG=661608
==========
zino
Description was changed from ========== PaymentHandler: Replace GetAllManifests() with GetAllPaymentApps(). Use the new GetAllPaymentApps() instead ...
3 years, 7 months ago
(2017-05-09 16:52:28 UTC)
#4
Description was changed from
==========
PaymentHandler: Replace GetAllManifests() with GetAllPaymentApps().
Use the new GetAllPaymentApps() instead of legacy GetAllManifests() in android.
Also, this CL removes unnecessary Manifest and Option classes in Bridge.
See the other CLs in this series:
[1/3] http://crrev.com/2873683002 (Add GetAllPaymentApps())
[2/3] http://crrev.com/2867273003 (This patch)
[3/3] http://crrev.com/ (Remove GetAllManifests())
BUG=661608
==========
to
==========
PaymentHandler: Replace GetAllManifests() with GetAllPaymentApps().
Use the new GetAllPaymentApps() instead of legacy GetAllManifests() in android.
Also, this CL removes unnecessary Manifest and Option classes in Bridge.
See the other CLs in this series:
[1/2] http://crrev.com/2873683002 (Add GetAllPaymentApps())
[2/2] http://crrev.com/2867273003 (This patch)
BUG=661608
==========
Thank you for review. https://codereview.chromium.org/2867273003/diff/1/chrome/browser/android/payments/service_worker_payment_app_bridge.cc File chrome/browser/android/payments/service_worker_payment_app_bridge.cc (right): https://codereview.chromium.org/2867273003/diff/1/chrome/browser/android/payments/service_worker_payment_app_bridge.cc#newcode34 chrome/browser/android/payments/service_worker_payment_app_bridge.cc:34: using payments::mojom::PaymentMethodDataPtr; On 2017/05/10 18:30:31, ...
3 years, 7 months ago
(2017-05-11 01:34:29 UTC)
#11
Thank you for review.
https://codereview.chromium.org/2867273003/diff/1/chrome/browser/android/paym...
File chrome/browser/android/payments/service_worker_payment_app_bridge.cc
(right):
https://codereview.chromium.org/2867273003/diff/1/chrome/browser/android/paym...
chrome/browser/android/payments/service_worker_payment_app_bridge.cc:34: using
payments::mojom::PaymentMethodDataPtr;
On 2017/05/10 18:30:31, ಠ_ಠ wrote:
> On 2017/05/10 18:28:39, zino wrote:
> > On 2017/05/09 18:54:36, ಠ_ಠ wrote:
> > > Please move all the "using" statements inside of the anonymous namespace
and
> > > prepend the namespaces with ::. For example:
> > >
> > > namespace {
> > >
> > > using ::base::android::ToJavaArrayOfStrings;
> > > ...
> >
> > Done.
>
> You seem to have missed this one.
Oh.. Sorry.
Done.
https://codereview.chromium.org/2867273003/diff/40001/chrome/android/java/src...
File
chrome/android/java/src/org/chromium/chrome/browser/payments/ServiceWorkerPaymentAppBridge.java
(right):
https://codereview.chromium.org/2867273003/diff/40001/chrome/android/java/src...
chrome/android/java/src/org/chromium/chrome/browser/payments/ServiceWorkerPaymentAppBridge.java:63:
HashSet<String> methodNames = new HashSet<String>();
On 2017/05/10 18:30:31, ಠ_ಠ wrote:
> Set<String> methodNames = new HashSet<>();
Done.
please use gerrit instead
lgtm
3 years, 7 months ago
(2017-05-11 15:14:10 UTC)
#12
lgtm
zino
The CQ bit was checked by jinho.bang@samsung.com
3 years, 7 months ago
(2017-05-13 08:00:21 UTC)
#13
CQ is committing da patch. Bot data: {"patchset_id": 80001, "attempt_start_ts": 1494678928146530, "parent_rev": "441ca70d0885c3cefafce97b8f72922ee05111e7", "commit_rev": "93b356ad256b7bff7db894592f1e49fd7aa9aeb3"}
3 years, 7 months ago
(2017-05-13 16:51:18 UTC)
#19
CQ is committing da patch.
Bot data: {"patchset_id": 80001, "attempt_start_ts": 1494678928146530,
"parent_rev": "441ca70d0885c3cefafce97b8f72922ee05111e7", "commit_rev":
"93b356ad256b7bff7db894592f1e49fd7aa9aeb3"}
commit-bot: I haz the power
Description was changed from ========== PaymentHandler: Replace GetAllManifests() with GetAllPaymentApps(). Use the new GetAllPaymentApps() instead ...
3 years, 7 months ago
(2017-05-13 16:51:30 UTC)
#20
Message was sent while issue was closed.
Description was changed from
==========
PaymentHandler: Replace GetAllManifests() with GetAllPaymentApps().
Use the new GetAllPaymentApps() instead of legacy GetAllManifests() in android.
Also, this CL removes unnecessary Manifest and Option classes in Bridge.
See the other CLs in this series:
[1/2] http://crrev.com/2873683002 (Add GetAllPaymentApps())
[2/2] http://crrev.com/2867273003 (This patch)
BUG=661608
==========
to
==========
PaymentHandler: Replace GetAllManifests() with GetAllPaymentApps().
Use the new GetAllPaymentApps() instead of legacy GetAllManifests() in android.
Also, this CL removes unnecessary Manifest and Option classes in Bridge.
See the other CLs in this series:
[1/2] http://crrev.com/2873683002 (Add GetAllPaymentApps())
[2/2] http://crrev.com/2867273003 (This patch)
BUG=661608
Review-Url: https://codereview.chromium.org/2867273003
Cr-Commit-Position: refs/heads/master@{#471590}
Committed:
https://chromium.googlesource.com/chromium/src/+/93b356ad256b7bff7db894592f1e...
==========
commit-bot: I haz the power
Committed patchset #4 (id:80001) as https://chromium.googlesource.com/chromium/src/+/93b356ad256b7bff7db894592f1e49fd7aa9aeb3
3 years, 7 months ago
(2017-05-13 16:51:32 UTC)
#21
Issue 2867273003: PaymentHandler: Replace GetAllManifests() with GetAllPaymentApps().
(Closed)
Created 3 years, 7 months ago by zino
Modified 3 years, 7 months ago
Reviewers: please use gerrit instead
Base URL:
Comments: 10