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

Issue 2413833002: PaymentRequest: Rename ContactInfo to PayerInfo.

Created:
4 years, 2 months ago by zino
Modified:
4 years, 2 months ago
Reviewers:
CC:
chromium-reviews, agrieve+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

PaymentRequest: Rename ContactInfo to PayerInfo. BUG=648051

Patch Set 1 #

Patch Set 2 : PaymentRequest: Rename ContactInfo to PayerInfo. #

Patch Set 3 : test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+281 lines, -1179 lines) Patch
D chrome/android/java/src/org/chromium/chrome/browser/payments/AutofillContact.java View 1 chunk +0 lines, -74 lines 0 comments Download
A + chrome/android/java/src/org/chromium/chrome/browser/payments/AutofillPayerInfo.java View 1 2 chunks +13 lines, -13 lines 0 comments Download
D chrome/android/java/src/org/chromium/chrome/browser/payments/ContactEditor.java View 1 chunk +0 lines, -167 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/payments/EditorBase.java View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/android/java/src/org/chromium/chrome/browser/payments/PayerInfoEditor.java View 1 7 chunks +21 lines, -20 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentRequestImpl.java View 11 chunks +58 lines, -56 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentRequestJourneyLogger.java View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorModel.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorView.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentInformation.java View 3 chunks +8 lines, -8 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestUI.java View 19 chunks +36 lines, -36 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/payments/ui/SectionInformation.java View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/android/java/strings/android_chrome_strings.grd View 2 chunks +8 lines, -8 lines 0 comments Download
M chrome/android/java_sources.gni View 1 2 3 chunks +7 lines, -7 lines 0 comments Download
D chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestContactDetailsAndFreeShippingTest.java View 1 2 1 chunk +0 lines, -82 lines 0 comments Download
D chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestContactDetailsTest.java View 1 2 1 chunk +0 lines, -202 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestEmailTest.java View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
D chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompleteContactDetailsTest.java View 1 2 1 chunk +0 lines, -73 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompleteEmailTest.java View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompletePayerInfoDetailsTest.java View 1 2 2 chunks +17 lines, -17 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompletePhoneTest.java View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestJourneyLoggerTest.java View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
D chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestMultipleContactDetailsTest.java View 1 2 1 chunk +0 lines, -93 lines 0 comments Download
A + chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestMultiplePayerInfoDetailsTest.java View 1 2 2 chunks +18 lines, -16 lines 0 comments Download
A + chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPayerInfoDetailsAndFreeShippingTest.java View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
A + chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPayerInfoDetailsTest.java View 1 2 7 chunks +32 lines, -32 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPhoneTest.java View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestTestBase.java View 1 2 4 chunks +10 lines, -9 lines 0 comments Download
D chrome/android/junit/src/org/chromium/chrome/browser/payments/AutofillContactTest.java View 1 2 1 chunk +0 lines, -86 lines 0 comments Download
A + chrome/android/junit/src/org/chromium/chrome/browser/payments/AutofillPayerInfoTest.java View 1 2 3 chunks +14 lines, -14 lines 0 comments Download
D chrome/test/data/android/payments/contact_details.js View 1 2 1 chunk +0 lines, -37 lines 0 comments Download
D chrome/test/data/android/payments/contact_details_and_free_shipping.js View 1 2 1 chunk +0 lines, -50 lines 0 comments Download
A + chrome/test/data/android/payments/payer_info_details.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + chrome/test/data/android/payments/payer_info_details_and_free_shipping.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
D chrome/test/data/android/payments/payment_request_contact_details_and_free_shipping_test.html View 1 2 1 chunk +0 lines, -20 lines 0 comments Download
D chrome/test/data/android/payments/payment_request_contact_details_test.html View 1 2 1 chunk +0 lines, -20 lines 0 comments Download
A + chrome/test/data/android/payments/payment_request_payer_info_details_and_free_shipping_test.html View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
A + chrome/test/data/android/payments/payment_request_payer_info_details_test.html View 1 2 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (5 generated)
zino
Patchset #2 (id:20001) has been deleted
4 years, 2 months ago (2016-10-12 18:49:56 UTC) #1
zino
The CQ bit was checked by jinho.bang@samsung.com to run a CQ dry run
4 years, 2 months ago (2016-10-12 19:20:54 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2413833002/60001
4 years, 2 months ago (2016-10-12 19:21:29 UTC) #3
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 2 months ago (2016-10-12 19:38:04 UTC) #4
commit-bot: I haz the power
4 years, 2 months ago (2016-10-12 19:38:05 UTC) #5
Dry run: 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_presub...)

Powered by Google App Engine
This is Rietveld 408576698