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

Issue 2352513002: PaymentRequest: Deprecate careOf attribute in PaymentAddress. (Closed)

Created:
4 years, 3 months ago by zino
Modified:
4 years, 3 months ago
CC:
chromium-reviews, qsr+mojo_chromium.org, Aaron Boodman, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, haraken, dglazkov+blink, blink-reviews, darin (slow to review), blink-reviews-api_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

PaymentRequest: Deprecate careOf attribute in PaymentAddress. Intent to deprecated: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/WhUAKyc0O80 Related spec change: https://github.com/w3c/browser-payment-api/issues/244 BUG=648049 Committed: https://crrev.com/16b6ac0d52e6a8eca2a00eef0f5cdd4bf95befa7 Cr-Commit-Position: refs/heads/master@{#420673}

Patch Set 1 #

Patch Set 2 : test #

Total comments: 5

Patch Set 3 : PaymentRequest: Deprecate careOf attribute in PaymentAddress. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -14 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/payments/AutofillAddress.java View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/payments/AutofillPaymentInstrument.java View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/android/junit/src/org/chromium/chrome/browser/payments/AutofillAddressTest.java View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/data/android/payments/util.js View 1 chunk +0 lines, -1 line 0 comments Download
M ios/web/payments/payment_request.cc View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/Deprecation.cpp View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/UseCounter.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentAddress.h View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentAddress.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentAddress.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentAddressTest.cpp View 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/public/platform/modules/payments/payment_request.mojom View 1 chunk +0 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 40 (18 generated)
zino
PTAL. I've just sent to intent to deprecated and remove to blink-dev.
4 years, 3 months ago (2016-09-18 14:13:11 UTC) #5
please use gerrit instead
The resolution in https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/WhUAKyc0O80 was to mark "careOf" deprecated for now and remove it in ...
4 years, 3 months ago (2016-09-20 11:49:25 UTC) #6
zino
On 2016/09/20 11:49:25, rouslan (slow) wrote: > The resolution in > https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/WhUAKyc0O80 was > to ...
4 years, 3 months ago (2016-09-20 15:52:23 UTC) #7
zino
rouslan@ for payment/autofill jdonnelly@ for ios/* haraken@ for blink/Source/core/* mpearson@ for histograms.xml rsesek@ for payment_request.mojom ...
4 years, 3 months ago (2016-09-21 19:22:14 UTC) #12
Mark P
histograms.xml lgtm
4 years, 3 months ago (2016-09-21 19:54:48 UTC) #14
Robert Sesek
mojom lgtm
4 years, 3 months ago (2016-09-21 20:40:00 UTC) #15
Justin Donnelly
ios lgtm
4 years, 3 months ago (2016-09-21 20:45:09 UTC) #16
haraken
LGTM https://codereview.chromium.org/2352513002/diff/20001/third_party/WebKit/Source/core/frame/Deprecation.cpp File third_party/WebKit/Source/core/frame/Deprecation.cpp (right): https://codereview.chromium.org/2352513002/diff/20001/third_party/WebKit/Source/core/frame/Deprecation.cpp#newcode389 third_party/WebKit/Source/core/frame/Deprecation.cpp:389: return willBeRemoved("PaymentAddress.careOf", 56, "5728579069411328"); Maybe add a comment ...
4 years, 3 months ago (2016-09-22 00:54:42 UTC) #17
please use gerrit instead
https://codereview.chromium.org/2352513002/diff/20001/third_party/WebKit/Source/core/frame/Deprecation.cpp File third_party/WebKit/Source/core/frame/Deprecation.cpp (right): https://codereview.chromium.org/2352513002/diff/20001/third_party/WebKit/Source/core/frame/Deprecation.cpp#newcode389 third_party/WebKit/Source/core/frame/Deprecation.cpp:389: return willBeRemoved("PaymentAddress.careOf", 56, "5728579069411328"); On 2016/09/22 00:54:42, haraken wrote: ...
4 years, 3 months ago (2016-09-22 13:22:37 UTC) #18
zino
+ Ted C for chrome/android/junit/* I uploaded a new patchset. PTAL. https://codereview.chromium.org/2352513002/diff/20001/third_party/WebKit/Source/core/frame/Deprecation.cpp File third_party/WebKit/Source/core/frame/Deprecation.cpp (right): ...
4 years, 3 months ago (2016-09-22 15:42:30 UTC) #20
Ted C
On 2016/09/22 15:42:30, zino wrote: > + Ted C for chrome/android/junit/* I'm adding rouslan to ...
4 years, 3 months ago (2016-09-22 17:01:24 UTC) #21
please use gerrit instead
On 2016/09/22 17:01:24, Ted C wrote: > I'm adding rouslan to owners for the junit ...
4 years, 3 months ago (2016-09-23 10:19:40 UTC) #22
please use gerrit instead
lgtm
4 years, 3 months ago (2016-09-23 10:28:36 UTC) #23
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/2352513002/40001
4 years, 3 months ago (2016-09-23 11:20:58 UTC) #26
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/265534)
4 years, 3 months ago (2016-09-23 11:30:55 UTC) #28
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/2352513002/40001
4 years, 3 months ago (2016-09-23 12:13:56 UTC) #30
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/265549)
4 years, 3 months ago (2016-09-23 12:23:06 UTC) #32
zino
On 2016/09/23 12:23:06, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 3 months ago (2016-09-23 12:29:24 UTC) #33
Ted C
lgtm
4 years, 3 months ago (2016-09-23 17:11:37 UTC) #34
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/2352513002/40001
4 years, 3 months ago (2016-09-23 17:13:22 UTC) #36
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-23 18:39:56 UTC) #38
commit-bot: I haz the power
4 years, 3 months ago (2016-09-23 18:41:49 UTC) #40
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/16b6ac0d52e6a8eca2a00eef0f5cdd4bf95befa7
Cr-Commit-Position: refs/heads/master@{#420673}

Powered by Google App Engine
This is Rietveld 408576698