Closed
Bug 236620
Opened 21 years ago
Closed 21 years ago
Kill nsIContent::CanContainChildren
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: sicking, Assigned: sicking)
Details
Attachments
(1 file)
19.31 KB,
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
only elements, and all elements, can contain children nowadays, so callers of
CanContainChildren can simply check that.
Assignee | ||
Comment 1•21 years ago
|
||
Some of callers will probably always be true, but that'll be resolved over
time.
Assignee: general → bugmail
Status: NEW → ASSIGNED
Assignee | ||
Updated•21 years ago
|
Attachment #143065 -
Flags: superreview?(jst)
Attachment #143065 -
Flags: review?(jst)
Comment 2•21 years ago
|
||
Comment on attachment 143065 [details] [diff] [review]
patch to fix
r+sr=jst
Attachment #143065 -
Flags: superreview?(jst)
Attachment #143065 -
Flags: superreview+
Attachment #143065 -
Flags: review?(jst)
Attachment #143065 -
Flags: review+
Assignee | ||
Comment 3•21 years ago
|
||
Checked in. Thanks for the quick review
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
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
•