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 136 beta #25853

Merged
merged 1 commit into from
Feb 5, 2025
Merged

Updates for Firefox 136 beta #25853

merged 1 commit into from
Feb 5, 2025

Conversation

Elchi3
Copy link
Member

@Elchi3 Elchi3 commented Feb 5, 2025

The @openwebdocs BCD collector project v10.12.8 found new features shipping in Firefox 136 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 Firefox Nightly only, it is not considered here.

With this PR, BCD considers the following 28 features as shipping in Firefox 136:

  • api.CookieChangeEvent
  • api.CookieChangeEvent.CookieChangeEvent
  • api.CookieChangeEvent.changed
  • api.CookieChangeEvent.deleted
  • api.CookieStore
  • api.CookieStore.change_event
  • api.CookieStore.delete
  • api.CookieStore.delete.partitioned_option
  • api.CookieStore.get
  • api.CookieStore.getAll
  • api.CookieStore.set
  • api.CookieStore.set.partitioned_option
  • api.HTMLElement.autocorrect
  • api.HTMLElement.contentEditable.plaintext-only
  • api.SVGDiscardElement
  • api.ServiceWorkerGlobalScope.cookieStore
  • api.Window.cookieStore
  • css.selectors.has-slotted
  • css.selectors.open
  • html.global_attributes.autocorrect
  • html.global_attributes.contenteditable.plaintext-only
  • javascript.builtins.Intl.DurationFormat
  • javascript.builtins.Intl.DurationFormat.DurationFormat
  • javascript.builtins.Intl.DurationFormat.format
  • javascript.builtins.Intl.DurationFormat.formatToParts
  • javascript.builtins.Intl.DurationFormat.resolvedOptions
  • javascript.builtins.Intl.DurationFormat.supportedLocalesOf
  • svg.elements.discard

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

@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:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML data:svg Compat data for SVG features. https://developer.mozilla.org/docs/Web/SVG size:l [PR only] 101-1000 LoC changed labels Feb 5, 2025
@caugner caugner self-requested a review February 5, 2025 22:24
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.

Feature Ref
api.CookieChangeEvent https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=cookiestore%20api
api.CookieChangeEvent.CookieChangeEvent https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=cookiestore%20api
api.CookieChangeEvent.changed https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=cookiestore%20api
api.CookieChangeEvent.deleted https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=cookiestore%20api
api.CookieStore https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=cookiestore%20api
api.CookieStore.change_event https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=cookiestore%20api
api.CookieStore.delete https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=cookiestore%20api
api.CookieStore.delete.partitioned_option https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=cookiestore%20api
api.CookieStore.get https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=cookiestore%20api
api.CookieStore.getAll https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=cookiestore%20api
api.CookieStore.set https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=cookiestore%20api
api.CookieStore.set.partitioned_option https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=cookiestore%20api
api.HTMLElement.autocorrect https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=autocorrect
api.HTMLElement.contentEditable.plaintext-only https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=plaintext-only
api.SVGDiscardElement https://bugzilla.mozilla.org/show_bug.cgi?id=1069931
api.ServiceWorkerGlobalScope.cookieStore https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=cookiestore%20api
api.Window.cookieStore https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=cookiestore%20api
css.selectors.has-slotted https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=has-slotted
css.selectors.open https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=:open
html.global_attributes.autocorrect https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=autocorrect
html.global_attributes.contenteditable.plaintext-only https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=plaintext-only
javascript.builtins.Intl.DurationFormat https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=Intl.DurationFormat
javascript.builtins.Intl.DurationFormat.DurationFormat https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=Intl.DurationFormat
javascript.builtins.Intl.DurationFormat.format https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=Intl.DurationFormat
javascript.builtins.Intl.DurationFormat.formatToParts https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=Intl.DurationFormat
javascript.builtins.Intl.DurationFormat.resolvedOptions https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=Intl.DurationFormat
javascript.builtins.Intl.DurationFormat.supportedLocalesOf https://www.mozilla.org/en-US/firefox/136.0beta/releasenotes/#:~:text=Intl.DurationFormat
svg.elements.discard https://bugzilla.mozilla.org/show_bug.cgi?id=1069931

@caugner caugner merged commit c04c5b5 into mdn:main Feb 5, 2025
6 checks passed
@mdn-bot mdn-bot mentioned this pull request Feb 5, 2025
@Elchi3 Elchi3 deleted the firefox-136-beta branch February 6, 2025 09:07
Copy link

@Bravefriend82 Bravefriend82 left a comment

Choose a reason for hiding this comment

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

Thank you

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:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript data:svg Compat data for SVG features. https://developer.mozilla.org/docs/Web/SVG size:l [PR only] 101-1000 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants