Closed
Bug 201577
Opened 22 years ago
Closed 22 years ago
[FIX]inDOMView::SetRootNode does not handle the root being a document
Categories
(Other Applications :: DOM Inspector, defect, P1)
Other Applications
DOM Inspector
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.4beta
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file)
|
1.07 KB,
patch
|
timeless
:
review+
peterv
:
superreview+
|
Details | Diff | Splinter Review |
In particular, the ownerDocument of a document node is null. Patch coming.
| Assignee | ||
Updated•22 years ago
|
Priority: -- → P1
Summary: inDOMView::SetRootNode does not handle the root being a document → [FIX]inDOMView::SetRootNode does not handle the root being a document
Target Milestone: --- → mozilla1.4beta
| Assignee | ||
Comment 1•22 years ago
|
||
| Assignee | ||
Updated•22 years ago
|
Attachment #120149 -
Flags: superreview?(peterv)
Attachment #120149 -
Flags: review?(timeless)
Updated•22 years ago
|
Attachment #120149 -
Flags: superreview?(peterv) → superreview+
Comment on attachment 120149 [details] [diff] [review]
Proposed patch
domDoc and mRootDocument appear to be the same type, so unless there's some
reason for the local variable, i'd just use mRootDocument :)
Attachment #120149 -
Flags: review?(timeless) → review+
| Assignee | ||
Comment 3•22 years ago
|
||
fixed.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
vrfy fixed: mozilla/extensions/inspector/base/src/inDOMView.cpp 1.16
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Core → Other Applications
Updated•18 years ago
|
QA Contact: timeless → dom-inspector
You need to log in
before you can comment on or make changes to this bug.
Description
•