Closed
Bug 1903751
Opened 5 months ago
Closed 2 months ago
console.error: "No extension ID provided for the window listener"
Categories
(Thunderbird :: Add-Ons: Extensions API, task)
Thunderbird
Add-Ons: Extensions API
Tracking
(Not tracked)
RESOLVED
FIXED
132 Branch
People
(Reporter: mkmelin, Assigned: TbSync)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
console.error: "No extension ID provided for the window listener"
Happens e.g. during comm/mail/test/browser/utils/browser_extensionSupport.js
Assignee | ||
Comment 1•2 months ago
|
||
The test is trying invalid statements:
So the log statements are somewhat expected. What do you think we should do?
Reporter | ||
Comment 2•2 months ago
|
||
Alternatives are A) remove the logging B) downgrade to .warn() instead, or C) wontfix this.
Assignee | ||
Comment 3•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → john
Status: NEW → ASSIGNED
Assignee | ||
Updated•2 months ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/4f56fc1b4251
Reduce errors to warnings in ExtensionSupport.sys.mjs. r=mkmelin
You need to log in
before you can comment on or make changes to this bug.
Description
•