简体   繁体   English

Firefox Restartless Addon:启用/禁用上记录的错误

[英]Firefox Restartless Addon: Errors Logged on Enable/Disable

I have been testing and when a Bootstrapped/Restartless Addon is enabled or disabled, a number of errors are logged relating to other addons. 我一直在测试,当启用或禁用自举式/无重启插件时,会记录许多与其他插件有关的错误。

Duplicate resource declaration for 'specialpowers' ignored. chrome.manifest:32
Duplicate resource declaration for 'gre-resources' ignored. chrome.manifest:33
Duplicate resource declaration for 'services-sync' ignored. components.manifest:163
Duplicate resource declaration for 'services-common' ignored. components.manifest:165
Duplicate resource declaration for 'services-crypto' ignored. components.manifest:166
Could not read chrome manifest 'file:///C:/Program%20Files%20(x86)/Mozilla%20Firefox/chrome.manifest'.
Duplicate resource declaration for 'pdf.js' ignored. pdfjs.manifest:1
Duplicate resource declaration for 'lazarus' ignored. chrome.manifest:49
Duplicate resource declaration for 'clippings' ignored. chrome.manifest:9
Duplicate resource declaration for 'greasemonkey' ignored. chrome.manifest:15
Duplicate resource declaration for 'dwhelper' ignored. chrome.manifest:75
Duplicate resource declaration for 'xnotifier' ignored. chrome.manifest:105
Duplicate resource declaration for 'urlmulticopy' ignored. chrome.manifest:7
Duplicate resource declaration for 'textmulticopy' ignored. chrome.manifest:7
Duplicate resource declaration for 'imdbplus' ignored. chrome.manifest:9
Duplicate resource declaration for 'rpnethelper' ignored.  chrome.manifest:9

On enabling the restartless addon: 在启用无重启插件时:

Could not read chrome manifest 'file:///C:/Program%20Files%20(x86)/Mozilla%20Firefox/browser/extensions/%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D/chrome.manifest'.
1403891812867   Services.Metrics.Provider.org.mozilla.addons    WARN    Add-on type without field: dictionary

1403891812867   Services.Metrics.Provider.org.mozilla.addons    WARN    Add-on type without field: userstyle

1403891812867   Services.Metrics.Provider.org.mozilla.addons    WARN    Add-on type without field: greasemonkey-user-script

No chrome package registered for chrome://dta-modules/content/support/filtermanager.js
Invalid URI. Load of media resource  failed. browser.xul
1403891888204   Services.Metrics.Provider.org.mozilla.addons    WARN    Add-on type without field: dictionary

1403891888205   Services.Metrics.Provider.org.mozilla.addons    WARN    Add-on type without field: userstyle

1403891888205   Services.Metrics.Provider.org.mozilla.addons    WARN    Add-on type without field: greasemonkey-user-script

I have tried different Restartless addon and all log similar errors (from other sources) on enable/disable. 我尝试了不同的Restartless插件,并且在启用/禁用上都记录了类似的错误(来自其他来源)。 The errors do not appear to affect the operation of Firefox or the addons. 该错误似乎并不影响Firefox或附加组件的操作。

What are these? 这些是什么?

What are these? 这些是什么?

Noise. 噪声。 Really, disregard all of those. 真的,无视所有这些。

  • Those "Duplicate Resource" warnings are due to the way Firefox (re-)loads manifests. 这些“重复资源”警告是由于Firefox(重新)加载清单的方式引起的。
  • "Could not read chrome manifest" in the installation directory is because the platform supports having a manifest in the installation directory but Firefox doesn't use this capability (anymore). 安装目录中的“无法读取chrome清单”是因为平台支持在安装目录中包含清单,但Firefox不再使用此功能。
  • The Service.Metrics.Provider ones are related to the performance metrics Firefox collects and may send to mozilla if you opted-in. Service.Metrics.Provider与Firefox收集的性能指标有关,如果您选择加入,则可能会发送给mozilla。 That thing doesn't really know how to deal with certain add-on types, and hence the warnings. 那东西真的不知道如何处理某些加载项类型,因此也不知道警告。
  • The 972ce4c6-7e08-4474-a285-3208198ce6fd manifest warning is the default theme. 972ce4c6-7e08-4474-a285-3208198ce6fd清单警告是默认主题。 I didn't even know it is still around. 我什至不知道它还在附近。 Probably a left-over from installing Firefox back when and upgrading afterwards. 可能是在重新安装Firefox并随后进行升级时遗留下来的。
  • And then there is something trying to load a DownThemAll! 然后尝试加载DownThemAll! 3.0 file, which isn't present. 3.0文件,该文件不存在。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Firefox Restartless Addon:AddonManager可以为插件提供哪些信息? - Firefox Restartless Addon: What information are available to the addon from AddonManager? 如何将Greasemonkey脚本转换为无重启的Firefox插件? - How can I convert a Greasemonkey script into a restartless Firefox addon? 在 Firefox 插件弹出窗口中禁用任何对象的拖动 - Disable drag for any object in firefox addon popup firefox重新启动引导扩展脚本无法重新加载 - firefox restartless bootstrap extension script not reloading 等效于简单存储API,用于无重启的Firefox扩展 - Equivalent of simple storage API for restartless firefox extension 是否有用于禁用/启用Firefox扩展的API? - Is there an API to disable/enable a Firefox extension? Firefox-启用报告Javascript错误 - Firefox - enable reporting of Javascript errors Firefox的无重启(自举)扩展名中的getElementsByName - getElementsByName in restartless (bootstrapped) extension for firefox mobile 从无重启(自举)插件中获取Thunderbird的电子邮件编辑器对象 - Getting Thunderbird's email editor object from a restartless (bootstrapped) addon FireFox SDK插件-禁用/卸载时“分离内容脚本”? - FireFox SDK Addon - “Detach content script” on disable/unload?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM