Closed
Bug 292075
Opened 20 years ago
Closed 17 years ago
improve seamonkey's local profile support
Categories
(Core Graveyard :: Profile: BackEnd, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Biesinger, Unassigned)
References
Details
(Keywords: helpwanted)
bug 291033 added the ability to have a "local" profile directory
that directory should be salted, like the normal profile dir
and, for manually created directories in a path outside of application data, the
temp directory should maybe be identical to the profile dir.
Comment 1•19 years ago
|
||
*** Bug 296890 has been marked as a duplicate of this bug. ***
Comment 2•19 years ago
|
||
FYI, this prevents profile deletion (via Profile Manager) from deleting XUL.mfasl and Cache (assuming the user didn't change their Cache to live inside the salted directory).
The reason is that the profile manager assumes that the directory isn't salted because it isn't the only child of its parent:
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/profile/src/nsProfile.cpp&rev=1.316&mark=1507-1528#1481
Comment 3•17 years ago
|
||
AFAIK, this is fixed by using the toolkit code now.
Assignee | ||
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•