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

Issue 2966103002: [Payments] Show admin area complete names on PR form. (Closed)

Created:
3 years, 5 months ago by Parastoo
Modified:
3 years, 5 months ago
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

- In payment request form, for the admin area drop-down field, show admin areas' complete names rather than codes. - If available, show the names in the device's language, otherwise, show in the default language for that country. Exp: Show Quebec and not QC, and show Québec if the device's language is set to French. - If the name of the admin area for a country is not available, show the admin area code. - Change the unit-tests accordingly. BUG=691643 Review-Url: https://codereview.chromium.org/2966103002 Cr-Commit-Position: refs/heads/master@{#485338} Committed: https://chromium.googlesource.com/chromium/src/+/51456a9609172d3f8a803c056c1789a55b52fd60

Patch Set 1 : Keys to names #

Total comments: 7

Patch Set 2 : Show the name in the appropriate language. #

Total comments: 12

Patch Set 3 : Unit-tests added. #

Total comments: 9

Patch Set 4 : Small Changes. #

Messages

Total messages: 71 (56 generated)
Parastoo
3 years, 5 months ago (2017-07-05 14:29:27 UTC) #21
Parastoo
dtrainor@chromium.org: Please review changes in
3 years, 5 months ago (2017-07-05 16:00:13 UTC) #31
Mathieu
lgtm https://codereview.chromium.org/2966103002/diff/100001/components/payments/core/subkey_requester.h File components/payments/core/subkey_requester.h (right): https://codereview.chromium.org/2966103002/diff/100001/components/payments/core/subkey_requester.h#newcode13 components/payments/core/subkey_requester.h:13: using SubKeyReceiverCallback = add a comment about what ...
3 years, 5 months ago (2017-07-05 16:07:15 UTC) #32
Mathieu
David, PTAL
3 years, 5 months ago (2017-07-06 13:05:25 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2966103002/120001
3 years, 5 months ago (2017-07-07 02:22:44 UTC) #44
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/482832)
3 years, 5 months ago (2017-07-07 02:32:25 UTC) #46
Mathieu
Would love to see more detailed test cases around language. +sebsg https://codereview.chromium.org/2966103002/diff/100001/components/payments/core/subkey_requester.h File components/payments/core/subkey_requester.h (right): ...
3 years, 5 months ago (2017-07-07 13:10:02 UTC) #48
Parastoo
https://codereview.chromium.org/2966103002/diff/100001/components/payments/core/subkey_requester.h File components/payments/core/subkey_requester.h (right): https://codereview.chromium.org/2966103002/diff/100001/components/payments/core/subkey_requester.h#newcode13 components/payments/core/subkey_requester.h:13: using SubKeyReceiverCallback = On 2017/07/07 13:10:01, Mathieu wrote: > ...
3 years, 5 months ago (2017-07-07 15:53:24 UTC) #52
Parastoo
dtrainor@chromium.org: Please review changes in
3 years, 5 months ago (2017-07-07 17:51:49 UTC) #57
sebsg
Great Job! I just have a couple of comments :) https://codereview.chromium.org/2966103002/diff/140001/chrome/android/java/src/org/chromium/chrome/browser/payments/AddressEditor.java File chrome/android/java/src/org/chromium/chrome/browser/payments/AddressEditor.java (right): https://codereview.chromium.org/2966103002/diff/140001/chrome/android/java/src/org/chromium/chrome/browser/payments/AddressEditor.java#newcode320 ...
3 years, 5 months ago (2017-07-07 18:05:05 UTC) #58
Parastoo
https://codereview.chromium.org/2966103002/diff/140001/chrome/android/java/src/org/chromium/chrome/browser/payments/AddressEditor.java File chrome/android/java/src/org/chromium/chrome/browser/payments/AddressEditor.java (right): https://codereview.chromium.org/2966103002/diff/140001/chrome/android/java/src/org/chromium/chrome/browser/payments/AddressEditor.java#newcode320 chrome/android/java/src/org/chromium/chrome/browser/payments/AddressEditor.java:320: contains(adminAreaCodes, mProfile.getRegion()) On 2017/07/07 18:05:04, sebsg wrote: > Since ...
3 years, 5 months ago (2017-07-10 15:40:20 UTC) #61
sebsg
LGTM https://codereview.chromium.org/2966103002/diff/140001/components/payments/core/subkey_requester_unittest.cc File components/payments/core/subkey_requester_unittest.cc (right): https://codereview.chromium.org/2966103002/diff/140001/components/payments/core/subkey_requester_unittest.cc#newcode73 components/payments/core/subkey_requester_unittest.cc:73: "\"lang\":\"en\"}}")); On 2017/07/10 15:40:19, Parastoo wrote: > On ...
3 years, 5 months ago (2017-07-10 15:44:48 UTC) #62
David Trainor- moved to gerrit
AutofillProfileBridge.java lgtm!
3 years, 5 months ago (2017-07-10 15:50:21 UTC) #63
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2966103002/160001
3 years, 5 months ago (2017-07-10 19:06:53 UTC) #68
commit-bot: I haz the power
3 years, 5 months ago (2017-07-10 19:12:35 UTC) #71
Message was sent while issue was closed.
Committed patchset #4 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/51456a9609172d3f8a803c056c17...

Powered by Google App Engine
This is Rietveld 408576698