Closed
Bug 123189
Opened 24 years ago
Closed 24 years ago
javascript strict warnings in commonDialog.js.js
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: stdowa+bugzilla, Assigned: hewitt)
Details
Attachments
(1 file)
|
812 bytes,
patch
|
stephend
:
review+
hewitt
:
superreview+
|
Details | Diff | Splinter Review |
Warning: redeclaration of var nButtons
Source File: chrome://global/content/commonDialog.js
Line: 110, Column: 6
Source Code:
var nButtons = gCommonDialogParam.GetInt(2);
| Reporter | ||
Comment 1•24 years ago
|
||
Attachment #67610 -
Flags: review+
| Assignee | ||
Updated•24 years ago
|
Attachment #67610 -
Flags: superreview+
| Assignee | ||
Comment 3•24 years ago
|
||
Comment on attachment 67610 [details] [diff] [review]
patch
sr=hewitt
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.9
C:\moz_src\mozilla\xpfe\global\resources\content>cvs commit -m "Bug 123189. JS
strict warning. (redeclaration). Patch by Stephen Walker <walk84@yahoo.com>
r=stephend@netscape.com, sr=hewitt@netscape.com" comm
onDialog.js
Checking in commonDialog.js;
/cvsroot/mozilla/xpfe/global/resources/content/commonDialog.js,v <--
commonDialog.js
new revision: 1.44; previous revision: 1.43
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 5•24 years ago
|
||
vrfy'd fixed using 2002.03.13 comm bits on linux rh7.2, win2k and mac 10.1.3.
tested with the 'host not found' dlg.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•