Closed
Bug 68201
Opened 24 years ago
Closed 24 years ago
nsIProfile should impl nsINotifier
Categories
(Core Graveyard :: Embedding: APIs, defect)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: jud, Assigned: ccarlen)
References
Details
nsIProfile should maintain it's own observer list rather than use the global
observer service. this will allow us to keep nsIObserverService private and make
notification ifaces explicit.
nsIProfile's impl can just use the nsIObserverList impl internally to maintain
it's list.
Reporter | ||
Updated•24 years ago
|
Blocks: 64833
Keywords: mozilla0.9
Assignee | ||
Comment 1•24 years ago
|
||
After some discussion, I believe we concluded that it was advantageous to use
the global observer service since then observers do not have to reference the
notifier - even know who it is that is notifying. One thing that was done, as
part of bug 65212 was to not declare observer topics in an interface - this cuts
all dependencies.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
Comment 2•24 years ago
|
||
Correction: Changing QA contact for the Embed API bugs to David Epstein.
QA Contact: mdunn → depstein
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•