Closed
Bug 1169525
Opened 10 years ago
Closed 10 years ago
add the on-demand SVG style sheets when a foreignObject is encountered within a single style update
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: heycam, Assigned: heycam)
References
Details
Attachments
(1 file)
1.56 KB,
patch
|
jwatt
:
review+
|
Details | Diff | Splinter Review |
In SVGDocument::EnsureNonSVGUserAgentStyleSheetsLoaded we add a bunch of style sheets to an SVG document when a foreignObject element is encountered. We should do all of the EnsureOnDemandBuiltInUASheet calls within a single {Begin,End}Update call so that we don't create a new nsCSSRuleProcessor after we add each one.
Attachment #8612701 -
Flags: review?(jwatt)
Assignee | ||
Updated•10 years ago
|
Summary: add the on-demand SVG style sheets when a foreignObject is encountered with a style update → add the on-demand SVG style sheets when a foreignObject is encountered within a single style update
Updated•10 years ago
|
Attachment #8612701 -
Flags: review?(jwatt) → review+
Comment 2•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•