ReferenceError: AddonManager is not defined after update to 134.0a1
Categories
(Thunderbird :: Upstream Synchronization, defect)
Tracking
(relnote-thunderbird 133+, thunderbird_esr128 unaffected, thunderbird133? fixed, thunderbird134 fixed)
Tracking | Status | |
---|---|---|
relnote-thunderbird | --- | 133+ |
thunderbird_esr128 | --- | unaffected |
thunderbird133 | ? | fixed |
thunderbird134 | --- | fixed |
People
(Reporter: welpy-cw, Assigned: welpy-cw)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
corey
:
approval-comm-beta+
|
Details | Review |
While using mozregression
I noticed this in the error console:
ReferenceError: AddonManager is not defined
_onFirstWindowLoaded resource:///modules/MailGlue.sys.mjs:645
observe resource:///modules/MailGlue.sys.mjs:435
openTab chrome://messenger/content/mailTabs.js:118
InterpretGeneratorResume self-hosted:1413
AsyncFunctionNext self-hosted:800
This happens when the app is restarted for the first time after the update to 134.0a1. The error causes MailGlue._onFirstWindowLoaded
to exit prematurely, so _scheduleStartupIdleTasks()
doesn't run, which is also responsible for starting Gloda, so this may cause bug 1927088 comment 6.
Assignee | ||
Comment 1•22 days ago
|
||
Updated•22 days ago
|
Assignee | ||
Updated•22 days ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/f3508e961ae5
Fix small oversight from bug 1918951. r=mkmelin
Comment 3•21 days ago
|
||
We should uplift asap. Hartmut, can you request it?
Assignee | ||
Comment 4•21 days ago
•
|
||
Comment on attachment 9434208 [details]
Bug 1928058 - Fix small oversight from bug 1918951. r=mkmelin
[Approval Request Comment]
Regression caused by (bug #): bug 1918951
User impact if declined: User may experience weird errors (broken message context menu/multi-message view) when the app runs the first time after updating to 133 (!)
Risk to taking this patch (and alternatives if risky): Definitely riskier not to take it.
Comment 5•21 days ago
|
||
Comment on attachment 9434208 [details]
Bug 1928058 - Fix small oversight from bug 1918951. r=mkmelin
[Triage Comment]
Approved for beta
Assignee | ||
Comment 6•21 days ago
|
||
Release Note Request (optional, but appreciated)
[Suggested wording]: Fixed: Global database didn't work immediately after updating to Thunderbird 133.
Comment 7•20 days ago
•
|
||
bugherder uplift |
Thunderbird 133.0b1:
https://hg.mozilla.org/releases/comm-beta/rev/22046ba31543
Updated•17 days ago
|
Comment 8•13 days ago
|
||
Hello,
Are there any specific STR that QA could perform in order to reproduce the faulty behaviour(crash) on an affected build and properly verify and confirm that it is fixed?
Assignee | ||
Comment 9•13 days ago
|
||
Install Beta 132. Let it update itself to 133 and restart. If there is no `ReferenceError: AddonManager is not defined' in the error console and the context menu works normally, this is fixed.
Description
•