Closed
Bug 326942
Opened 20 years ago
Closed 14 years ago
XPath namespace nodes should QI to nsIDOM3Node
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: WeirdAl, Unassigned)
References
(Blocks 1 open bug, )
Details
Attachments
(2 files)
4.86 KB,
patch
|
sicking
:
review-
|
Details | Diff | Splinter Review |
4.94 KB,
patch
|
sicking
:
review-
|
Details | Diff | Splinter Review |
Any node that QI's to nsIDOMNode should in theory QI to nsIDOM3Node as well. We don't currently do that for XPath namespace nodes.
Reporter | ||
Comment 1•20 years ago
|
||
Attachment #211645 -
Flags: review?
Reporter | ||
Updated•20 years ago
|
Attachment #211645 -
Flags: review? → review?(bugmail)
Comment on attachment 211645 [details] [diff] [review]
QI to nsIDOM3Node
r=me if jst says we really should always QI to nsIDOM3Node. Otherwise this is just a waste of code.
Attachment #211645 -
Flags: review?(bugmail) → review+
Reporter | ||
Comment 3•20 years ago
|
||
Comment on attachment 211645 [details] [diff] [review]
QI to nsIDOM3Node
Seeking sr from jst, then.
Attachment #211645 -
Flags: superreview?(jst)
Comment on attachment 211645 [details] [diff] [review]
QI to nsIDOM3Node
Actually, come to think of it. We should #if 0 out this entire class. Until bug 94270 is fixed we will never use this code.
If you want to write a patch that does that i'll r it.
Attachment #211645 -
Flags: review+ → review-
Reporter | ||
Updated•20 years ago
|
Attachment #211645 -
Flags: superreview?(jst)
Reporter | ||
Comment 5•20 years ago
|
||
Attachment #211716 -
Flags: review?
Reporter | ||
Updated•20 years ago
|
Attachment #211716 -
Flags: review? → review?(bugmail)
Comment on attachment 211716 [details] [diff] [review]
QI to nsIDOM3Node (#ifdef 0)
No, I mean that the entire class should be #if 0
Attachment #211716 -
Flags: review?(bugmail) → review-
Reporter | ||
Comment 7•20 years ago
|
||
Turns out this file isn't being currently built yet.
Comment 9•14 years ago
|
||
nsIDOM3Node doesn't exist anymore.
Assignee: general → nobody
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•