Closed
Bug 88530
Opened 24 years ago
Closed 23 years ago
javascript strict warnings in static.js
Categories
(Other Applications :: ChatZilla, defect)
Other Applications
ChatZilla
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 103598
People
(Reporter: bugzilla, Assigned: rginda)
Details
to reproduce:
- just open and close the chatzilla
Warning: reference to undefined property obj.lastNetwork
Source File: chrome://chatzilla/content/static.js
Line: 513
Warning: reference to undefined property o.server
Source File: chrome://chatzilla/content/static.js
Line: 1442
Warning: reference to undefined property this.mark
Source File: chrome://chatzilla/content/static.js
Line: 1546
Warning: reference to undefined property obj.TYPE
Source File: chrome://chatzilla/content/static.js
Line: 485
Warning: reference to undefined property source.messages
Source File: chrome://chatzilla/content/static.js
Line: 1098
Warning: reference to undefined property client.currentObject
Source File: chrome://chatzilla/content/static.js
Line: 1140
Warning: reference to undefined property client.currentObject
Source File: chrome://chatzilla/content/static.js
Line: 1153
and a lot more...:)
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);
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 88527 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•24 years ago
|
||
I kind of gave the wrong steps to reproduce. Some are when starting chatzilla,
some are when running chatzilla and some are when closing chatzilla...:)
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Comment 3•23 years ago
|
||
*** This bug has been marked as a duplicate of 103598 ***
Status: REOPENED → RESOLVED
Closed: 24 years ago → 23 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Core → Other Applications
You need to log in
before you can comment on or make changes to this bug.
Description
•