Skip to content

Update addon-developer-support and use Services global variable#245

Open
arai-a wants to merge 2 commits intoRealRaven2000:masterfrom
arai-a:services-global
Open

Update addon-developer-support and use Services global variable#245
arai-a wants to merge 2 commits intoRealRaven2000:masterfrom
arai-a:services-global

Conversation

@arai-a
Copy link

@arai-a arai-a commented Jul 5, 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 also available in all system globals from version 104
https://bugzilla.mozilla.org/show_bug.cgi?id=1667455 ,
and those code doesn't have to import Services.jsm if the
strict_min_version is 111.

arai-a added 2 commits June 30, 2023 19:47
Services.jsm is planned to be removed in Firefox 117 cycle in https://bugzilla.mozilla.org/show_bug.cgi?id=1780695 .
The latest addon-developer-support source reflects the change.
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 also available in all system globals from version 104
https://bugzilla.mozilla.org/show_bug.cgi?id=1667455 ,
and those code doesn't have to import Services.jsm if the
strict_min_version is 111.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant