使用 -chrome 时,InstallTrigger.install 在 Firefox 4 中不起作用。有什么解决方法吗?
我正在开发一个在 Firefox 中以 Chrome 模式运行的应用程序 (fx.exe -chrome chrome://app/content/main.xul)。在 Firefox 4(3.6 及更低版本)之前,当有新版本可用时,我使用 InstallTrigger.install 来升级应用程序。
不幸的是,这在 Firefox 4 中不再有效。还有其他人遇到过这个问题吗?你是如何解决这个问题的?
I work on an application that runs in chrome mode in Firefox (fx.exe -chrome chrome://app/content/main.xul). Prior to Firefox 4 (3.6 and below) I used the InstallTrigger.install to upgrade the application when there was a new version available.
Unfortunately, this no longer works in Firefox 4. Has anyone else run into this problem? How did you get around it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了解决这个问题,我们使用 AddOnManager API 代替 InstallTrigger。
有关详细信息,请参阅 XUL 开发插件管理器
To work around the issue we used the AddOnManager API in the place of InstallTrigger.
For more information see XUL Dev Add-On Manager