Closed
Bug 58558
Opened 24 years ago
Closed 24 years ago
javascript strict warnings in xulBindings.xml
Categories
(SeaMonkey :: UI Design, defect, P5)
SeaMonkey
UI Design
Tracking
(Not tracked)
VERIFIED
FIXED
Future
People
(Reporter: bugzilla, Assigned: jag+mozbugs)
Details
Attachments
(1 file)
JavaScript strict warning:
chrome://global/content/xulBindings.xml#popups.activeChild (getter) line 9: func
tion onget does not always return a value
JavaScript strict warning:
chrome://global/content/xulBindings.xml#popups.activeChild (setter) line 9: func
tion onset does not always return a value
Reporter | ||
Updated•24 years ago
|
Summary: Lots of strict warnings in xulBindings.xml → javascript strict warnings in xulBindings.xml
Updated•24 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P5
Target Milestone: --- → Future
Assignee | ||
Comment 1•24 years ago
|
||
Stealing this from blake, patch forthcoming.
Assignee: blakeross → disttsc
Status: ASSIGNED → NEW
Assignee | ||
Comment 2•24 years ago
|
||
Comment 4•24 years ago
|
||
r=blake
Assignee | ||
Comment 5•24 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 6•24 years ago
|
||
rubberstamp vrfy --unless you got a quick testcase for me to verify this. thx!
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 7•24 years ago
|
||
Someone did some checkins! The console is now flooded with warnings like this:
JavaScript strict warning:
chrome://global/content/xulBindings.xml#checkbox.checked (getter) line 0: functi
on onget does not always return a value
JavaScript strict warning:
chrome://global/content/xulBindings.xml#checkbox.checked (setter) line 0: functi
on onset does not always return a value
JavaScript strict warning:
chrome://global/content/xulBindings.xml#checkbox.checked (getter) line 0: functi
on onget does not always return a value
JavaScript strict warning:
chrome://global/content/xulBindings.xml#checkbox.checked (setter) line 0: functi
on onset does not always return a value
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 8•24 years ago
|
||
I believe these were fixed by Brendan's js fix.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 9•24 years ago
|
||
Turning the Sidebar on/off in the mail/news window:
JavaScript error:
chrome://global/content/xulBindings.xml#browser.markupDocumentViewer (getter) li
ne 0: this.docShell.contentViewer has no properties
Reporter | ||
Comment 10•23 years ago
|
||
I cant see the warnings with todays build 20010619.
Will reopen if I see them again.
Please add the following line to your prefs.js file, so we could avoid all
these strict warning fixup...:
user_pref("javascript.options.strict", true);
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•