Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add payeeName input to spec #180

Merged
merged 5 commits into from
Mar 23, 2022
Merged

Add payeeName input to spec #180

merged 5 commits into from
Mar 23, 2022

Conversation

nickburris
Copy link
Member

@nickburris nickburris commented Mar 14, 2022

Per the proposal in #163, add a payeeName field to the spec.


Preview | Diff

@nickburris nickburris marked this pull request as ready for review March 15, 2022 20:12
spec.bs Show resolved Hide resolved
spec.bs Show resolved Hide resolved
Copy link
Collaborator

@stephenmcgruer stephenmcgruer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM % one nit; I think section 10.2 also needs updated to mention the name alongside the origin.

As usual, let's leave this for a week to let folks from the WPWG take a look and leave any feedback. I'll make sure its on the agenda for Thurs (cc @ianbjacobs ).

spec.bs Outdated Show resolved Hide resolved
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Mar 16, 2022
Implementation for the recent spec change[1] to add a payeeName option
as an optional alternative to payeeOrigin. The API now accepts one or
both of payeeName and payeeOrigin. If both are provided, they are both
shown in the UI with the format "payeeName (payeeOrigin)".

This formatting when both fields are present is done in the UI code for
two reasons; it's easier to test, and it can be considered a UI
implementation detail how they are displayed, e.g. on a different
platform or future iteration of the UI the origin could be displayed
in a different font than the name, so the MVC model keeps them separate.

[1] w3c/secure-payment-confirmation#180

Bug: 1298505
Change-Id: I19a255ce9f162b7d9e6c4cf0c2164242fa96cfc3
@ianbjacobs
Copy link
Collaborator

cc @tblachowicz

chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Mar 18, 2022
Implementation for the recent spec change[1] to add a payeeName option
as an optional alternative to payeeOrigin. The API now accepts one or
both of payeeName and payeeOrigin. If both are provided, they are both
shown in the UI with the format "payeeName (payeeOrigin)".

This formatting when both fields are present is done in the UI code for
two reasons; it's easier to test, and it can be considered a UI
implementation detail how they are displayed, e.g. on a different
platform or future iteration of the UI the origin could be displayed
in a different font than the name, so the MVC model keeps them separate.

[1] w3c/secure-payment-confirmation#180

Bug: 1298505
Change-Id: I19a255ce9f162b7d9e6c4cf0c2164242fa96cfc3
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Mar 18, 2022
Implementation for the recent spec change[1] to add a payeeName option
as an optional alternative to payeeOrigin. The API now accepts one or
both of payeeName and payeeOrigin. If both are provided, they are both
shown in the UI with the format "payeeName (payeeOrigin)".

This formatting when both fields are present is done in the UI code for
two reasons; it's easier to test, and it can be considered a UI
implementation detail how they are displayed, e.g. on a different
platform or future iteration of the UI the origin could be displayed
in a different font than the name, so the MVC model keeps them separate.

[1] w3c/secure-payment-confirmation#180

Bug: 1298505
Change-Id: I19a255ce9f162b7d9e6c4cf0c2164242fa96cfc3
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Mar 18, 2022
Implementation for the recent spec change[1] to add a payeeName option
as an optional alternative to payeeOrigin. The API now accepts one or
both of payeeName and payeeOrigin. If both are provided, they are both
shown in the UI with the format "payeeName (payeeOrigin)".

This formatting when both fields are present is done in the UI code for
two reasons; it's easier to test, and it can be considered a UI
implementation detail how they are displayed, e.g. on a different
platform or future iteration of the UI the origin could be displayed
in a different font than the name, so the MVC model keeps them separate.

[1] w3c/secure-payment-confirmation#180

Bug: 1298505
Change-Id: I19a255ce9f162b7d9e6c4cf0c2164242fa96cfc3
aarongable pushed a commit to chromium/chromium that referenced this pull request Mar 21, 2022
Implementation for the recent spec change[1] to add a payeeName option
as an optional alternative to payeeOrigin. The API now accepts one or
both of payeeName and payeeOrigin. If both are provided, they are both
shown in the UI with the format "payeeName (payeeOrigin)".

This formatting when both fields are present is done in the UI code for
two reasons; it's easier to test, and it can be considered a UI
implementation detail how they are displayed, e.g. on a different
platform or future iteration of the UI the origin could be displayed
in a different font than the name, so the MVC model keeps them separate.

[1] w3c/secure-payment-confirmation#180

Bug: 1298505
Change-Id: I19a255ce9f162b7d9e6c4cf0c2164242fa96cfc3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3523272
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: Ken Buchanan <kenrb@chromium.org>
Commit-Queue: Nick Burris <nburris@chromium.org>
Cr-Commit-Position: refs/heads/main@{#983464}
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Mar 21, 2022
Implementation for the recent spec change[1] to add a payeeName option
as an optional alternative to payeeOrigin. The API now accepts one or
both of payeeName and payeeOrigin. If both are provided, they are both
shown in the UI with the format "payeeName (payeeOrigin)".

This formatting when both fields are present is done in the UI code for
two reasons; it's easier to test, and it can be considered a UI
implementation detail how they are displayed, e.g. on a different
platform or future iteration of the UI the origin could be displayed
in a different font than the name, so the MVC model keeps them separate.

[1] w3c/secure-payment-confirmation#180

Bug: 1298505
Change-Id: I19a255ce9f162b7d9e6c4cf0c2164242fa96cfc3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3523272
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: Ken Buchanan <kenrb@chromium.org>
Commit-Queue: Nick Burris <nburris@chromium.org>
Cr-Commit-Position: refs/heads/main@{#983464}
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Mar 21, 2022
Implementation for the recent spec change[1] to add a payeeName option
as an optional alternative to payeeOrigin. The API now accepts one or
both of payeeName and payeeOrigin. If both are provided, they are both
shown in the UI with the format "payeeName (payeeOrigin)".

This formatting when both fields are present is done in the UI code for
two reasons; it's easier to test, and it can be considered a UI
implementation detail how they are displayed, e.g. on a different
platform or future iteration of the UI the origin could be displayed
in a different font than the name, so the MVC model keeps them separate.

[1] w3c/secure-payment-confirmation#180

Bug: 1298505
Change-Id: I19a255ce9f162b7d9e6c4cf0c2164242fa96cfc3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3523272
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: Ken Buchanan <kenrb@chromium.org>
Commit-Queue: Nick Burris <nburris@chromium.org>
Cr-Commit-Position: refs/heads/main@{#983464}
@nickburris
Copy link
Member Author

Thanks all, merging this one now!

@nickburris nickburris merged commit 654c78a into w3c:main Mar 23, 2022
github-actions bot added a commit that referenced this pull request Mar 23, 2022
SHA: 654c78a
Reason: push, by @nickburris

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Mar 26, 2022
Automatic update from web-platform-tests
[SPC] Add payeeName option

Implementation for the recent spec change[1] to add a payeeName option
as an optional alternative to payeeOrigin. The API now accepts one or
both of payeeName and payeeOrigin. If both are provided, they are both
shown in the UI with the format "payeeName (payeeOrigin)".

This formatting when both fields are present is done in the UI code for
two reasons; it's easier to test, and it can be considered a UI
implementation detail how they are displayed, e.g. on a different
platform or future iteration of the UI the origin could be displayed
in a different font than the name, so the MVC model keeps them separate.

[1] w3c/secure-payment-confirmation#180

Bug: 1298505
Change-Id: I19a255ce9f162b7d9e6c4cf0c2164242fa96cfc3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3523272
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: Ken Buchanan <kenrb@chromium.org>
Commit-Queue: Nick Burris <nburris@chromium.org>
Cr-Commit-Position: refs/heads/main@{#983464}

--

wpt-commits: 573fa63f75bbaa6940a8bfe9cb30bc06a212aae4
wpt-pr: 33213
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Mar 27, 2022
Automatic update from web-platform-tests
[SPC] Add payeeName option

Implementation for the recent spec change[1] to add a payeeName option
as an optional alternative to payeeOrigin. The API now accepts one or
both of payeeName and payeeOrigin. If both are provided, they are both
shown in the UI with the format "payeeName (payeeOrigin)".

This formatting when both fields are present is done in the UI code for
two reasons; it's easier to test, and it can be considered a UI
implementation detail how they are displayed, e.g. on a different
platform or future iteration of the UI the origin could be displayed
in a different font than the name, so the MVC model keeps them separate.

[1] w3c/secure-payment-confirmation#180

Bug: 1298505
Change-Id: I19a255ce9f162b7d9e6c4cf0c2164242fa96cfc3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3523272
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: Ken Buchanan <kenrb@chromium.org>
Commit-Queue: Nick Burris <nburris@chromium.org>
Cr-Commit-Position: refs/heads/main@{#983464}

--

wpt-commits: 573fa63f75bbaa6940a8bfe9cb30bc06a212aae4
wpt-pr: 33213
aosmond pushed a commit to aosmond/gecko that referenced this pull request Mar 28, 2022
Automatic update from web-platform-tests
[SPC] Add payeeName option

Implementation for the recent spec change[1] to add a payeeName option
as an optional alternative to payeeOrigin. The API now accepts one or
both of payeeName and payeeOrigin. If both are provided, they are both
shown in the UI with the format "payeeName (payeeOrigin)".

This formatting when both fields are present is done in the UI code for
two reasons; it's easier to test, and it can be considered a UI
implementation detail how they are displayed, e.g. on a different
platform or future iteration of the UI the origin could be displayed
in a different font than the name, so the MVC model keeps them separate.

[1] w3c/secure-payment-confirmation#180

Bug: 1298505
Change-Id: I19a255ce9f162b7d9e6c4cf0c2164242fa96cfc3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3523272
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: Ken Buchanan <kenrb@chromium.org>
Commit-Queue: Nick Burris <nburris@chromium.org>
Cr-Commit-Position: refs/heads/main@{#983464}

--

wpt-commits: 573fa63f75bbaa6940a8bfe9cb30bc06a212aae4
wpt-pr: 33213
aosmond pushed a commit to aosmond/gecko that referenced this pull request Mar 28, 2022
Automatic update from web-platform-tests
[SPC] Add payeeName option

Implementation for the recent spec change[1] to add a payeeName option
as an optional alternative to payeeOrigin. The API now accepts one or
both of payeeName and payeeOrigin. If both are provided, they are both
shown in the UI with the format "payeeName (payeeOrigin)".

This formatting when both fields are present is done in the UI code for
two reasons; it's easier to test, and it can be considered a UI
implementation detail how they are displayed, e.g. on a different
platform or future iteration of the UI the origin could be displayed
in a different font than the name, so the MVC model keeps them separate.

[1] w3c/secure-payment-confirmation#180

Bug: 1298505
Change-Id: I19a255ce9f162b7d9e6c4cf0c2164242fa96cfc3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3523272
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: Ken Buchanan <kenrb@chromium.org>
Commit-Queue: Nick Burris <nburris@chromium.org>
Cr-Commit-Position: refs/heads/main@{#983464}

--

wpt-commits: 573fa63f75bbaa6940a8bfe9cb30bc06a212aae4
wpt-pr: 33213
mjfroman pushed a commit to mjfroman/moz-libwebrtc-third-party that referenced this pull request Oct 14, 2022
Implementation for the recent spec change[1] to add a payeeName option
as an optional alternative to payeeOrigin. The API now accepts one or
both of payeeName and payeeOrigin. If both are provided, they are both
shown in the UI with the format "payeeName (payeeOrigin)".

This formatting when both fields are present is done in the UI code for
two reasons; it's easier to test, and it can be considered a UI
implementation detail how they are displayed, e.g. on a different
platform or future iteration of the UI the origin could be displayed
in a different font than the name, so the MVC model keeps them separate.

[1] w3c/secure-payment-confirmation#180

Bug: 1298505
Change-Id: I19a255ce9f162b7d9e6c4cf0c2164242fa96cfc3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3523272
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: Ken Buchanan <kenrb@chromium.org>
Commit-Queue: Nick Burris <nburris@chromium.org>
Cr-Commit-Position: refs/heads/main@{#983464}
NOKEYCHECK=True
GitOrigin-RevId: f0b1a99a6af801ce883d2076103fb34e6fb1f65c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants