Closed
Bug 1900357
Opened 9 months ago
Closed 9 months ago
UpdateListener.sys.mjs shouldn't be imported unconditionally
Categories
(Thunderbird :: Upstream Synchronization, defect)
Thunderbird
Upstream Synchronization
Tracking
(thunderbird_esr115 unaffected)
RESOLVED
FIXED
128 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr115 | --- | unaffected |
People
(Reporter: betterbird.project+16, Assigned: mkmelin)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Bug here:
https://hg.mozilla.org/comm-central/rev/aa07fbb65188#l3.13
This will break all distros not using Mozilla updates.
Correct is this:
https://searchfox.org/comm-central/rev/9154a515faba4ae8533e85edd2b9938bc0f361d2/mail/components/MailGlue.sys.mjs#52-56
Flags: needinfo?(mkmelin+mozilla)
Reporter | ||
Updated•9 months ago
|
Type: task → defect
Keywords: regression
Assignee | ||
Updated•9 months ago
|
Flags: needinfo?(mkmelin+mozilla)
Assignee | ||
Comment 1•9 months ago
|
||
!AppConstants.MOZ_UPDATER won't have that file...
Updated•9 months ago
|
Assignee: nobody → mkmelin+mozilla
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Assignee | ||
Updated•9 months ago
|
Keywords: checkin-needed-tb
Target Milestone: --- → 128 Branch
Pushed by martin@humanoids.be:
https://hg.mozilla.org/comm-central/rev/ee784f8bf8b9
Import UpdateListener.sys.mjs only for AppConstants.MOZ_UPDATER. r=aleca
You need to log in
before you can comment on or make changes to this bug.
Description
•