Open
Bug 258363
Opened 20 years ago
Updated 2 years ago
remove nsIConsoleListener and use nsIObserver instead
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
NEW
People
(Reporter: timeless, Unassigned)
References
()
Details
nsIConsoleListener::observe conflicts with nsIObserver::observe, it doesn't cost
much to pass the two extra parameters, and it makes implementing both fairly
painful. Just using nsIObserver would be much easier.
Updated•20 years ago
|
Comment 1•20 years ago
|
||
I intend to peek into this, if someone else wishes to actually 'take' before me
feel free to assign to yourself.
Assignee: timeless → cst
Priority: -- → P5
Target Milestone: --- → Future
Assignee: cst → dougt
Status: UNCONFIRMED → NEW
Ever confirmed: true
QA Contact: xpcom
Updated•16 years ago
|
OS: Windows XP → All
Priority: P5 → --
Hardware: PC → All
Target Milestone: Future → ---
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•