Closed
Bug 129044
Opened 23 years ago
Closed 11 years ago
javascript strict warnings in msgHdrViewSMIMEOverlay.js
Categories
(MailNews Core :: Security: S/MIME, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: bugzilla, Unassigned)
References
Details
(Whiteboard: [kerh-cuz] [closeme 2013-09-29])
if PSM is not installed I'm getting this when starting mail&news:
Warning: reference to undefined property Components.interfaces.nsICMSMessageErrors
Source File: chrome://messenger-smime/content/msgHdrViewSMIMEOverlay.js
Line: 31
20020304
Comment 1•23 years ago
|
||
S/MIME is an extenstion which requires PSM.
If PSM is not installed, the extension should not be used either.
Status: NEW → RESOLVED
Closed: 23 years ago
Priority: -- → P3
Resolution: --- → INVALID
Target Milestone: --- → 2.2
Reporter | ||
Comment 2•23 years ago
|
||
You should *never* get strict warnings. I dont care if PSM is installed or not.
You just have to strengthen the check.
something like:
if "nsICMSMessageErrors" in Components.interfaces
bla bla bla
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Updated•23 years ago
|
QA Contact: alam → carosendahl
Updated•23 years ago
|
Status: NEW → ASSIGNED
Updated•22 years ago
|
Target Milestone: 2.2 → Future
Comment 4•22 years ago
|
||
see also bug 129042
Updated•21 years ago
|
Assignee: Morten → nobody
Status: ASSIGNED → NEW
Updated•19 years ago
|
Whiteboard: [kerh-cuz]
Updated•18 years ago
|
QA Contact: carosendahl → s.mime
Comment 5•14 years ago
|
||
(In reply to comment #4)
> see also bug 129042
was wontfixed...so is this bug invalid, despite comment 2?
Severity: normal → minor
Priority: P3 → --
Target Milestone: Future → ---
Comment 6•12 years ago
|
||
Is this bug still active? Should it stay open?
Comment 7•11 years ago
|
||
Flagging needinfo? for answer to Comment 6.
Flags: needinfo?(bugzilla)
Whiteboard: [kerh-cuz] → [kerh-cuz] [closeme 2013-09-29]
Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 23 years ago → 11 years ago
Flags: needinfo?(bugzilla)
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•