如何在 FF4 的 XPCOM 组件中监听更改后的配置文件

发布于 2024-09-07 21:12:37 字数 369 浏览 5 评论 0原文

这个博客文章提到 XPCOM 组件将不再能够观察“应用程序启动”通知,它们现在必须监听“更改后配置文件”通知。

我的更改似乎不起作用;知道我做错了什么吗?

This blog post mentions that XPCOM components will no longer be able to observe 'app-startup' notifications and they will have to listen to 'profile-after-change' notifications now.

My changes don't seem to work however; any idea what I did wrong?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

翻了热茶 2024-09-14 21:12:37

将以下内容添加到 chrome.manifest 中:

category profile-after-change CONTRACTID CONTRACTID

Add the following to chrome.manifest:

category profile-after-change CONTRACTID CONTRACTID
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文