getAddonByID is not a function
Categories
(Thunderbird :: Add-Ons: General, defect, P3)
Tracking
(thunderbird_esr6868+ fixed, thunderbird69 fixed, thunderbird70 fixed)
People
(Reporter: vtol, Assigned: Paenglab)
Details
Attachments
(1 file)
|
1.40 KB,
patch
|
darktrojan
:
review+
jorgk-bmo
:
approval-comm-beta+
jorgk-bmo
:
approval-comm-esr68+
|
Details | Diff | Splinter Review |
- W10 Pro x_64 v1903 b18362.267
- Tb 69.0b1 (64-bit) en-GB
error console
TypeError: AddonManager.getAddonByID is not a functionpreferences.js:162:52
would appear to the be generated by chrome://messenger/content/preferences/preferences.js
let lastFallbackInstalled = await AddonManager.getAddonByID(lastFallbackId);
| Assignee | ||
Comment 1•7 years ago
|
||
I don't see this error and I don't know how to reproduce it. But it must be the missing AddonManager.jsm.
The same for beta and ESR.
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
FX does it also this way: https://searchfox.org/mozilla-central/source/browser/components/preferences/in-content/preferences.js#22
Comment 5•7 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/0ba96d275d8a
Add AddonManager.jsm to preferences.js. r=darktrojan
Updated•7 years ago
|
Updated•7 years ago
|
Comment 7•7 years ago
|
||
TB 69 beta 2:
https://hg.mozilla.org/releases/comm-beta/rev/96b2c9a52bb8c7299f81bed600e90694d7eaa2f4
Comment 8•7 years ago
|
||
TB 68.0 ESR:
https://hg.mozilla.org/releases/comm-esr68/rev/520a34c5a2b44f3827f44493396beca68f831e7b
Description
•