'Method not implemented' when calling method: [prplIAccount::unInit]
Categories
(Chat Core :: Yahoo! Messenger, defect)
Tracking
(thunderbird_esr6870+ fixed, thunderbird71 fixed)
People
(Reporter: clokep, Assigned: clokep)
Details
Attachments
(1 file)
1.20 KB,
patch
|
florian
:
review+
jorgk-bmo
:
approval-comm-esr68+
|
Details | Diff | Splinter Review |
If you have an old Yahoo or Facebook account, an error is thrown to the console when quitting:
JavaScript error: file:///Users/pcloke/mozilla/mozilla-central/obj-x86_64-apple-darwin18.7.0-tb/dist/Thunderbird%20Daily.app/Contents/Resources/components/imAccounts.js, line 786: NS_ERROR_NOT_IMPLEMENTED: Method not implemented'Method not implemented' when calling method: [prplIAccount::unInit]
JavaScript error: file:///Users/pcloke/mozilla/mozilla-central/obj-x86_64-apple-darwin18.7.0-tb/dist/Thunderbird%20Daily.app/Contents/Resources/components/imAccounts.js, line 786: NS_ERROR_NOT_IMPLEMENTED: Method not implemented'Method not implemented' when calling method: [prplIAccount::unInit]
The fix is easy, we just need to implement an unInit
that does nothing.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
I also debated if it made sense to have an AbandonedAccount
implementation for dead protocols, but it doesn't seem like much code would be shared between Facebook and Yahoo. The vast majority of the code is custom error messages.
Updated•5 years ago
|
Pushed by clokep@gmail.com:
https://hg.mozilla.org/comm-central/rev/1da5ee1ef0ea
'Method not implemented' when calling method: [prplIAccount::unInit]. r=florian
Assignee | ||
Updated•5 years ago
|
Comment 3•5 years ago
|
||
Hi Partrick, it would be good, if you could leave smaller patches for me to check in. M-C merges four times a day, so I need a patch for times a day. Currently Paul is not available and hence not producing patches, and Magnus is on PTO and hence also not producing patches or reviewing patches. Right now, for the merges in about two and seven hours I have nothing. This patch and the one from bug 1427205 would have served me very well for my sheriffing purposes.
Assignee | ||
Comment 4•5 years ago
|
||
Updated•5 years ago
|
Comment 5•5 years ago
|
||
TB 68.2.0 ESR:
https://hg.mozilla.org/releases/comm-esr68/rev/cf778585a395ba5cecfcffe949a83ce97132d73c
Description
•