Closed
Bug 245627
Opened 21 years ago
Closed 21 years ago
minor deCOMtamination of HTML element creation functions
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: roc, Assigned: roc)
Details
Attachments
(1 file)
51.88 KB,
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
-- make NS_NewHTML___Element return its result directly, and not addrefed (the
latter to shrink the size of each of these functions)
-- make nsHTMLContentSink::MakeContentObject and
nsHTMLContentSink::CreateContentObject return the result directly as an
already_AddRefed<nsIHTMLContent>
Assignee | ||
Comment 1•21 years ago
|
||
also
-- encapsulate NS_NewHTML___Element prototype declarations with a macro to make
any future changes easier
Assignee | ||
Comment 2•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #150063 -
Flags: superreview?(jst)
Attachment #150063 -
Flags: review?(jst)
Comment 3•21 years ago
|
||
Comment on attachment 150063 [details] [diff] [review]
as described
Looks good. r+sr=jst
Attachment #150063 -
Flags: superreview?(jst)
Attachment #150063 -
Flags: superreview+
Attachment #150063 -
Flags: review?(jst)
Attachment #150063 -
Flags: review+
Assignee | ||
Comment 4•21 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•