legacySAXResponse._oncompletederror is not a function
Categories
(Calendar :: Internal Components, defect)
Tracking
(thunderbird_esr78+ fixed, thunderbird85 fixed)
People
(Reporter: mkmelin, Assigned: mkmelin)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
1.11 KB,
patch
|
darktrojan
:
review+
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr78+
|
Details | Diff | Splinter Review |
TypeError: legacySAXResponse._oncompletederror is not a function CalDavRequest.jsm:554:35
get listener/get/< resource:///modules/caldav/CalDavRequest.jsm:554
Not sure what effect it has, but some errors will not be handled correctly.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Comment 2•4 years ago
|
||
Comment on attachment 9194197 [details] [diff] [review]
bug1683642_oncompletederror_typo.patch
Oh dear. I wish we had some kind of automated check that says "hey, this word doesn't appear anywhere else in your patch/the code, is it right?"
Assignee | ||
Updated•4 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/15ed46875be2
fix type that causes "legacySAXResponse._oncompletederror is not a function". r=darktrojan
Assignee | ||
Comment 4•4 years ago
|
||
Comment on attachment 9194197 [details] [diff] [review]
bug1683642_oncompletederror_typo.patch
[Approval Request Comment]
Regression caused by (bug #): bug 1546606
User impact if declined: error situations for caldav may be badly handled
Testing completed (on c-c, etc.): on c-c
Risk to taking this patch (and alternatives if risky): Not risky. One char type fix.
Comment 5•4 years ago
|
||
Comment on attachment 9194197 [details] [diff] [review]
bug1683642_oncompletederror_typo.patch
[Triage Comment]
Approved for beta
Comment 6•4 years ago
|
||
bugherder uplift |
Thunderbird 85.0b3:
https://hg.mozilla.org/releases/comm-beta/rev/7d18db988333
Comment 7•4 years ago
|
||
Comment on attachment 9194197 [details] [diff] [review]
bug1683642_oncompletederror_typo.patch
[Triage Comment]
Approved for esr78
Comment 8•4 years ago
|
||
bugherder uplift |
Thunderbird 78.6.1:
https://hg.mozilla.org/releases/comm-esr78/rev/d2b9c25bb995
Description
•