Skip to content

Commit c072952

Browse files
authored
Add more keys to several features (#2158)
1 parent 5eeec39 commit c072952

18 files changed

+92
-11
lines changed

features/geolocation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ compat_features:
3131
- api.GeolocationPositionError.secure_context_required
3232
- api.Navigator.geolocation
3333
- api.Navigator.geolocation.secure_context_required
34+
- html.elements.iframe.allow.geolocation
3435
- http.headers.Permissions-Policy.geolocation

features/geolocation.yml.dist

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,15 @@ compat_features:
100100
- api.GeolocationCoordinates.toJSON
101101
- api.GeolocationPosition.toJSON
102102

103+
# baseline: false
104+
# support:
105+
# chrome: "64"
106+
# chrome_android: "64"
107+
# edge: "79"
108+
# firefox: "74"
109+
# firefox_android: "79"
110+
- html.elements.iframe.allow.geolocation
111+
103112
# baseline: false
104113
# support:
105114
# chrome: "88"

features/payment-handler.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@ group: payments
55
status:
66
compute_from: api.PaymentManager
77
compat_features:
8-
- api.PaymentManager
9-
- api.PaymentManager.enableDelegations
10-
- api.PaymentManager.instruments
11-
- api.PaymentManager.userHint
128
- api.CanMakePaymentEvent
139
- api.CanMakePaymentEvent.CanMakePaymentEvent
1410
- api.CanMakePaymentEvent.methodData
1511
- api.CanMakePaymentEvent.modifiers
1612
- api.CanMakePaymentEvent.paymentRequestOrigin
1713
- api.CanMakePaymentEvent.respondWith
1814
- api.CanMakePaymentEvent.topOrigin
15+
- api.PaymentManager
16+
- api.PaymentManager.enableDelegations
17+
- api.PaymentManager.instruments
18+
- api.PaymentManager.secure_context_required
19+
- api.PaymentManager.userHint
1920
- api.PaymentRequestEvent
2021
- api.PaymentRequestEvent.PaymentRequestEvent
2122
- api.PaymentRequestEvent.changePaymentMethod

features/payment-handler.yml.dist

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ compat_features:
5858
- api.PaymentRequestEvent.paymentOptions
5959
- api.PaymentRequestEvent.shippingOptions
6060

61+
# baseline: false
62+
# support:
63+
# chrome: "122"
64+
# chrome_android: "122"
65+
# edge: "122"
66+
- api.PaymentManager.secure_context_required
67+
6168
# baseline: false
6269
# support: {}
6370
- api.CanMakePaymentEvent.methodData

features/payment-request.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ group: payments
55
status:
66
compute_from: api.PaymentRequest
77
compat_features:
8+
- api.PaymentMethodChangeEvent
9+
- api.PaymentMethodChangeEvent.PaymentMethodChangeEvent
10+
- api.PaymentMethodChangeEvent.methodDetails
11+
- api.PaymentMethodChangeEvent.methodName
812
- api.PaymentRequest
913
- api.PaymentRequest.PaymentRequest
1014
- api.PaymentRequest.PaymentRequest.secure_payment_confirmation_method
@@ -14,29 +18,27 @@ compat_features:
1418
- api.PaymentRequest.merchantvalidation_event
1519
- api.PaymentRequest.paymentmethodchange_event
1620
- api.PaymentRequest.shippingAddress
17-
- api.PaymentRequest.shippingaddresschange_event
1821
- api.PaymentRequest.shippingOption
19-
- api.PaymentRequest.shippingoptionchange_event
2022
- api.PaymentRequest.shippingType
23+
- api.PaymentRequest.shippingaddresschange_event
24+
- api.PaymentRequest.shippingoptionchange_event
2125
- api.PaymentRequest.show
22-
- api.PaymentMethodChangeEvent
23-
- api.PaymentMethodChangeEvent.PaymentMethodChangeEvent
24-
- api.PaymentMethodChangeEvent.methodDetails
25-
- api.PaymentMethodChangeEvent.methodName
2626
- api.PaymentRequestUpdateEvent
2727
- api.PaymentRequestUpdateEvent.PaymentRequestUpdateEvent
28+
- api.PaymentRequestUpdateEvent.secure_context_required
2829
- api.PaymentRequestUpdateEvent.updateWith
2930
- api.PaymentResponse
3031
- api.PaymentResponse.complete
3132
- api.PaymentResponse.details
3233
- api.PaymentResponse.methodName
33-
- api.PaymentResponse.payerdetailchange_event
3434
- api.PaymentResponse.payerEmail
3535
- api.PaymentResponse.payerName
3636
- api.PaymentResponse.payerPhone
37+
- api.PaymentResponse.payerdetailchange_event
3738
- api.PaymentResponse.requestId
3839
- api.PaymentResponse.retry
3940
- api.PaymentResponse.shippingAddress
4041
- api.PaymentResponse.shippingOption
4142
- api.PaymentResponse.toJSON
43+
- html.elements.iframe.allow.payment
4244
- http.headers.Permissions-Policy.payment

features/payment-request.yml.dist

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,15 @@ compat_features:
7676
- api.PaymentRequest.id
7777
- api.PaymentResponse.requestId
7878

79+
# baseline: false
80+
# support:
81+
# chrome: "60"
82+
# chrome_android: "60"
83+
# edge: "79"
84+
# firefox: "74"
85+
# firefox_android: "79"
86+
- html.elements.iframe.allow.payment
87+
7988
# baseline: false
8089
# support:
8190
# chrome: "76"
@@ -121,6 +130,13 @@ compat_features:
121130
# edge: "95"
122131
- api.PaymentRequest.PaymentRequest.secure_payment_confirmation_method
123132

133+
# baseline: false
134+
# support:
135+
# chrome: "122"
136+
# chrome_android: "122"
137+
# edge: "122"
138+
- api.PaymentRequestUpdateEvent.secure_context_required
139+
124140
# baseline: false
125141
# support:
126142
# safari: "11.1"

features/picture-in-picture.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ compat_features:
2222
- api.PictureInPictureEvent.PictureInPictureEvent
2323
- api.PictureInPictureEvent.pictureInPictureWindow
2424
- css.selectors.picture-in-picture
25+
- html.elements.iframe.allow.picture-in-picture
2526
- http.headers.Permissions-Policy.picture-in-picture

features/picture-in-picture.yml.dist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ compat_features:
5252
# safari_ios: "13.4"
5353
- css.selectors.picture-in-picture
5454

55+
# baseline: false
56+
# support:
57+
# chrome: "71"
58+
- html.elements.iframe.allow.picture-in-picture
59+
5560
# baseline: false
5661
# support:
5762
# chrome: "88"

features/storage-access.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ compat_features:
1010
- api.Document.requestStorageAccessFor
1111
- api.Permissions.permission_storage-access
1212
- api.Permissions.permission_top-level-storage-access
13+
- html.elements.iframe.allow.storage-access
1314
- http.headers.Permissions-Policy.storage-access

features/storage-access.yml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ compat_features:
4141
# chrome: "113"
4242
# chrome_android: "113"
4343
# edge: "113"
44+
- html.elements.iframe.allow.storage-access
4445
- http.headers.Permissions-Policy.storage-access
4546

4647
# baseline: false

0 commit comments

Comments
 (0)