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

Updates for Chrome 132 beta #25070

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Updates for Chrome 132 beta #25070

merged 1 commit into from
Nov 14, 2024

Conversation

Elchi3
Copy link
Member

@Elchi3 Elchi3 commented Nov 14, 2024

The @openwebdocs BCD collector project v10.12.6 found new features shipping in Chrome 132 beta which was released yesterday. Currently, the collector covers about 90% of BCD, so the following list might not be exhaustive. Also, if a feature is in Chrome Canary/behind origin trials/enrollment, it is not considered here.

With this PR, BCD considers the following 12 features as shipping in Chrome 132:

  • api.DevicePosture
  • api.DevicePosture.change_event
  • api.DevicePosture.type
  • api.Navigator.devicePosture
  • api.PublicKeyCredential.signalAllAcceptedCredentials_static
  • api.PublicKeyCredential.signalCurrentUserDetails_static
  • api.PublicKeyCredential.signalUnknownCredential_static
  • api.PushMessageData.bytes
  • api.Request.bytes
  • api.Response.bytes
  • css.properties.writing-mode.sideways-lr
  • css.properties.writing-mode.sideways-rl

See also the 132 "Enabled by default" column on https://chromestatus.com/roadmap and https://developer.chrome.com/blog/chrome-132-beta

@github-actions github-actions bot added data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS labels Nov 14, 2024
@caugner caugner self-requested a review November 14, 2024 15:28
@caugner
Copy link
Contributor

caugner commented Nov 14, 2024

Output of npm run diff:

api.DataTransferItem.getAsFileSystemHandle:
 → support.chrome_android.version_added is edited (false → "132")
 → support.chrome_android.impl_url is deleted
api.DevicePosture:
 → support.chrome.version_added is edited (false → "132")
api.DevicePosture.change_event:
 → support.chrome.version_added is edited (false → "132")
api.DevicePosture.type:
 → support.chrome.version_added is edited (false → "132")
api.Navigator.devicePosture:
 → support.chrome.version_added is edited (false → "132")
api.PublicKeyCredential:
 → api.PublicKeyCredential.signalAllAcceptedCredentials_static is added
 → api.PublicKeyCredential.signalCurrentUserDetails_static is added
 → api.PublicKeyCredential.signalUnknownCredential_static is added
api.PushMessageData.bytes:
 → support.chrome.version_added is edited (false → "132")
 → support.webview_android is edited ({"version_added":false} → {"version_added":false}) - No longer mirrors
api.Request.bytes:
 → support.chrome.version_added is edited (false → "132")
api.Response.bytes:
 → support.chrome.version_added is edited (false → "132")
api.Window.showDirectoryPicker:
 → support.chrome_android.version_added is edited (false → "132")
 → support.chrome_android.impl_url is deleted
api.Window.showOpenFilePicker:
 → support.chrome_android.version_added is edited (false → "132")
 → support.chrome_android.impl_url is deleted
api.Window.showSaveFilePicker:
 → support.chrome_android.version_added is edited (false → "132")
 → support.chrome_android.impl_url is deleted
css.properties.writing-mode.sideways-lr:
 → support.chrome.version_added is edited (false → "132")
css.properties.writing-mode.sideways-rl:
 → support.chrome.version_added is edited (false → "132")

Experimental flat diff:

api.DataTransferItem

.getAsFileSystemHandle.__compat.support.chrome_android.impl_url = "https://crbug.com/40101963"null
.getAsFileSystemHandle.__compat.support.chrome_android.version_added = false"132"

api.DevicePosture

.__compat.support.chrome.version_added = false"132"
.change_event.__compat.support.chrome.version_added = false"132"
.type.__compat.support.chrome.version_added = false"132"

api.Navigator

.devicePosture.__compat.support.chrome.version_added = false"132"

api.PublicKeyCredential

