Closed
Bug 1152052
Opened 10 years ago
Closed 2 years ago
nsIBidirectionalEnumerator is not really used
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox40 | --- | affected |
People
(Reporter: mccr8, Unassigned)
References
Details
nsSupportsArrayEnumerator implements nsIBidirectionalEnumerator, but otherwise I don't see it used anywhere in m-c, c-c, or addons MXR, so we could remove this interface and change it to directly implement nsIEnumerator.
Reporter | ||
Comment 1•10 years ago
|
||
Hmm this may not be so easy to remove. Nobody mentions it directly, but nsISupportsArray::Enumerate returns it, so who knows how many places it is used, given how heavily nsISupportsArray is used.
Updated•3 years ago
|
Severity: normal → S3
Reporter | ||
Comment 2•2 years ago
|
||
nsIBidirectionalEnumerator doesn't seem to exist any more.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•