SparkyBluefang / S4E

Status-4-Evar Firefox Extension
Mozilla Public License 2.0
60 stars 18 forks source link

Use `Services.strings.createBundle` instead of relying on the `StringBundle`, since it's been removed in Firefox 55 (issue 46) #47

Closed Snuffleupagus closed 7 years ago

Snuffleupagus commented 7 years ago

In bug 1335877, see also commit https://hg.mozilla.org/mozilla-central/rev/18b7e4434612, resource://services-common/stringbundle.js was removed.

This patch will allow the addon to work in Firefox 55 (and up), and as far as I can tell StringBundle has actually been deprecated for quite some time.

Fixes #46.

SparkyBluefang commented 7 years ago

Thanks!