Closed
Bug 1550084
Opened 5 years ago
Closed 5 years ago
NS_ERROR_ILLEGAL_VALUE when removing observers in AppUpdateUI.jsm
Categories
(Thunderbird :: General, defect)
Thunderbird
General
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 68.0
People
(Reporter: robert.strong.bugs, Assigned: robert.strong.bugs)
References
Details
Attachments
(1 file)
1011 bytes,
patch
|
darktrojan
:
review+
|
Details | Diff | Splinter Review |
I forgot to switch that over to the same method used to add observers. Sorry about that.
It is throwing the following
[Exception... "Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIObserverService.removeObserver]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: resource:///modules/AppUpdateUI.jsm :: observe/< :: line 312" data: no]
Patch coming up.
![]() |
Assignee | |
Comment 1•5 years ago
|
||
Attachment #9063578 -
Flags: review?(geoff)
Comment 2•5 years ago
|
||
Comment on attachment 9063578 [details] [diff] [review] patch Hah! Unlucky. :)
Attachment #9063578 -
Flags: review?(geoff) → review+
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/d71ed68a4fba
Fix NS_ERROR_ILLEGAL_VALUE when removing observers in AppUpdateUI.jsm; r=darktrojan
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Target Milestone: --- → Thunderbird 68.0
You need to log in
before you can comment on or make changes to this bug.
Description
•