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 133 beta #25674

Merged
merged 1 commit into from
Jan 16, 2025
Merged

Updates for Chrome 133 beta #25674

merged 1 commit into from
Jan 16, 2025

Conversation

Elchi3
Copy link
Member

@Elchi3 Elchi3 commented Jan 16, 2025

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

  • api.Animation.overallProgress
  • api.ClipboardItem.ClipboardItem
  • api.Document.moveBefore
  • api.DocumentFragment.moveBefore
  • api.Element.moveBefore
  • api.FileSystemObserver
  • api.FileSystemObserver.FileSystemObserver
  • api.FileSystemObserver.disconnect
  • api.FileSystemObserver.observe
  • api.HTMLAreaElement.attributionSrc
  • api.MLGraphBuilder.dequantizeLinear
  • api.MLGraphBuilder.gatherElements
  • api.MLGraphBuilder.gru
  • api.MLGraphBuilder.gruCell
  • api.MLGraphBuilder.quantizeLinear
  • api.MLGraphBuilder.scatterElements
  • api.PerformanceResourceTiming.finalResponseHeadersStart
  • api.PublicKeyCredential.getClientCapabilities_static
  • api.SubtleCrypto.deriveBits.x25519
  • api.SubtleCrypto.deriveKey.x25519
  • api.SubtleCrypto.exportKey.x25519
  • api.SubtleCrypto.generateKey.x25519
  • api.SubtleCrypto.importKey.x25519
  • css.properties.container-type.scroll-state
  • css.properties.scroll-initial-target
  • css.properties.scroll-initial-target.nearest
  • css.properties.scroll-initial-target.none
  • css.properties.text-box-edge
  • css.properties.text-box-edge.auto
  • css.properties.text-box-trim
  • css.properties.text-box-trim.none
  • css.properties.text-box-trim.trim-both
  • css.properties.text-box-trim.trim-end
  • css.properties.text-box-trim.trim-start
  • css.properties.text-box
  • css.properties.text-box.normal
  • css.selectors.open
  • css.types.attr.fallback
  • css.types.attr.type-or-unit
  • javascript.builtins.Atomics.pause
  • webassembly.memory64

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

Note: The FileSystemObserver API and the moveBefore method have no spec_urls because they are still in unmerged PRs against the specs.

@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 data:wasm Compat data for Web Assembly features. https://developer.mozilla.org/en-US/docs/WebAssembly size:l [PR only] 101-1000 LoC changed labels Jan 16, 2025
@caugner caugner self-requested a review January 16, 2025 15:09
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.

LGTM. Most of the ML features were implemented in previous versions, but it is plausible that they only ship in Chrome 133.

