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 124 beta #22681

Merged
merged 1 commit into from
Mar 27, 2024
Merged

Updates for Chrome 124 beta #22681

merged 1 commit into from
Mar 27, 2024

Conversation

Elchi3
Copy link
Member

@Elchi3 Elchi3 commented Mar 21, 2024

The Open Web Docs BCD collector v10.10.2 found new features shipping in Chrome 124 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 features as shipping in Chrome 124:

  • api.Document.parseHTMLUnsafe_static
  • api.Element.attachShadow.init_clonable_parameter
  • api.Element.setHTMLUnsafe
  • api.HTMLIFrameElement.sharedStorageWritable
  • api.HTMLImageElement.sharedStorageWritable
  • api.RTCIceCandidate.relayProtocol
  • api.RTCIceCandidate.url
  • api.ReadableStream.values
  • api.ReadableStream.@@asyncIterator
  • api.Request.targetAddressSpace
  • api.ShadowRoot.clonable
  • api.ShadowRoot.setHTMLUnsafe
  • css.properties.direction.vertical_slider_direction
  • css.properties.writing-mode.vertical_oriented_form_controls
  • html.elements.input.type_range.vertical_orientation

There are some features on chromestatus that weren't collected and I've identified some reasons for that:

Again, I hope this PR is useful to update BCD for the new Chrome 124 more easily and faster. If you have feedback, let me know! /cc @chrisdavidmills

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Mar 21, 2024
foolip added a commit to openwebdocs/mdn-bcd-collector that referenced this pull request Mar 27, 2024
This would help update data for Chrome 124:
mdn/browser-compat-data#22681
@foolip
Copy link
Collaborator

foolip commented Mar 27, 2024

I've sent openwebdocs/mdn-bcd-collector#1341 to help test WebSocketStream.

foolip added a commit to openwebdocs/mdn-bcd-collector that referenced this pull request Mar 27, 2024
This will allow jitterBufferTarget to be tested:
mdn/browser-compat-data#22681
@foolip
Copy link
Collaborator

foolip commented Mar 27, 2024

And jitterBufferTarget: openwebdocs/mdn-bcd-collector#1342

Copy link
Collaborator

@foolip foolip left a comment

Choose a reason for hiding this comment

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

I did some spot checking and as expected it all checks out.

@@ -5138,7 +5138,7 @@
"spec_url": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-parsehtmlunsafe",
"support": {
"chrome": {
"version_added": false
"version_added": "124"
Copy link
Collaborator

Choose a reason for hiding this comment

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

@@ -9254,7 +9254,7 @@
"spec_url": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-element-sethtmlunsafe",
"support": {
"chrome": {
"version_added": false
"version_added": "124"
Copy link
Collaborator

Choose a reason for hiding this comment

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

@@ -2630,7 +2630,7 @@
"spec_url": "https://dom.spec.whatwg.org/#dom-shadowrootinit-clonable",
"support": {
"chrome": {
"version_added": false
"version_added": "124"
Copy link
Collaborator

Choose a reason for hiding this comment

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

"spec_url": "https://wicg.github.io/private-network-access/#dom-request-targetaddressspace",
"support": {
"chrome": {
"version_added": "124"
Copy link
Collaborator

Choose a reason for hiding this comment

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

@foolip
Copy link
Collaborator

foolip commented Mar 27, 2024

@Elchi3 I didn't merge, I'm not sure if you're using this as a TODO for the non-automated bits. Please merge if you like :)

@Elchi3
Copy link
Member Author

Elchi3 commented Mar 27, 2024

I'm not sure if you're using this as a TODO for the non-automated bits.

This is just an FYI for me on how to improve automation. Thanks for the review! Merging

@Elchi3 Elchi3 merged commit 0be6348 into mdn:main Mar 27, 2024
5 checks passed
@Elchi3 Elchi3 deleted the chrome-124beta branch March 27, 2024 11:43
foolip added a commit to openwebdocs/mdn-bcd-collector that referenced this pull request Mar 27, 2024
This would help update data for Chrome 124:
mdn/browser-compat-data#22681
foolip added a commit to openwebdocs/mdn-bcd-collector that referenced this pull request Mar 27, 2024
This will allow jitterBufferTarget to be tested:
mdn/browser-compat-data#22681
queengooborg pushed a commit to openwebdocs/mdn-bcd-collector that referenced this pull request Mar 27, 2024
queengooborg pushed a commit to openwebdocs/mdn-bcd-collector that referenced this pull request Mar 27, 2024
This will allow jitterBufferTarget to be tested:
mdn/browser-compat-data#22681
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants