Closed
Bug 1267107
Opened 9 years ago
Closed 9 years ago
Error: LoginDoorhangers is not defined
Categories
(SeaMonkey :: Passwords & Permissions, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: duncanjdiii, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40
Build ID: 20160120191716
Steps to reproduce:
Doing anything in SeaMonkey 2.40 (loading a new tab, opening a new window, etc.) causes the error log to show "Error: LoginDoorhangers is not defined Source File: resource://gre/modules/LoginManagerParent.jsm Line: 505"
I have tested this on a clean profile and get the same results. Using SeaMonkey 2.40 on Mac OS X 10.11.3
Actual results:
The error message appeared.
Expected results:
The error should not have appeared.
Comment 1•9 years ago
|
||
http://mxr.mozilla.org/comm-central/source/mozilla/toolkit/components/passwordmgr/moz.build?rev=02ff02df924a&mark=68-72#68
Hmm. This should only happen if your are using Firefox because only Firefox has LoginDoorhangers. We may need to port a bunch of stuff from Firefox
68 if CONFIG['MOZ_BUILD_APP'] == 'browser':
69 EXTRA_JS_MODULES += [
70 'LoginDoorhangers.jsm',
71 'LoginManagerContextMenu.jsm',
72 ]
Component: General → Passwords & Permissions
Flags: needinfo?(paolo.mozmail)
Comment 2•9 years ago
|
||
This code shouldn't be reached unless you've enabled the "signon.ui.experimental" preference in "about:config".
Flags: needinfo?(paolo.mozmail)
| Reporter | ||
Comment 3•9 years ago
|
||
(In reply to :Paolo Amadini from comment #2)
> This code shouldn't be reached unless you've enabled the
> "signon.ui.experimental" preference in "about:config".
Oops! Yes, you are exactly right. The "signon.ui.experimental" pref sneaked itself into an old/outdated user.js config that I was using, which also explains why I was experiencing the same issue in a clean profile/safe mode. All is well when "signon.ui.experimental" is disabled. Sorry about that.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•