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

Collector results for Firefox 119 #21084

Merged
merged 1 commit into from
Oct 26, 2023
Merged

Collector results for Firefox 119 #21084

merged 1 commit into from
Oct 26, 2023

Conversation

Elchi3
Copy link
Member

@Elchi3 Elchi3 commented Oct 25, 2023

I've run the collector for the Firefox 119 release.

This PR sets the following features as shipping in 119:

The following features are already marked as shipping in Firefox 119 in BCD:

  • api.AuthenticatorAttestationResponse.getAuthenticatorData
  • api.AuthenticatorAttestationResponse.getPublicKey
  • api.AuthenticatorAttestationResponse.getPublicKeyAlgorithm
  • api.CredentialsContainer.create.publicKey_option.extensions.credProps
  • api.Element.ariaAtomic
  • api.Element.ariaAutoComplete
  • api.Element.ariaBusy
  • api.Element.ariaChecked
  • api.Element.ariaColCount
  • api.Element.ariaColIndex
  • api.Element.ariaColSpan
  • api.Element.ariaCurrent
  • api.Element.ariaDescription
  • api.Element.ariaDisabled
  • api.Element.ariaExpanded
  • api.Element.ariaHasPopup
  • api.Element.ariaHidden
  • api.Element.ariaInvalid
  • api.Element.ariaKeyShortcuts
  • api.Element.ariaLabel
  • api.Element.ariaLevel
  • api.Element.ariaLive
  • api.Element.ariaModal
  • api.Element.ariaMultiLine
  • api.Element.ariaMultiSelectable
  • api.Element.ariaOrientation
  • api.Element.ariaPlaceholder
  • api.Element.ariaPosInSet
  • api.Element.ariaPressed
  • api.Element.ariaReadOnly
  • api.Element.ariaRelevant
  • api.Element.ariaRequired
  • api.Element.ariaRoleDescription
  • api.Element.ariaRowCount
  • api.Element.ariaRowIndex
  • api.Element.ariaRowSpan
  • api.Element.ariaSelected
  • api.Element.ariaSetSize
  • api.Element.ariaSort
  • api.Element.ariaValueMax
  • api.Element.ariaValueMin
  • api.Element.ariaValueNow
  • api.Element.ariaValueText
  • api.Element.role
  • api.ElementInternals.ariaAtomic
  • api.ElementInternals.ariaAutoComplete
  • api.ElementInternals.ariaBusy
  • api.ElementInternals.ariaChecked
  • api.ElementInternals.ariaColCount
  • api.ElementInternals.ariaColIndex
  • api.ElementInternals.ariaColSpan
  • api.ElementInternals.ariaCurrent
  • api.ElementInternals.ariaDescription
  • api.ElementInternals.ariaDisabled
  • api.ElementInternals.ariaExpanded
  • api.ElementInternals.ariaHasPopup
  • api.ElementInternals.ariaHidden
  • api.ElementInternals.ariaInvalid
  • api.ElementInternals.ariaKeyShortcuts
  • api.ElementInternals.ariaLabel
  • api.ElementInternals.ariaLevel
  • api.ElementInternals.ariaLive
  • api.ElementInternals.ariaModal
  • api.ElementInternals.ariaMultiLine
  • api.ElementInternals.ariaMultiSelectable
  • api.ElementInternals.ariaOrientation
  • api.ElementInternals.ariaPlaceholder
  • api.ElementInternals.ariaPosInSet
  • api.ElementInternals.ariaPressed
  • api.ElementInternals.ariaReadOnly
  • api.ElementInternals.ariaRelevant
  • api.ElementInternals.ariaRequired
  • api.ElementInternals.ariaRoleDescription
  • api.ElementInternals.ariaRowCount
  • api.ElementInternals.ariaRowIndex
  • api.ElementInternals.ariaRowSpan
  • api.ElementInternals.ariaSelected
  • api.ElementInternals.ariaSetSize
  • api.ElementInternals.ariaSort
  • api.ElementInternals.ariaValueMax
  • api.ElementInternals.ariaValueMin
  • api.ElementInternals.ariaValueNow
  • api.ElementInternals.ariaValueText
  • api.PublicKeyCredential.parseCreationOptionsFromJSON_static
  • api.PublicKeyCredential.parseRequestOptionsFromJSON_static
  • api.PublicKeyCredential.toJSON
  • api.SubtleCrypto.deriveKey.derivedKeyAlgorithm_option_hkdf
  • api.WebTransport.createBidirectionalStream.options_sendOrder_parameter
  • api.WebTransport.createUnidirectionalStream.options_sendOrder_parameter
  • css.types.attr.fallback
  • html.elements.input.mozactionhint
  • http.headers.Cross-Origin-Embedder-Policy.credentialless
  • javascript.builtins.Map.groupBy
  • javascript.builtins.Object.groupBy
  • javascript.builtins.String.isWellFormed
  • javascript.builtins.String.toWellFormed

cc @Rumyra and @bsmth maybe you want to double check this against the Firefox 119 releases notes.

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Oct 25, 2023
@queengooborg queengooborg merged commit 9074bf6 into mdn:main Oct 26, 2023
3 checks passed
@Elchi3 Elchi3 deleted the firefox-119 branch October 26, 2023 06:49
@bsmth
Copy link
Member

bsmth commented Oct 26, 2023

Super, thanks @Elchi3.

Just so I understand;

This PR sets the following features as shipping in 119:

* api.AuthenticatorAttestationResponse.getTransports (confirmed by https://bugzilla.mozilla.org/show_bug.cgi?id=1536155)
* api.ElementInternals.role (oversight in [Reflects FX119 support on `Element` and `ElementInternals` for various ARIA attributes #20911](https://github.com/mdn/browser-compat-data/pull/20911)?)
* api.PublicKeyCredential.isConditionalMediationAvailable_static (confirmed by https://bugzilla.mozilla.org/show_bug.cgi?id=1813778)

This is the delta of manually-added features and the collector, so we have three features added by the collector that otherwise "slipped through" the release project?

The following features are already marked as shipping in Firefox 119 in BCD:

* api.AuthenticatorAttestationResponse.getAuthenticatorData
* api.AuthenticatorAttestationResponse.getPublicKey
...

It would be good to check the blame for these to see who added them and if they're part of the 119 GitHub project. Maybe that's something in a verify step, if a feature is added already, we have a link to the relevant PR for convenience 🤔

@Elchi3
Copy link
Member Author

Elchi3 commented Oct 26, 2023

so we have three features added by the collector that otherwise "slipped through" the release project?

Yes, exactly.

It would be good to check the blame for these to see who added them and if they're part of the 119 GitHub project. Maybe that's something in a verify step, if a feature is added already, we have a link to the relevant PR for convenience 🤔

Ideally the collector updates things before people submit PRs for the stuff, but yeah, it might be nice to link the PRs.

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