Closed
Bug 63505
Opened 25 years ago
Closed 25 years ago
Change nsDOMWalker to use nsVoidArray instead of nsVector
Categories
(Core Graveyard :: Embedding: APIs, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.8
People
(Reporter: adamlock, Assigned: adamlock)
Details
Attachments
(1 file)
The nsDOMWalker class in webBrowser uses the nsVector class as a stack
object. This adds some unwanted dependencies to a static lib in xpcom. Use
the functionally similar nsVoidArray instead.
sr=blizzard@mozilla.org
Thanks Chris! Changes checked in
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 5•25 years ago
|
||
Correction: Changing QA contact for the Embed API bugs to David Epstein.
Comment 6•24 years ago
|
||
no longer uses nsVector for the stack; uses nsVoidArray instead.
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•