Closed
Bug 1364178
Opened 8 years ago
Closed 8 years ago
this._urlListener is undefined - on box.com filelink auth failure.
Categories
(Thunderbird :: FileLink, defect)
Thunderbird
FileLink
Tracking
(thunderbird_esr5254+ fixed, thunderbird54 fixed, thunderbird55 fixed)
RESOLVED
FIXED
Thunderbird 55.0
People
(Reporter: mkmelin, Assigned: mkmelin)
Details
Attachments
(1 file)
|
2.42 KB,
patch
|
clokep
:
review+
jorgk-bmo
:
approval-comm-beta+
jorgk-bmo
:
approval-comm-esr52+
|
Details | Diff | Splinter Review |
Got a failure for a box.com filelink upload. this._urlListener is undefined
Apparently copy pasted code from nsHightail.js, but forgot to assign the _urlListener. Let's not use those assignments (as the variable isn't used elsewhere).
Attachment #8866901 -
Flags: review?(clokep)
Comment 1•8 years ago
|
||
Comment on attachment 8866901 [details] [diff] [review]
bugXXX_filelink_urlListener.patch
Review of attachment 8866901 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM. Nice find!
Attachment #8866901 -
Flags: review?(clokep) → review+
| Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Comment 3•8 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 55.0
| Assignee | ||
Comment 4•8 years ago
|
||
Comment on attachment 8866901 [details] [diff] [review]
bugXXX_filelink_urlListener.patch
Review of attachment 8866901 [details] [diff] [review]:
-----------------------------------------------------------------
Yes this should be uplifted
Attachment #8866901 -
Flags: approval-comm-esr52?
Attachment #8866901 -
Flags: approval-comm-beta?
Comment 5•8 years ago
|
||
Comment on attachment 8866901 [details] [diff] [review]
bugXXX_filelink_urlListener.patch
Thanks.
Attachment #8866901 -
Flags: approval-comm-beta? → approval-comm-beta+
Comment 6•8 years ago
|
||
TB 54 (Beta):
https://hg.mozilla.org/releases/comm-beta/rev/d58c71e419eed1ab8d8f1119038370c22ed371fa
status-thunderbird54:
--- → fixed
status-thunderbird55:
--- → fixed
status-thunderbird_esr52:
--- → affected
tracking-thunderbird_esr52:
--- → +
Updated•8 years ago
|
Flags: needinfo?(mkmelin+mozilla)
Updated•8 years ago
|
Attachment #8866901 -
Flags: approval-comm-esr52? → approval-comm-esr52+
Comment 7•8 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•