Closed
Bug 127175
Opened 24 years ago
Closed 23 years ago
javascript strict warnings in msgReadSecurityInfo.js
Categories
(MailNews Core :: Security: S/MIME, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
psm2.2
People
(Reporter: stdowa+bugzilla, Assigned: KaiE)
Details
Attachments
(1 file, 2 obsolete files)
|
1.46 KB,
patch
|
KaiE
:
review+
KaiE
:
superreview+
|
Details | Diff | Splinter Review |
Using a cvs build from today. Read a tree status message in npm.builds. View ->
Message Security Info.
Warning: redeclaration of var l
Source File: chrome://messenger-smime/content/msgReadSecurityInfo.js
Line: 178, Column: 10
Source Code:
var l = document.getElementById("encryptionLLabel");
Warning: redeclaration of var str
Source File: chrome://messenger-smime/content/msgReadSecurityInfo.js
Line: 183, Column: 8
Source Code:
var str;
| Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
->PSM S/MIME
Assignee: mstoltz → ssaux
Component: Security: General → S/MIME
Product: MailNews → PSM
QA Contact: junruh → alam
Version: other → 2.2
Comment 3•24 years ago
|
||
Comment on attachment 70866 [details] [diff] [review]
patch
r=javi
Attachment #70866 -
Flags: review+
Comment 4•24 years ago
|
||
Comment on attachment 70866 [details] [diff] [review]
patch
sr=mscott
Attachment #70866 -
Flags: superreview+
Comment 5•24 years ago
|
||
Comment on attachment 70866 [details] [diff] [review]
patch
one small comment, any chance we can rename the variable 'l' to something which
has a little more meaning like label?
Comment 6•23 years ago
|
||
Stephen: could you change the l into label so we could get this one checked in?
| Reporter | ||
Comment 7•23 years ago
|
||
Attachment #70866 -
Attachment is obsolete: true
Comment 9•23 years ago
|
||
Comment on attachment 73394 [details] [diff] [review]
patch; l -> label
a=asa (on behalf of drivers) for checkin to the 1.0 trunk and bringing the
review and super-review status forward to the current patch.
Attachment #73394 -
Flags: superreview+
Attachment #73394 -
Flags: review+
Attachment #73394 -
Flags: approval+
Comment 10•23 years ago
|
||
kaie.
Need to make sure the patch is compatible with the patch in bug 129100
Assignee: ssaux → kaie
| Assignee | ||
Comment 11•23 years ago
|
||
Comment on attachment 73394 [details] [diff] [review]
patch; l -> label
Sigh, I'm sorry, this patch has rotted, due to my changes with bug 129100. I'll
adjust the patch and attach a new one.
Attachment #73394 -
Flags: needs-work+
| Assignee | ||
Comment 12•23 years ago
|
||
Well, the former patch changed the first half of several lines.
In the meantime, the second half of those lines changed.
Therefore, the former patch has become incompatible.
But nonetheless the changes to the first half of those lines are still required
as initially suggested, and therefore I think this patch does still have r= and
sr=.
However, due to the new checkin rules, by which apporvals expire after three
days, we need to request a= again.
Attachment #73394 -
Attachment is obsolete: true
| Assignee | ||
Updated•23 years ago
|
Attachment #76805 -
Flags: superreview+
Attachment #76805 -
Flags: review+
Updated•23 years ago
|
QA Contact: alam → carosendahl
| Assignee | ||
Comment 13•23 years ago
|
||
Checked in to trunk.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 14•23 years ago
|
||
Verified. l is now label, but str is still str.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•