.signalAllAcceptedCredentials_static.__compat.spec_url = null"https://w3c.github.io/webauthn/#dom-publickeycredential-signalallacceptedcredentials"
.signalAllAcceptedCredentials_static.__compat.status.deprecated = nullfalse
.signalAllAcceptedCredentials_static.__compat.status.experimental = nulltrue
.signalAllAcceptedCredentials_static.__compat.status.standard_track = nulltrue
.signalAllAcceptedCredentials_static.__compat.support.chrome.version_added = null"132"
.signalAllAcceptedCredentials_static.__compat.support.chrome_android.version_added = nullfalse
.signalAllAcceptedCredentials_static.__compat.support.edge.version_added = nullfalse
.signalAllAcceptedCredentials_static.__compat.support.firefox.version_added = nullfalse
.signalAllAcceptedCredentials_static.__compat.support.firefox_android = null"mirror"
.signalAllAcceptedCredentials_static.__compat.support.ie.version_added = nullfalse
.signalAllAcceptedCredentials_static.__compat.support.oculus = null"mirror"
.signalAllAcceptedCredentials_static.__compat.support.opera = null"mirror"
.signalAllAcceptedCredentials_static.__compat.support.opera_android = null"mirror"
.signalAllAcceptedCredentials_static.__compat.support.safari.version_added = nullfalse
.signalAllAcceptedCredentials_static.__compat.support.safari_ios = null"mirror"
.signalAllAcceptedCredentials_static.__compat.support.samsunginternet_android = null"mirror"
.signalAllAcceptedCredentials_static.__compat.support.webview_android = null"mirror"
.signalAllAcceptedCredentials_static.__compat.support.webview_ios = null"mirror"
.signalCurrentUserDetails_static.__compat.spec_url = null"https://w3c.github.io/webauthn/#dom-publickeycredential-signalcurrentuserdetails"
.signalCurrentUserDetails_static.__compat.status.deprecated = nullfalse
.signalCurrentUserDetails_static.__compat.status.experimental = nulltrue
.signalCurrentUserDetails_static.__compat.status.standard_track = nulltrue
.signalCurrentUserDetails_static.__compat.support.chrome.version_added = null"132"
.signalCurrentUserDetails_static.__compat.support.chrome_android.version_added = nullfalse
.signalCurrentUserDetails_static.__compat.support.edge.version_added = nullfalse
.signalCurrentUserDetails_static.__compat.support.firefox.version_added = nullfalse
.signalCurrentUserDetails_static.__compat.support.firefox_android = null"mirror"
.signalCurrentUserDetails_static.__compat.support.ie.version_added = nullfalse
.signalCurrentUserDetails_static.__compat.support.oculus = null"mirror"
.signalCurrentUserDetails_static.__compat.support.opera = null"mirror"
.signalCurrentUserDetails_static.__compat.support.opera_android = null"mirror"
.signalCurrentUserDetails_static.__compat.support.safari.version_added = nullfalse
.signalCurrentUserDetails_static.__compat.support.safari_ios = null"mirror"
.signalCurrentUserDetails_static.__compat.support.samsunginternet_android = null"mirror"
.signalCurrentUserDetails_static.__compat.support.webview_android = null"mirror"
.signalCurrentUserDetails_static.__compat.support.webview_ios = null"mirror"
.signalUnknownCredential_static.__compat.spec_url = null"https://w3c.github.io/webauthn/#dom-publickeycredential-signalunknowncredential"
.signalUnknownCredential_static.__compat.status.deprecated = nullfalse
.signalUnknownCredential_static.__compat.status.experimental = nulltrue
.signalUnknownCredential_static.__compat.status.standard_track = nulltrue
.signalUnknownCredential_static.__compat.support.chrome.version_added = null"132"
.signalUnknownCredential_static.__compat.support.chrome_android.version_added = nullfalse
.signalUnknownCredential_static.__compat.support.edge.version_added = nullfalse
.signalUnknownCredential_static.__compat.support.firefox.version_added = nullfalse
.signalUnknownCredential_static.__compat.support.firefox_android = null"mirror"
.signalUnknownCredential_static.__compat.support.ie.version_added = nullfalse
.signalUnknownCredential_static.__compat.support.oculus = null"mirror"
.signalUnknownCredential_static.__compat.support.opera = null"mirror"
.signalUnknownCredential_static.__compat.support.opera_android = null"mirror"
.signalUnknownCredential_static.__compat.support.safari.version_added = nullfalse
.signalUnknownCredential_static.__compat.support.safari_ios = null"mirror"
.signalUnknownCredential_static.__compat.support.samsunginternet_android = null"mirror"
.signalUnknownCredential_static.__compat.support.webview_android = null"mirror"
.signalUnknownCredential_static.__compat.support.webview_ios = null"mirror"

api.PushMessageData

.bytes.__compat.support.chrome.version_added = false"132"
.bytes.__compat.support.webview_android = "mirror"null
.bytes.__compat.support.webview_android.version_added = nullfalse

api.Request

.bytes.__compat.support.chrome.version_added = false"132"

api.Response

.bytes.__compat.support.chrome.version_added = false"132"

api.Window

.showDirectoryPicker.__compat.support.chrome_android.impl_url = "https://crbug.com/40101963"null
.showDirectoryPicker.__compat.support.chrome_android.version_added = false"132"
.showOpenFilePicker.__compat.support.chrome_android.impl_url = "https://crbug.com/40101963"null
.showOpenFilePicker.__compat.support.chrome_android.version_added = false"132"
.showSaveFilePicker.__compat.support.chrome_android.impl_url = "https://crbug.com/40101963"null
.showSaveFilePicker.__compat.support.chrome_android.version_added = false"132"

css.properties.writing-mode

.sideways-lr.__compat.support.chrome.version_added = false"132"
.sideways-rl.__compat.support.chrome.version_added = false"132"

Copy link
Contributor

@caugner caugner left a comment

Choose a reason for hiding this comment

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

@caugner caugner merged commit c73f491 into mdn:main Nov 14, 2024
5 checks passed
@Elchi3 Elchi3 deleted the chrome-132-beta branch November 14, 2024 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants