Closed
Bug 1363155
Opened 8 years ago
Closed 7 years ago
Error "this[module] is undefined" in nsBrowserGlue.js:174
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 55
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox53 | --- | unaffected |
firefox54 | --- | unaffected |
firefox55 | --- | fixed |
People
(Reporter: Oriol, Assigned: mythmon)
References
Details
(Keywords: regression, Whiteboard: fixed by bug 1361578)
Open the browser, open the browser console, there is this error:
this[module] is undefined (nsBrowserGlue.js:174)
observe (jar:file:///C:/Firefox/browser/omni.ja!/components/nsBrowserGlue.js:174:9)
ssi_sendRestoreCompletedNotifications (resource:///modules/sessionstore/SessionStore.jsm:4381:5)
ssi_restoreWindow (resource:///modules/sessionstore/SessionStore.jsm:3403:5)
ssi_restoreWindows (resource:///modules/sessionstore/SessionStore.jsm:3469:5)
initializeWindow (resource:///modules/sessionstore/SessionStore.jsm:1159:11)
onBeforeBrowserWindowShown/< (resource:///modules/sessionstore/SessionStore.jsm:1308:9)
process (resource://gre/modules/Promise-backend.js:922:23)
walkerLoop (resource://gre/modules/Promise-backend.js:806:7)
bound walkerLoop (self-hosted:944:17)
bound bound walkerLoop (self-hosted:944:17)
That code was introduced by https://reviewboard.mozilla.org/r/132706/ in bug 1358921.
Reporter | ||
Comment 2•8 years ago
|
||
The module is SelfSupportBackend, and the topic is sessionstore-windows-restored.
Updated•8 years ago
|
Keywords: regression
Comment 3•7 years ago
|
||
Can someone confirm that this was fixed by the removal of self-support?
Flags: needinfo?(kmaglione+bmo)
Comment 4•7 years ago
|
||
(In reply to Kris Maglione [:kmag] (busy; behind on reviews) from comment #3)
> Can someone confirm that this was fixed by the removal of self-support?
Confirmed on mozilla-central tip.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Whiteboard: fixed by bug 1361578
Updated•7 years ago
|
Assignee: nobody → mcooper
status-firefox53:
--- → unaffected
status-firefox54:
--- → unaffected
status-firefox55:
--- → fixed
status-firefox-esr52:
--- → unaffected
Target Milestone: --- → Firefox 55
You need to log in
before you can comment on or make changes to this bug.
Description
•