Closed
Bug 83260
Opened 24 years ago
Closed 24 years ago
Need the ability to strip out comments when parsing XML data
Categories
(Core :: DOM: Core & HTML, defect, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WONTFIX
mozilla1.0.1
People
(Reporter: jst, Assigned: jst)
Details
(Keywords: memory-footprint)
To reduce the in memory size of mozilla we should add a flag to the sink's
Init() method to flag that the user of the data doesn't want comments to be
added to the result tree.
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Summary: Need the ability to strop out comments when parsing XML data → Need the ability to strip out comments when parsing XML data
Target Milestone: --- → mozilla0.9.2
| Assignee | ||
Comment 1•24 years ago
|
||
The primary user of this flag would be XBL, there's no need to keep the comments
in XBL files around after we've parsed the files.
| Assignee | ||
Comment 3•24 years ago
|
||
Moving to mozilla0.9.3
Target Milestone: mozilla0.9.2 → mozilla0.9.3
Comment 5•24 years ago
|
||
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1
(you can query for this string to delete spam or retrieve the list of bugs I've
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
Comment 6•24 years ago
|
||
Would need more info about the actual gain to set a higher priority. Perhaps
I'll take a stab at it one of these days.
Keywords: footprint
Priority: -- → P4
| Assignee | ||
Comment 7•24 years ago
|
||
Not an issue any more. This was a bloat/perf issue for XBL before we had an XBL
content sink. WONTFIX.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
Component: DOM: Core → DOM: Core & HTML
QA Contact: stummala → general
You need to log in
before you can comment on or make changes to this bug.
Description
•