Closed
Bug 1089
Opened 26 years ago
Closed 26 years ago
Performance of style= attribute
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: troy, Assigned: peterl-retired)
Details
Peter, Kipp nominated you for fixing this bug.
The basic problem is that the overhead of using a "style" attribute is very
high, because the nsGenericHTMLElement code creates a new CSS parser instance
for each STYLE attribute.
Each CSSParserImpl object as part of its ParseDeclarations() function creates
a new nsString, Unichar input stream, and a CSS scanner which itself has
additional overhead
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
QA Contact: 4110 → 3847
Comment 2•26 years ago
|
||
Reassigning qa contact to janc@netscape.com
Assignee | ||
Updated•26 years ago
|
Target Milestone: M4 → M6
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Verified via developer.
You need to log in
before you can comment on or make changes to this bug.
Description
•