unicorn-fail / dreditor.org

Dreditor Browser Extension Site
https://dreditor.org
GNU General Public License v2.0
0 stars 1 forks source link

Mozilla Install* API will vanish soon #4

Open sun opened 10 years ago

sun commented 10 years ago

From https://developer.mozilla.org/en-US/docs/Archive/Mozilla/XPInstall/Reference/Install_Object (not https://developer.mozilla.org/en-US/docs/Archive/Mozilla/XPInstall/Reference/InstallTrigger_Object) (nor https://developer.mozilla.org/en/docs/Installing_Extensions_and_Themes_From_Web_Pages)

Parts of this page show the use of the XPInstall API. The majority of this API is now deprecated and as of Gecko 1.9 no longer available. Extension, Theme, and plug-in developers must switch away from install.js based packages to the new packaging scheme with an install.rdf manifest. In particular plugin developers should see how to package a plugin as an extension.