Closed
Bug 1497377
Opened 7 years ago
Closed 7 years ago
Extraneous closing brace in viewCertHelper() in msgReadSecurityInfo.js
Categories
(MailNews Core :: Security: S/MIME, enhancement)
Tracking
(thunderbird63 wontfix, thunderbird64 fixed)
RESOLVED
FIXED
Thunderbird 64.0
People
(Reporter: jsbruner, Assigned: jsbruner)
Details
Attachments
(1 file)
|
1.38 KB,
patch
|
jorgk-bmo
:
review+
jorgk-bmo
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
The port of bug 1468225 in bug 1483403 accidentally added an extra '}' in msgReadSecurityInfo.js's viewCertHelper().
| Assignee | ||
Comment 1•7 years ago
|
||
Removes the extraneous brace.
Attachment #9015401 -
Flags: review?(jorgk)
Comment 2•7 years ago
|
||
Comment on attachment 9015401 [details] [diff] [review]
bug1497377.patch
Thanks. How did I mess this up so badly in bug 1483403, sigh :-(
Attachment #9015401 -
Flags: review?(jorgk)
Attachment #9015401 -
Flags: review+
Attachment #9015401 -
Flags: approval-comm-beta+
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/95e9292660b7
Remove extraneous closing brace in viewCertHelper() in msgReadSecurityInfo.js. r=jorgk
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Comment 4•7 years ago
|
||
Actually, was it still working and the extra brace "only" caused a JS error but was essentially ignored?
Target Milestone: --- → Thunderbird 64.0
Comment 5•7 years ago
|
||
status-thunderbird63:
--- → fixed
status-thunderbird64:
--- → fixed
Updated•7 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•