Closed Bug 67792 Opened 24 years ago Closed 23 years ago

javascript strict warnings in bookmarksTree.js

Categories

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

defect

Tracking

(Not tracked)

VERIFIED FIXED
Future

People

(Reporter: bugzilla, Assigned: bugs)

References

Details

Attachments

(1 file)

JavaScript strict warning:
chrome://communicator/content/bookmarks/bookmarksTree.js line 42: deprecated 
__proto__ usage
__proto__ is legal.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
JavaScript strict warning:
chrome://communicator/content/bookmarks/bookmarksTree.js line 249: redeclaration
 of var treechildren
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
reviews?
Keywords: patch, review
r=timeless
Assignee: ben → bzbarsky
Status: REOPENED → NEW
Keywords: reviewapproval
Is this still an issue after the latest bookmarks rewrite?
I'm not seeing this anymore. But if I see it again I'll reopen.
Status: NEW → RESOLVED
Closed: 24 years ago23 years ago
Resolution: --- → FIXED
Warning: redeclaration of var firstSelected
Source File: chrome://communicator/content/bookmarks/bookmarksTree.js
Line: 662, Column: 12
Source Code:
        var firstSelected = seln.length ? seln[0] : gBookmarksShell.tree;

Warning: redeclaration of var folderType
Source File: chrome://communicator/content/bookmarks/bookmarksTree.js
Line: 663, Column: 12
Source Code:
        var folderType = firstSelected.getAttribute("type") == (NC_NS + "Folder");

Warning: redeclaration of var bItemCountCorrect
Source File: chrome://communicator/content/bookmarks/bookmarksTree.js
Line: 664, Column: 12
Source Code:
        var bItemCountCorrect = seln.length ? numSelectedItems == 1 : true;

Warning: redeclaration of var firstSelected
Source File: chrome://communicator/content/bookmarks/bookmarksTree.js
Line: 668, Column: 12
Source Code:
        var firstSelected = seln.length ? seln[0] : gBookmarksShell.tree;

Warning: redeclaration of var folderType
Source File: chrome://communicator/content/bookmarks/bookmarksTree.js
Line: 669, Column: 12
Source Code:
        var folderType = firstSelected.getAttribute("type") == (NC_NS + "Folder");

Warning: redeclaration of var bItemCountCorrect
Source File: chrome://communicator/content/bookmarks/bookmarksTree.js
Line: 670, Column: 12
Source Code:
        var bItemCountCorrect = seln.length ? numSelectedItems == 1 : true;

Warning: redeclaration of var seln
Source File: chrome://communicator/content/bookmarks/bookmarksTree.js
Line: 673, Column: 12
Source Code:
        var seln = gBookmarksShell.tree.selectedItems;

build 20010527
Status: RESOLVED → REOPENED
Keywords: approval, patch
Resolution: FIXED → ---
Over to bookmarks.
Assignee: bzbarsky → ben
Status: REOPENED → NEW
*** Bug 101095 has been marked as a duplicate of this bug. ***
This file will disappear with the advent of outliner bookmarks
Status: NEW → ASSIGNED
Target Milestone: --- → Future
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
Mass move Ben's bugs dumped on me marked future with p5 to get off my untriaged
radar. You can filter out this email by looking for "ironstomachaussie"
Priority: -- → P5
mass reassign of pchen bookmark bugs to ben
Assignee: pchen → ben
v 20020222
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: