Closed
Bug 86217
Opened 24 years ago
Closed 24 years ago
javascript strict warnings in sendProgress.js
Categories
(MailNews Core :: Composition, defect)
MailNews Core
Composition
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.6
People
(Reporter: bugzilla, Assigned: caillon)
Details
Attachments
(1 file)
|
850 bytes,
patch
|
hwaara
:
review+
sspitzer
:
superreview+
|
Details | Diff | Splinter Review |
Warning: reference to undefined property dialog.strings[stringId]
Source File: chrome://messenger/content/messengercompose/sendProgress.js
Line: 130
build 20010615
| Reporter | ||
Comment 1•24 years ago
|
||
Please add the following line to your prefs.js file, so we could avoid all the
strict warning fixup...:
user_pref("javascript.options.strict", true);
OS: Windows 2000 → All
Hardware: PC → All
| Assignee | ||
Comment 4•24 years ago
|
||
| Assignee | ||
Comment 5•24 years ago
|
||
Looking for r= so I can get sr=
| Assignee | ||
Comment 6•24 years ago
|
||
BTW, I took out the return on the window.setTimeout statement because there was
a warning about onLoad() not always returning a value. We don't do anything
with the returned value from window.setTimeout() whose purpose is just to set
the timeout as commented anyway so that should not matter.
As simple as that patch looks, I'm not the one to review it. Varada will have
to do this.
Comment 8•24 years ago
|
||
patch looks fine, but I think you need component owner review for this
Comment 9•24 years ago
|
||
Comment on attachment 53451 [details] [diff] [review]
2 line patch to remove JS strict warnings
r=hwaara
Attachment #53451 -
Flags: review+
Comment 10•24 years ago
|
||
Comment on attachment 53451 [details] [diff] [review]
2 line patch to remove JS strict warnings
r=varada
Comment 11•24 years ago
|
||
Comment on attachment 53451 [details] [diff] [review]
2 line patch to remove JS strict warnings
sr=sspitzer
Attachment #53451 -
Flags: superreview+
| Assignee | ||
Comment 12•24 years ago
|
||
Timeless checked this in for me a few days ago.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 13•24 years ago
|
||
assigning to stephen since this is a code fix. Thanks Stephend
QA Contact: sheelar → stephend
Yup, this is fixed.
Verified, build 2001-11-14, all OSs.
Status: RESOLVED → VERIFIED
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
•