Closed
Bug 65237
Opened 25 years ago
Closed 25 years ago
DOM wrappers should only hold nsObject ptr
Categories
(Core :: XSLT, defect)
Core
XSLT
Tracking
()
VERIFIED
FIXED
mozilla0.9
People
(Reporter: axel, Assigned: peterv)
Details
(Whiteboard: [fixinhand])
Attachments
(1 file)
|
69.38 KB,
patch
|
Details | Diff | Splinter Review |
The DOM wrappers hold several pointers to their nsObject, and all of them get
out of synch. All access to the mozilla object should go via
MozillaObjectWrapper::nsObject.
This will ease our bookkeeping alot, and reduce bloat.
I guess doing some macros would be fine, to cast to the right types for
Node, Element, et. al.
The TxStrings for nodeName and nodeValue should go, too.
Axel
Mass reassigning Peter's bugs to his Netscape account so that they will show up
in our bug queries.
Assignee: peter.vanderbeken → peterv
Peter says he has the fix, just need to clean it up a bit.
Status: NEW → ASSIGNED
Whiteboard: [fixinhand]
Target Milestone: --- → mozilla0.9
| Assignee | ||
Comment 3•25 years ago
|
||
| Assignee | ||
Comment 4•25 years ago
|
||
Checked this in (with r=Pike).
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 5•25 years ago
|
||
verified, Axel
You need to log in
before you can comment on or make changes to this bug.
Description
•