WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 229406
167417
Implement <iframe allow="payment">
https://bugs.webkit.org/show_bug.cgi?id=167417
Summary
Implement <iframe allow="payment">
Simon Pieters (:zcorpan)
Reported
2017-01-25 06:13:29 PST
I guess WebKit doesn't implement PaymentRequest or getUserMedia() yet(?), but filing this anyway... <iframe allowpaymentrequest> controls if an iframe can access the PaymentRequest API. <iframe allowusermedia> controls if an iframe can access the getUserMedia() API. On the spec side: * When a document is initialized (
https://html.spec.whatwg.org/#creating-a-new-browsing-context
and
https://html.spec.whatwg.org/#initialise-the-document-object
),
https://html.spec.whatwg.org/#set-the-allow*-flags
is run, which can set "allowpaymentrequest flag" and "allowusemedia flag" on Document. * PaymentRequest constructor calls
https://html.spec.whatwg.org/#allowed-to-use
:
https://github.com/w3c/browser-payment-api/pull/383
* getUserMedia also call allowed to use:
https://github.com/w3c/mediacapture-main/pull/427
Relevant whatwg/html PRs:
https://github.com/whatwg/html/pull/2195
https://github.com/whatwg/html/pull/2217
Relevant w3c/web-platform-tests PRs:
https://github.com/w3c/web-platform-tests/pull/4369
https://github.com/w3c/web-platform-tests/pull/4615
I will write more tests for same origin-domain; see
https://github.com/w3c/web-platform-tests/issues/4526
Attachments
Add attachment
proposed patch, testcase, etc.
Jon Lee
Comment 1
2017-01-25 10:04:39 PST
Can we split this into 2 separate bugs?
Simon Pieters (:zcorpan)
Comment 2
2017-01-25 13:50:24 PST
Done. This one is allowpaymentrequest; allowusermedia is
bug 167430
.
Devin Rousso
Comment 3
2021-05-27 22:14:26 PDT
***
Bug 226345
has been marked as a duplicate of this bug. ***
Devin Rousso
Comment 4
2021-05-27 22:14:53 PDT
<
rdar://problem/33278860
>
Sam Sneddon [:gsnedders]
Comment 5
2021-09-01 06:57:23 PDT
forward duping to where things have actually been happening :( *** This bug has been marked as a duplicate of
bug 229406
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug