Closed
Bug 175193
Opened 22 years ago
Closed 15 years ago
nsIPref is deprecated, and should be removed (blocked)
Categories
(Core :: Preferences: Backend, defect, P2)
Core
Preferences: Backend
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a3
People
(Reporter: caillon, Unassigned)
References
()
Details
(Keywords: memory-footprint, perf)
We really need to kill nsIPref from the tree once and for all:
- It is deprecated
- It is by nature slower than nsIPrefService/nsIPrefBranch since it simply
calls through them for most operations.
- As long as it exists, people will use it: we are _still_ getting new users,
and this thing has been deprecated for 18 months now...
- We have been building a useless library for all this time, making compile
times longer, etc.
I have already begun some work to remove nsIPref in several places. The work
here to get this fully removed will be ongoing as I have time, but I will like
to see this done, so I will volunteer to do it.
I'll use this as a tracking bug.
Reporter | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → Future
Reporter | ||
Updated•22 years ago
|
Updated•21 years ago
|
Summary: nsIPref is deprecated, and should be removed → nsIPref is deprecated, and should be removed (blocked)
Reporter | ||
Updated•21 years ago
|
Assignee: caillon → nobody
Status: ASSIGNED → NEW
Updated•20 years ago
|
Updated•16 years ago
|
Flags: wanted1.9.1?
QA Contact: bugzilla → prefs
Updated•15 years ago
|
Flags: wanted1.9.1? → wanted1.9.2?
Updated•15 years ago
|
QA Contact: preferences → preferences-backend
Comment 1•15 years ago
|
||
nsIPref has been removed by bug 524449. I close this bug too.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: Future → mozilla1.9.3a3
Updated•13 years ago
|
Flags: wanted1.9.2?
You need to log in
before you can comment on or make changes to this bug.
Description
•