Bug#637827: iceweasel: Exceptions from nsLoginManager.js

Mike Hommey mh at glandium.org
Mon Aug 15 08:00:40 UTC 2011


On Mon, Aug 15, 2011 at 09:14:54AM +0200, Mike Hommey wrote:
> On Mon, Aug 15, 2011 at 11:00:15AM +0400, drAX wrote:
> > >>I got the very same error with firefox 5 and passifox.
> > 
> > Really? Try ff from
> > deb http://ppa.launchpad.net/mozillateam/firefox-stable/ubuntu/ lucid main
> 
> I tried ff from mozilla.

It very much seems that error message is not entirely the cause, and
that it happens when the extension is registered before sync or
something like that, and more importantly, stays when switching from
iceweasel to firefox.

Anyways, the real problem is that modules/KeePassFox.jsm imports an uri
that somehow works on firefox, but is not meant to be used:
resource://gre/modules/services-crypto/WeaveCrypto.js
It must use:
resource://services-crypto/WeaveCrypto.js
instead.

Mike





More information about the pkg-mozilla-maintainers mailing list