javascript - Firefox Restartless Addon: Errors Logged on Enable/Disable -
i have been testing , when bootstrapped/restartless addon enabled or disabled, number of errors logged relating other addons.
duplicate resource declaration 'specialpowers' ignored. chrome.manifest:32 duplicate resource declaration 'gre-resources' ignored. chrome.manifest:33 duplicate resource declaration 'services-sync' ignored. components.manifest:163 duplicate resource declaration 'services-common' ignored. components.manifest:165 duplicate resource declaration 'services-crypto' ignored. components.manifest:166 not read chrome manifest 'file:///c:/program%20files%20(x86)/mozilla%20firefox/chrome.manifest'. duplicate resource declaration 'pdf.js' ignored. pdfjs.manifest:1 duplicate resource declaration 'lazarus' ignored. chrome.manifest:49 duplicate resource declaration 'clippings' ignored. chrome.manifest:9 duplicate resource declaration 'greasemonkey' ignored. chrome.manifest:15 duplicate resource declaration 'dwhelper' ignored. chrome.manifest:75 duplicate resource declaration 'xnotifier' ignored. chrome.manifest:105 duplicate resource declaration 'urlmulticopy' ignored. chrome.manifest:7 duplicate resource declaration 'textmulticopy' ignored. chrome.manifest:7 duplicate resource declaration 'imdbplus' ignored. chrome.manifest:9 duplicate resource declaration 'rpnethelper' ignored. chrome.manifest:9
on enabling 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 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 , log similar errors (from other sources) on enable/disable. errors not appear affect operation of firefox or addons.
what these?
what these?
noise. really, disregard of those.
- those "duplicate resource" warnings due way firefox (re-)loads manifests.
- "could not read chrome manifest" in installation directory because platform supports having manifest in installation directory firefox doesn't use capability (anymore).
- the
service.metrics.provider
ones related performance metrics firefox collects , may send mozilla if opted-in. thing doesn't know how deal add-on types, , hence warnings. - the
972ce4c6-7e08-4474-a285-3208198ce6fd
manifest warning default theme. didn't know still around. left-over installing firefox when , upgrading afterwards. - and there trying load downthemall! 3.0 file, isn't present.
Comments
Post a Comment