Closed Bug 1089 Opened 26 years ago Closed 26 years ago

Performance of style= attribute

Categories

(Core :: CSS Parsing and Computation, defect, P2)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

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
Status: NEW → ASSIGNED
Setting all current Open/Normal to M4.
QA Contact: 4110 → 3847
Reassigning qa contact to janc@netscape.com
Target Milestone: M4 → M6
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
Verified via developer.
You need to log in before you can comment on or make changes to this bug.