Closed
Bug 841179
Opened 12 years ago
Closed 7 years ago
test output: JS Error: "[Exception.. (NS_NOINTERFACE) .. PrivateBrowsingUtils.jsm" line: 25
Categories
(Add-on SDK Graveyard :: General, defect, P3)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: evold, Unassigned)
References
Details
I see this when running `cfx test -f tab`
info: addon-sdk: [JavaScript Error: "[Exception... "Component returned failure code: 0x80004002 (NS_NOINTERFACE) [nsIInterfaceRequestor.getInterface]" nsresult: "0x80004002 (NS_NOINTERFACE)" location: "JS frame :: resource://gre/modules/PrivateBrowsingUtils.jsm :: pbu_privacyContextFromWindow :: line 25" data: no]" {file: "resource://gre/modules/PrivateBrowsingUtils.jsm" line: 25}]
Priority: -- → P3
We also see the same exception in the wild, in our error logs for our Firefox add-on.
This seems to only affect FF >= 23.
Possibly related:
Firefox 16:
[exc] [Exception... "Component returned failure code: 0x80004002 (NS_NOINTERFACE) [nsIInterfaceRequestor.getInterface]" nsresult: "0x80004002 (NS_NOINTERFACE)" location: "JS frame :: resource://gre/modules/PrivateBrowsingUtils.jsm :: pbu_isWindowPrivate :: line 12" data: no]
Firefox 17:
[exc] [Exception... "Component returned failure code: 0x80004002 (NS_NOINTERFACE) [nsIInterfaceRequestor.getInterface]" nsresult: "0x80004002 (NS_NOINTERFACE)" location: "JS frame :: resource://gre/modules/PrivateBrowsingUtils.jsm :: pbu_privacyContextFromWindow :: line 16" data: no]
Reporter | ||
Updated•10 years ago
|
Blocks: sdk/private-browsing
Comment 3•7 years ago
|
||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•