Closed
Bug 164527
Opened 23 years ago
Closed 23 years ago
"function foo" unused
Categories
(SeaMonkey :: Startup & Profiles, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: Biesinger, Assigned: Biesinger)
References
()
Details
Attachments
(1 file)
|
1.18 KB,
patch
|
timeless
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
chb@frodo:~/mozilla/profile$ grep -r foo *
resources/content/profileSelection.js:function foo()
src/nsProfile.cpp: * 1) user creates a profile "foo" and the directory gets
named "foo".
src/nsProfile.cpp: * 3) user deletes the profile "foo", but chooses not to
delete the files on disk. (they are given this option when deleting a profile)
src/nsProfile.cpp: * 4) user renames "bar" profile to "foo", but still uses the
directory named "bar" on disk
chb@frodo:~/mozilla/profile$
--> this function is unused and should be removed.
| Assignee | ||
Comment 1•23 years ago
|
||
Attachment #96820 -
Flags: review+
Comment 2•23 years ago
|
||
Comment on attachment 96820 [details] [diff] [review]
patch
sr=bzbarsky; test well!
And make sure to get review from whoever wrote this function to start with (or
at least a clarification for why we have it).
Attachment #96820 -
Flags: superreview+
| Assignee | ||
Comment 3•23 years ago
|
||
taking bug
Ben, you wrote that function; what is it good for? Is the patch here OK with you?
Assignee: ben → cbiesinger
Comment 4•23 years ago
|
||
sniff. my first and last easter egg. rest in peace.
(yes, remove it)
| Assignee | ||
Comment 5•23 years ago
|
||
done.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•