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 129 beta #24210

Merged
merged 1 commit into from
Aug 26, 2024
Merged

Updates for Chrome 129 beta #24210

merged 1 commit into from
Aug 26, 2024

Conversation

Elchi3
Copy link
Member

@Elchi3 Elchi3 commented Aug 23, 2024

The @openwebdocs BCD collector project v10.12.02 found new features shipping in Chrome 129 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 52 features as shipping in Chrome 129:

  • api.CSSPositionTryDescriptors.position-area
  • api.CSSPositionTryDescriptors.positionArea
  • api.PublicKeyCredential.parseCreationOptionsFromJSON_static
  • api.PublicKeyCredential.parseRequestOptionsFromJSON_static
  • api.PublicKeyCredential.toJSON
  • api.RTCDataChannel.binaryType.blob_value
  • css.properties.interpolate-size
  • css.properties.interpolate-size.allow-keywords
  • css.properties.interpolate-size.numeric-only
  • css.properties.position-area
  • css.properties.position-area.block-end
  • css.properties.position-area.block-start
  • css.properties.position-area.bottom
  • css.properties.position-area.center
  • css.properties.position-area.end
  • css.properties.position-area.inline-end
  • css.properties.position-area.inline-start
  • css.properties.position-area.left
  • css.properties.position-area.none
  • css.properties.position-area.right
  • css.properties.position-area.self-end
  • css.properties.position-area.self-start
  • css.properties.position-area.span-all
  • css.properties.position-area.span-block-end
  • css.properties.position-area.span-block-start
  • css.properties.position-area.span-bottom
  • css.properties.position-area.span-end
  • css.properties.position-area.span-inline-end
  • css.properties.position-area.span-inline-start
  • css.properties.position-area.span-start
  • css.properties.position-area.span-top
  • css.properties.position-area.span-x-end
  • css.properties.position-area.span-x-start
  • css.properties.position-area.span-y-end
  • css.properties.position-area.span-y-start
  • css.properties.position-area.start
  • css.properties.position-area.top
  • css.properties.position-area.x-end
  • css.properties.position-area.x-self-end
  • css.properties.position-area.x-self-start
  • css.properties.position-area.x-start
  • css.properties.position-area.y-end
  • css.properties.position-area.y-self-end
  • css.properties.position-area.y-self-start
  • css.properties.position-area.y-start
  • css.types.calc-size
  • javascript.builtins.Intl.DurationFormat
  • javascript.builtins.Intl.DurationFormat.DurationFormat
  • javascript.builtins.Intl.DurationFormat.format
  • javascript.builtins.Intl.DurationFormat.formatToParts
  • javascript.builtins.Intl.DurationFormat.resolvedOptions

See also the 129 "Enabled by default" column on https://chromestatus.com/roadmap.

Notes on features mentioned on chromestatus not listed here:

cc @chrisdavidmills @rachelandrew

@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 data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript labels Aug 23, 2024
Copy link
Collaborator

@chrisdavidmills chrisdavidmills left a comment

Choose a reason for hiding this comment

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

@Elchi3 I've done my usual investigation of the features in the enabled list in the 129 roadmap. There is maybe one small item in the second section below that you could investigate for possible inclusion in the PR, but overall I think this looks fine.

Items included in the 129 roadmap that are in the PR

  • Blob support in WebRTC data channels
    • api.RTCDataChannel.binaryType.blob_value
  • CSS interpolate-size property and calc-size() function
    • css.properties.interpolate-size
    • css.properties.interpolate-size.allow-keywords
    • css.properties.interpolate-size.numeric-only
    • css.types.calc-size
  • Intl.DurationFormat
    • javascript.builtins.Intl.DurationFormat
    • javascript.builtins.Intl.DurationFormat.DurationFormat
    • javascript.builtins.Intl.DurationFormat.format
    • javascript.builtins.Intl.DurationFormat.formatToParts
    • javascript.builtins.Intl.DurationFormat.resolvedOptions
  • Rename inset-area to position-area
    • api.CSSPositionTryDescriptors.position-area
    • api.CSSPositionTryDescriptors.positionArea
    • css.properties.position-area
    • css.properties.position-area.block-end
    • css.properties.position-area.block-start
    • css.properties.position-area.bottom
    • css.properties.position-area.center
    • css.properties.position-area.end
    • css.properties.position-area.inline-end
    • css.properties.position-area.inline-start
    • css.properties.position-area.left
    • css.properties.position-area.none
    • css.properties.position-area.right
    • css.properties.position-area.self-end
    • css.properties.position-area.self-start
    • css.properties.position-area.span-all
    • css.properties.position-area.span-block-end
    • css.properties.position-area.span-block-start
    • css.properties.position-area.span-bottom
    • css.properties.position-area.span-end
    • css.properties.position-area.span-inline-end
    • css.properties.position-area.span-inline-start
    • css.properties.position-area.span-start
    • css.properties.position-area.span-top
    • css.properties.position-area.span-x-end
    • css.properties.position-area.span-x-start
    • css.properties.position-area.span-y-end
    • css.properties.position-area.span-y-start
    • css.properties.position-area.start
    • css.properties.position-area.top
    • css.properties.position-area.x-end
    • css.properties.position-area.x-self-end
    • css.properties.position-area.x-self-start
    • css.properties.position-area.x-start
    • css.properties.position-area.y-end
    • css.properties.position-area.y-self-end
    • css.properties.position-area.y-self-start
    • css.properties.position-area.y-start
  • Web Authentication API: JSON serialization methods
    • api.PublicKeyCredential.parseCreationOptionsFromJSON_static
    • api.PublicKeyCredential.parseRequestOptionsFromJSON_static
    • api.PublicKeyCredential.toJSON

Items included in the 129 roadmap that are not in the PR, but should be included

Items included in the 129 roadmap that are not in the PR, and wouldn't be included

@rachelandrew
Copy link
Collaborator

I am told scheduler.yield will be in 129 but didn't go out with the 129 beta. I'm not sure why that happens. I guess we can check again before stable goes out and add it if it's there.

@Elchi3
Copy link
Member Author

Elchi3 commented Aug 26, 2024

Thanks Chris and Rachel! Merging this and further homework will be:

@Elchi3 Elchi3 merged commit c07b0b6 into mdn:main Aug 26, 2024
5 checks passed
@Elchi3 Elchi3 deleted the chrome-129-beta branch August 26, 2024 07:37
@tunetheweb tunetheweb mentioned this pull request Sep 14, 2024
@tunetheweb
Copy link
Contributor

  • Check scheduler.yield when 129 is stable

Yeah this missed the first 129 Beta cut but was added for the stable version. Raised #24439 to add it

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 data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants