Closed
Bug 105659
Opened 24 years ago
Closed 24 years ago
js warnings when no mapiregistry (accountUtils.js)
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sspitzer, Assigned: sspitzer)
References
Details
Attachments
(1 file)
1.23 KB,
patch
|
srilatha
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
js warnings when no mapiregistry
I've got a patch to silence the warnings on builds without the mapiregistry
service.
Assignee | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
there's already a bug about those warnings...:
http://bugzilla.mozilla.org/show_bug.cgi?id=101924
but thanx for fixing it
Assignee | ||
Comment 3•24 years ago
|
||
*** Bug 101924 has been marked as a duplicate of this bug. ***
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Summary: js warnings when no mapiregistry → js warnings when no mapiregistry (accountUtils.js)
Updated•24 years ago
|
Attachment #54217 -
Flags: review+
Comment 4•24 years ago
|
||
r=srilatha on the attachment 54217 [details] [diff] [review]
Comment 5•24 years ago
|
||
Comment on attachment 54217 [details] [diff] [review]
patch
sr=mscott
Attachment #54217 -
Flags: superreview+
Assignee | ||
Comment 6•24 years ago
|
||
fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Uh, so neither of these bug reports mention how to get this to appear in the
console. Steps to reproduce would be appreciated...
Comment 8•24 years ago
|
||
stephend: you can get these js warnings just by launching mail, messenger
compose, or addressbook.
Would I see this warning without having "Use Netscape Mail as the default mail
application" checkbox enabled? That option is grayed out on my current trunk
Win32 build.
Comment 10•24 years ago
|
||
Yes, you should see it.
Btw, you need to add this preference to your prefs.js file to see the javascript
strict warnings
user_pref("javascript.options.strict", true);
Okay, with a debug build with the UI setting, Edit | Prefs | Debug | Show strict
Javascript warnings, and launching -mail, this is now fixed.
Verified.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•