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 Firefox 127 beta / WebGL drawingBufferColorSpace #23198

Merged
merged 1 commit into from
May 30, 2024

Conversation

Elchi3
Copy link
Member

@Elchi3 Elchi3 commented May 29, 2024

The @openwebdocs BCD collector project v10.10.6 found new features shipping in Firefox 127 beta which was released last week. Currently, the collector covers about 90% of BCD, so the following list might not be exhaustive. Also, if a feature is in Firefox Nightly only, it is not considered here.

With this PR, BCD considers the following 21 features as shipping in Firefox 127:

  • api.Clipboard.read
  • api.Clipboard.write
  • api.ClipboardItem
  • api.ClipboardItem.ClipboardItem
  • api.ClipboardItem.getType
  • api.ClipboardItem.presentationStyle
  • api.ClipboardItem.supports_static
  • api.ClipboardItem.types
  • api.WebGL2RenderingContext.drawingBufferColorSpace
  • api.WebGLRenderingContext.drawingBufferColorSpace
  • css.types.image.gradient.repeating-radial-gradient.interpolation_color_space
  • javascript.builtins.Set.difference
  • javascript.builtins.Set.intersection
  • javascript.builtins.Set.isDisjointFrom
  • javascript.builtins.Set.isSubsetOf
  • javascript.builtins.Set.isSupersetOf
  • javascript.builtins.Set.symmetricDifference
  • javascript.builtins.Set.union
  • webextensions.api.declarativeNetRequest.getDynamicRules.filter
  • webextensions.api.declarativeNetRequest.getSessionRules.filter
  • webextensions.api.management.ExtensionInfo.installType

See also mdn/mdn#544 and https://www.mozilla.org/en-US/firefox/127.0beta/releasenotes/

@hamishwillee and others manually submitted PRs for Firefox 127 last week which I reviewed and double checked against the OWD collector results. See

This means that this time the diff of this PR is small and only contains WebGL additions which weren't previously talked about by Hamish et al. The bug for that is https://bugzilla.mozilla.org/show_bug.cgi?id=1885491. r? @hamishwillee

@Elchi3 Elchi3 requested a review from hamishwillee May 29, 2024 09:40
@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label May 29, 2024
@hamishwillee
Copy link
Collaborator

Thanks very much @Elchi3 - FYI only, created mdn/content#33850 for tracking work that needs to be done. Won't become a priority until they confirm it is actually going to be released.

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.

3 participants