Feature Ref
api.Animation.overallProgress https://developer.chrome.com/blog/chrome-133-beta#animationoverallprogress
api.ClipboardItem.ClipboardItem https://chromestatus.com/feature/4926138582040576
api.Document.moveBefore https://developer.chrome.com/blog/chrome-133-beta#dom_state-preserving_move
api.DocumentFragment.moveBefore https://developer.chrome.com/blog/chrome-133-beta#dom_state-preserving_move
api.Element.moveBefore https://developer.chrome.com/blog/chrome-133-beta#dom_state-preserving_move
api.FileSystemObserver https://developer.chrome.com/blog/chrome-133-beta#the_filesystemobserver_interface
api.FileSystemObserver.FileSystemObserver https://developer.chrome.com/blog/chrome-133-beta#the_filesystemobserver_interface
api.FileSystemObserver.disconnect https://developer.chrome.com/blog/chrome-133-beta#the_filesystemobserver_interface
api.FileSystemObserver.observe https://developer.chrome.com/blog/chrome-133-beta#the_filesystemobserver_interface
api.HTMLAreaElement.attributionSrc https://developer.chrome.com/blog/chrome-133-beta#expose_attributionsrc_attribute_on_area
api.MLGraphBuilder.dequantizeLinear 130? -> https://chromiumdash.appspot.com/commit/b8f4e991f3f475b55c5c1a50ed0337b5cf5db4d0
api.MLGraphBuilder.gatherElements 132? -> https://chromiumdash.appspot.com/commit/0d29e90d369105feabe0de9113c844b1d225f5a4
api.MLGraphBuilder.gru 132? -> https://chromiumdash.appspot.com/commit/44b2359c3de30cadc0e9abbfd1282dd67c8adce7
api.MLGraphBuilder.gruCell 132? -> https://chromiumdash.appspot.com/commit/44b2359c3de30cadc0e9abbfd1282dd67c8adce7
api.MLGraphBuilder.quantizeLinear 130? -> https://chromiumdash.appspot.com/commit/b8f4e991f3f475b55c5c1a50ed0337b5cf5db4d0
api.MLGraphBuilder.scatterElements 131? -> https://chromiumdash.appspot.com/commit/48716cbd8573a130e049b0379a61a63c8811c7aa
api.PerformanceResourceTiming.finalResponseHeadersStart https://chromiumdash.appspot.com/commit/1249cc6be6b287c15604a1fcede0c790bdf1ce04
api.PublicKeyCredential.getClientCapabilities_static https://developer.chrome.com/blog/chrome-133-beta#%E2%80%8B%E2%80%8Bweb_authentication_api_publickeycredential_getclientcapabilities_method
api.SubtleCrypto.deriveBits.x25519 https://developer.chrome.com/blog/chrome-133-beta#x25519_algorithm_of_the_web_cryptography_api
api.SubtleCrypto.deriveKey.x25519 https://developer.chrome.com/blog/chrome-133-beta#x25519_algorithm_of_the_web_cryptography_api
api.SubtleCrypto.exportKey.x25519 https://developer.chrome.com/blog/chrome-133-beta#x25519_algorithm_of_the_web_cryptography_api
api.SubtleCrypto.generateKey.x25519 https://developer.chrome.com/blog/chrome-133-beta#x25519_algorithm_of_the_web_cryptography_api
api.SubtleCrypto.importKey.x25519 https://developer.chrome.com/blog/chrome-133-beta#x25519_algorithm_of_the_web_cryptography_api
css.properties.container-type.scroll-state https://developer.chrome.com/blog/chrome-133-beta#css_scroll_state_container_queries
css.properties.scroll-initial-target chromium/chromium@e5c4fb9
css.properties.scroll-initial-target.nearest chromium/chromium@e5c4fb9
css.properties.scroll-initial-target.none chromium/chromium@e5c4fb9
css.properties.text-box-edge https://developer.chrome.com/blog/chrome-133-beta#css_text-box_text-box-trim_and_text-box-edge
css.properties.text-box-edge.auto https://developer.chrome.com/blog/chrome-133-beta#css_text-box_text-box-trim_and_text-box-edge
css.properties.text-box-trim https://developer.chrome.com/blog/chrome-133-beta#css_text-box_text-box-trim_and_text-box-edge
css.properties.text-box-trim.none https://developer.chrome.com/blog/chrome-133-beta#css_text-box_text-box-trim_and_text-box-edge
css.properties.text-box-trim.trim-both https://developer.chrome.com/blog/chrome-133-beta#css_text-box_text-box-trim_and_text-box-edge
css.properties.text-box-trim.trim-end https://developer.chrome.com/blog/chrome-133-beta#css_text-box_text-box-trim_and_text-box-edge
css.properties.text-box-trim.trim-start https://developer.chrome.com/blog/chrome-133-beta#css_text-box_text-box-trim_and_text-box-edge
css.properties.text-box https://developer.chrome.com/blog/chrome-133-beta#css_text-box_text-box-trim_and_text-box-edge
css.properties.text-box.normal https://developer.chrome.com/blog/chrome-133-beta#css_text-box_text-box-trim_and_text-box-edge
css.selectors.open https://developer.chrome.com/blog/chrome-133-beta#css_open_pseudo-class
css.types.attr.fallback https://developer.chrome.com/blog/chrome-133-beta#css_advanced_attr_function
css.types.attr.type-or-unit https://developer.chrome.com/blog/chrome-133-beta#css_advanced_attr_function
javascript.builtins.Atomics.pause https://developer.chrome.com/blog/chrome-133-beta#the_pause_method_of_the_atomics_object
webassembly.memory64 https://developer.chrome.com/blog/chrome-133-beta#webassembly_memory64

@Elchi3
Copy link
Member Author

Elchi3 commented Jan 16, 2025

Most of the ML features were implemented in previous versions, but it is plausible that they only ship in Chrome 133.

Yeah, this came from #25065 and it is all behind a flag still. I should have mentioned that.

@Elchi3 Elchi3 merged commit abe4056 into mdn:main Jan 16, 2025
8 checks passed
@Elchi3 Elchi3 deleted the chrome-133-beta branch January 16, 2025 16:08
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 data:wasm Compat data for Web Assembly features. https://developer.mozilla.org/en-US/docs/WebAssembly size:l [PR only] 101-1000 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants