Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use Services global variable #22

Merged
merged 1 commit into from
Jun 29, 2023
Merged

Conversation

arai-a
Copy link
Contributor

@arai-a arai-a commented Jun 29, 2023

Services.jsm is planned to be removed in Firefox 117 cycle in https://bugzilla.mozilla.org/show_bug.cgi?id=1780695 . Services global variable is available in WebExtensions experiments API global from version 88 https://bugzilla.mozilla.org/show_bug.cgi?id=1698158 , and experiments code doesn't have to import Services.jsm if the strict_min_version is 88.

Services.jsm is planned to be removed in Firefox 117 cycle in https://bugzilla.mozilla.org/show_bug.cgi?id=1780695 .
Services global variable is available in WebExtensions experiments API global
from version 88 https://bugzilla.mozilla.org/show_bug.cgi?id=1698158 ,
and experiments code doesn't have to import Services.jsm if the
strict_min_version is 88.
@marph91
Copy link
Owner

marph91 commented Jun 29, 2023

Works with my Thunderbird version (102.11.0), so I guess we can merge it.

Thanks!

@marph91 marph91 merged commit 3b7d1e6 into marph91:master Jun 29, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants