Closed
Bug 362937
Opened 18 years ago
Closed 18 years ago
Merge element's List and DumpContent implementations
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: peterv, Assigned: peterv)
References
Details
Attachments
(1 file)
14.82 KB,
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
nsGenericHTMLElement and XULElement duplicate a lot of nsGenericElement's List and DumpContent implementations. We should just merge them, it won't improve codesize (this is DEBUG-only code), but it removes quite a bit of duplicated code.
Assignee | ||
Comment 1•18 years ago
|
||
Assignee | ||
Updated•18 years ago
|
Attachment #247660 -
Flags: superreview?(jst)
Attachment #247660 -
Flags: review?(jst)
Comment 2•18 years ago
|
||
Comment on attachment 247660 [details] [diff] [review]
v1
r+sr=jst
Attachment #247660 -
Flags: superreview?(jst)
Attachment #247660 -
Flags: superreview+
Attachment #247660 -
Flags: review?(jst)
Attachment #247660 -
Flags: review+
Assignee | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 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
•