Closed
Bug 185380
Opened 23 years ago
Closed 23 years ago
deletions from user.js not copied to prefs.js
Categories
(Core :: Preferences: Backend, defect)
Tracking
()
People
(Reporter: jonathanbaron7, Assigned: bnesse)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021212
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021212
If I have a line in user.js like
user_pref("capability.policy.default.Window.open", "noAccess");
the line appears in prefs.js after I restart Mozilla. If I now
delete this line from user.js, it is not deleted from prefs.js.
Reproducible: Always
Steps to Reproduce:
1. add line to user.js
2. restart mozilla
3. delete the line
4. restart again
Actual Results:
The line remains in prefs.js.
Expected Results:
Delete the line.
I'm not sure whether anything can be done about this. How would
Mozilla be able to tell which lines got into prefs.js from user.js
as opposed to from somewhere else? Perhaps require an addition
to each such line like "user" at the beginning? A pain.
But the trouble is that this problem undercuts the idea of user.js,
which is supposed to be a "safe" way to make changes without editing
prefs.js directly, right? In order to work around the problem, I must
edit prefs.js manually.
Comment 1•23 years ago
|
||
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•