Closed
Bug 339412
Opened 19 years ago
Closed 19 years ago
nsIDOMGCParticipant implementation in nsDOMAttribute looks wrong
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: peterv, Assigned: peterv)
References
Details
(Keywords: fixed1.8.1)
Attachments
(1 file, 1 obsolete file)
2.19 KB,
patch
|
peterv
:
review+
peterv
:
superreview+
|
Details | Diff | Splinter Review |
nsDOMAttribute::GetSCCIndex checks whether the attribute is "specified". This just means that the node was specified in the source (or if specified is false it got added through a DTD). It shouldn't matter for reachability of the ownerElement.
nsDOMAttribute::AppendReachableList doesn't add the ownerDocument to the list. One can have attributes as root of a disconnected subtree.
Assignee | ||
Comment 1•19 years ago
|
||
Assignee: general → peterv
Status: NEW → ASSIGNED
Attachment #223532 -
Flags: superreview?(dbaron)
Attachment #223532 -
Flags: review?(dbaron)
Attachment #223532 -
Flags: superreview?(dbaron)
Attachment #223532 -
Flags: superreview+
Attachment #223532 -
Flags: review?(dbaron)
Attachment #223532 -
Flags: review+
Blocks: 336791
Assignee | ||
Comment 2•19 years ago
|
||
Hrmpf, attached the wrong patch, this is the one that compiles. I'm carrying over the r/sr, it just adds an include and uses GetContentInternal instead of GetCurrentDoc.
Attachment #223532 -
Attachment is obsolete: true
Attachment #223549 -
Flags: superreview+
Attachment #223549 -
Flags: review+
Assignee | ||
Updated•19 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Fixed on MOZILLA_1_8_BRANCH by checkin of bug 336791.
Keywords: fixed1.8.1
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•