Closed Bug 63505 Opened 24 years ago Closed 24 years ago

Change nsDOMWalker to use nsVoidArray instead of nsVector

Categories

(Core Graveyard :: Embedding: APIs, defect, P3)

x86
All
defect

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.
Priority: -- → P3
Target Milestone: --- → mozilla0.8
sr=blizzard@mozilla.org Thanks Chris! Changes checked in
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updating QA Contact
QA Contact: jrgm → mdunn
Moving API bug ownership to David Epstein.
QA Contact: mdunn → depstein
Correction: Changing QA contact for the Embed API bugs to David Epstein.
no longer uses nsVector for the stack; uses nsVoidArray instead.
Status: RESOLVED → VERIFIED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: