Closed
Bug 200580
Opened 22 years ago
Closed 12 years ago
Remove nsIDTD::ConvertEntityToUnicode
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla1.5alpha
People
(Reporter: alecf, Assigned: alecf)
Details
(Keywords: memory-footprint)
Attachments
(1 file)
3.77 KB,
patch
|
harishd
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
The only consumers of nsHTMLEntities::EntityToUnicode and
nsHTMLEntities::UnicodeToEntity are:
nsIParserService, which is only used by content/base/src/nsPlaintextSerializer and
content/base/src/nsHTMLContentSerializer
nsIDTD, which isn't used by anyone
the whole nsHTMLEntities.cpp file can be moved into content, and consumers can
call that directly rather than going through nsIParserService
Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → mozilla1.4alpha
Assignee | ||
Comment 1•22 years ago
|
||
Here's the first part, removing it from nsIDTD and those who implement it.
Assignee | ||
Comment 2•22 years ago
|
||
Comment on attachment 119387 [details] [diff] [review]
part one, fix up nsIDTD
harish/johnny - mind a quick review on this code removal?
Attachment #119387 -
Flags: superreview?(jst)
Attachment #119387 -
Flags: review?(harishd)
Assignee | ||
Updated•22 years ago
|
Target Milestone: mozilla1.4alpha → mozilla1.4beta
Comment 3•22 years ago
|
||
Comment on attachment 119387 [details] [diff] [review]
part one, fix up nsIDTD
sr=jst
Attachment #119387 -
Flags: superreview?(jst) → superreview+
Comment on attachment 119387 [details] [diff] [review]
part one, fix up nsIDTD
r=harishd
Attachment #119387 -
Flags: review?(harishd) → review+
Assignee | ||
Updated•22 years ago
|
Target Milestone: mozilla1.4beta → mozilla1.5alpha
Updated•16 years ago
|
QA Contact: dsirnapalli → parser
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Summary: move nsHTMLEntities stuff into content → Remove nsIDTD::ConvertEntityToUnicode
You need to log in
before you can comment on or make changes to this bug.
Description
•