Closed
Bug 99136
Opened 23 years ago
Closed 23 years ago
Remove nsIEnumerator interface from nsIEnumerator.idl
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.0
People
(Reporter: dougt, Assigned: dougt)
References
Details
Attachments
(2 files)
7.72 KB,
patch
|
rpotts
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
546 bytes,
patch
|
Details | Diff | Splinter Review |
Remove nsIEnumerator interface from nsIEnumerator.idl and rename nsISimpleEnumerator
Assignee | ||
Updated•23 years ago
|
Target Milestone: --- → mozilla1.0
Assignee | ||
Comment 1•23 years ago
|
||
Assignee | ||
Comment 2•23 years ago
|
||
Patch move nsISimpleEnumerator to a new IDL nsISimpleEnumerator.idl.
I am #including nsISimpleEnumerator directly from nsIEnumerator.idl since this
reduces the patch considerably and since nsIEnumerator.idl is not a public
interface, I don't think anyone will have a problem to adding an c #included to it.
Assignee | ||
Comment 3•23 years ago
|
||
reviews please. Note that this may be the wrong way to do it: Maybe we should
keep the frozen interface in nsIEnumerator.idl and move the unfrozen stuff out
of it.
Comment 4•23 years ago
|
||
hey doug,
i don't feel strongly one way or the other about the name (nsIEnumerator.idl vs
nsISimpleEnumerator.idl)... as long as all of the public include files are
fixed up to *only* include the "simple" one :-)
-- rick
Comment 5•23 years ago
|
||
Attachment #54729 -
Flags: review+
Comment 6•23 years ago
|
||
Comment on attachment 54729 [details] [diff] [review]
proposed patch v.1
sr=alecf
Attachment #54729 -
Flags: superreview+
Assignee | ||
Comment 7•23 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 8•23 years ago
|
||
Isn't the fact that there are now two nsISimpleEnumerator.h's in the build, one
static, one generated, bad?
At least in the Os/2 case, it appears we are including the wrong one because we
are going for the local one before the dist one.
Comment 9•23 years ago
|
||
Yes, certainly nsISimpleEnumerator.h should be removed.
Reopening this bug until that is done
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 10•23 years ago
|
||
Comment 11•23 years ago
|
||
Thanks to dbaron for removing the stuff I forgot. This is gone now and trees are
green.
Status: REOPENED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•