Closed Bug 57647 Opened 25 years ago Closed 24 years ago

javascript strict warnings in bookmarksDD.js

Categories

(SeaMonkey :: Bookmarks & History, defect, P3)

defect

Tracking

(Not tracked)

VERIFIED FIXED
mozilla0.9.7

People

(Reporter: bugzilla, Assigned: paulkchen)

Details

Attachments

(1 file, 5 obsolete files)

JavaScript strict warning: chrome://communicator/content/bookmarks/bookmarksDD.js line 323: redeclaration o f var data JavaScript strict warning: chrome://communicator/content/bookmarks/bookmarksDD.js line 455: redeclaration o f var nodeIndex
Attached patch Fix strict warnings (obsolete) — Splinter Review
Attached patch better fix (obsolete) — Splinter Review
Fixed by checkin to bug 52519
marking FIXED so QA can verify.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
verified with build 20010126 on win2k
Status: RESOLVED → VERIFIED
Warning: redeclaration of var flavourData Source File: chrome://communicator/content/bookmarks/bookmarksDD.js Line: 293, Column: 10 Source Code: var flavourData = aXferData.dataList[i].first; Warning: redeclaration of var rSource Source File: chrome://communicator/content/bookmarks/bookmarksDD.js Line: 294, Column: 10 Source Code: var rSource = this.getResource(sourceID[i]); Warning: redeclaration of var rParent Source File: chrome://communicator/content/bookmarks/bookmarksDD.js Line: 295, Column: 10 Source Code: var rParent = parentID[i] ? this.getResource(parentID[i]) : null;
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Summary: Lots of strict warnings in bookmarksDD.js → javascript strict warnings in bookmarksDD.js
Attached patch patch (obsolete) — Splinter Review
_basic: wow, thanks for the patch, a shame it went unlooked at for so long. r=jag on it (I'll attach a version that shows your changes more clearly, it looks like your cvs diff got confused by line endings or something)
Attachment #50214 - Flags: review+
Status: REOPENED → ASSIGNED
Target Milestone: --- → mozilla0.9.7
also remember...: Warning: redeclaration of var ix Source File: chrome://communicator/content/bookmarks/bookmarksDD.js Line: 336, Column: 10 Source Code: var ix = RDFC.IndexOf(rSource);
Paul Chen is now taking Bookmarks bugs. For your convenience, you can filter email notifications caused by this by searching for 'ilikegoats'.
Assignee: ben → pchen
Status: ASSIGNED → NEW
Attachment #18401 - Attachment is obsolete: true
Attachment #18402 - Attachment is obsolete: true
Attachment #18435 - Attachment is obsolete: true
Attachment #42547 - Attachment is obsolete: true
Attachment #50214 - Attachment is obsolete: true
Comment on attachment 58641 [details] [diff] [review] remove var from second 'var ix' r=sgehani
Attachment #58641 - Flags: review+
fix checked in
Status: NEW → RESOLVED
Closed: 25 years ago24 years ago
Resolution: --- → FIXED
henrik if you could do the verification honors(again) I'd appreciate that.
Verified fixed in 20020115. Will reopen if I see these warnings again...
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: