Closed
Bug 170221
Opened 23 years ago
Closed 23 years ago
Syntax error opening message security info
Categories
(MailNews Core :: Security, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: tuukka.tolvanen, Assigned: KaiE)
Details
Attachments
(1 file)
1.50 KB,
patch
|
javi
:
review+
rpotts
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20020921 Phoenix/0.1
Build Identifier: linux trunk cvs 2002-09-22
.
Reproducible: Always
Steps to Reproduce:
1. in mailnews, select a message
2. view > security info
Actual Results:
Blank dialog with ok cancel help buttons only;
Error: syntax error
Source File: chrome://messenger-smime/content/msgReadSecurityInfo.js
Line: 238, Column: 5
Source Code:
cd->viewCert(parent, cert);
Error: onLoad is not defined
Expected Results:
Useful dialog, no errors
<sodapop3k> um, "->" is nonsense in js right?
<ssieb_home> sodapop3k: yes
$ find mozilla/ -name "*.js" -exec egrep --with-filename -- "->" "{}" \; | egrep
"[^-]->" | egrep --invert-match "^[^:]*:[[:space:]]*//"
...comments & strings clipped...
mozilla/mailnews/extensions/smime/resources/content/msgReadSecurityInfo.js:
cd->viewCert(parent, cert);
mozilla/mailnews/extensions/smime/resources/content/msgCompSecurityInfo.js:
cd->viewCert(parent, cert);
![]() |
||
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 2•23 years ago
|
||
Assignee | ||
Comment 3•23 years ago
|
||
Alec, Javi, could you please r/sr this tiny obvious patch?
Comment 4•23 years ago
|
||
Comment on attachment 100230 [details] [diff] [review]
Obvious Patch v1
r=javi
Attachment #100230 -
Flags: review+
Comment 5•23 years ago
|
||
Attachment #100230 -
Flags: superreview+
Assignee | ||
Comment 6•23 years ago
|
||
Fixed on trunk.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•