You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The about:addons overlay, which warns about Mudim and Typing Vietnamese being installed, depends on extIApplication.getExtensions(), part of FUEL in Firefox, aka STEEL in Thunderbird, aka SMILE in SeaMonkey. Firefox has removed FUEL in Nightly and Aurora builds, so we should instead import AddonManager.jsm and use AddonManager.getAddonByID().
The text was updated successfully, but these errors were encountered:
The about:addons overlay, which warns about Mudim and Typing Vietnamese being installed, depends on
extIApplication.getExtensions()
, part of FUEL in Firefox, aka STEEL in Thunderbird, aka SMILE in SeaMonkey. Firefox has removed FUEL in Nightly and Aurora builds, so we should instead import AddonManager.jsm and useAddonManager.getAddonByID()
.The text was updated successfully, but these errors were encountered: