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

Correct supported Firefox versions of scripting API #18879

Merged

Conversation

Rob--W
Copy link
Member

@Rob--W Rob--W commented Feb 10, 2023

Summary

The first release with support for the scripting API is 102, not 101. This PR fixes that.

Test results and supporting details

The first release with support for the scripting API is 102 - by https://bugzilla.mozilla.org/show_bug.cgi?id=1766615

The implementations landed before, but restricted to MV3, whose support was not enabled until Firefox 109 -
https://bugzilla.mozilla.org/show_bug.cgi?id=1801291

Also fixed the compat note for the persistAcrossSessions flag, whose implementation completed in
https://bugzilla.mozilla.org/show_bug.cgi?id=1751436

Related issues

I already used the correct Firefox version in missing properties documented in #18878 .

@github-actions github-actions bot added the data:webext 🎲 Compat data for Browser Extensions. https://developer.mozilla.org/Add-ons/WebExtensions label Feb 10, 2023
@Rob--W Rob--W force-pushed the webextensions-scripting-firefox-support-102 branch 2 times, most recently from 4d50d46 to 391b3dd Compare February 10, 2023 18:22
The first release with support for the scripting API is 102 - by
https://bugzilla.mozilla.org/show_bug.cgi?id=1766615

The implementations landed before, but restricted to MV3,
whose support was not enabled until Firefox 109 -
https://bugzilla.mozilla.org/show_bug.cgi?id=1801291

Also fixed the compat note for the persistAcrossSessions flag,
whose implementation completed in
https://bugzilla.mozilla.org/show_bug.cgi?id=1751436
and should be listed solely under RegisteredContentScript,
not unregisterContentScripts.
@willdurand
Copy link
Member

looks good

@Rob--W
Copy link
Member Author

Rob--W commented Feb 14, 2023

@rebloor Could you merge this and #18878 ?

@rebloor rebloor merged commit 7f93913 into mdn:main Feb 14, 2023
@rebloor
Copy link
Collaborator

rebloor commented Feb 14, 2023

@Rob--W Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:webext 🎲 Compat data for Browser Extensions. https://developer.mozilla.org/Add-ons/WebExtensions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants