Closed
Bug 277673
Opened 20 years ago
Closed 19 years ago
treeUtils.js uses .id whereas some files that call it use .number
Categories
(Toolkit :: Password Manager, defect)
Toolkit
Password Manager
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
Details
Attachments
(1 file)
treeUtils.js uses .id in its SortTree function: http://lxr.mozilla.org/seamonkey/source/browser/components/cookieviewer/content/treeUtils.js#110 http://lxr.mozilla.org/seamonkey/source/browser/components/cookieviewer/content/treeUtils.js#127 whereas passwordManager.js and CookieViewer.js use .number: http://lxr.mozilla.org/seamonkey/source/toolkit/components/passwordmgr/resources/content/passwordManager.js#147 http://lxr.mozilla.org/seamonkey/source/toolkit/components/passwordmgr/resources/content/passwordManager.js#333 http://lxr.mozilla.org/seamonkey/source/browser/components/cookieviewer/content/CookieViewer.js#110
Attachment #170747 -
Flags: review?(bryner)
Summary: treeUtils.js uses .id whereas files that call it use .number → treeUtils.js uses .id whereas some files that call it use .number
Hmmm, ok, passwordManager.js doesn't use treeUtils.js but has a copy of most of its functions. So either: a) forget the passwordManager.js part of patch v0.1 b) I'll generate a replacement patch which makes .number -> .id changes in passwordManager.js's SortTree code c) Another option for example: Move treeUtils.js into perhaps toolkit/content and have passwordManager.js use it and delete the extra code from passwordManager.js
Attachment #170747 -
Flags: review?(bryner) → review?(mkaply)
Attachment #170747 -
Flags: review?(mkaply)
Looking deeper into things it looks like the fix to bug 215656 never made it to passwordManager.js - is option c) worth looking at?
Comment 4•19 years ago
|
||
Looks like the 2005-02 new prefwindow pretty well wiped the landscape clean for this bug: no .id, no .number, no treeUtils.js.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•