Closed
Bug 830519
Opened 12 years ago
Closed 12 years ago
Remove force-finish-parsing code from SVGDocumentWrapper::OnStopRequest
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
DUPLICATE
of bug 704059
People
(Reporter: dholbert, Unassigned)
References
Details
This chunk of code:
https://mxr.mozilla.org/mozilla-central/source/image/src/SVGDocumentWrapper.cpp?rev=50f4d34efeac&mark=264-270#254
in SVGDocumentWrapper::OnStopRequest is an ugly hack, to make us synchronously finish parsing an SVG document so that we'll be ready to draw* as soon as we return from that function.
Now that bug 505385 is resolved, I think we can drop that code & let the parser finish on its own schedule. (pending some work that seth's doing to make VectorImage benefit from bug 505385's changes)
Comment 1•12 years ago
|
||
Heh, I did this in my patch for 704509. =)
Reporter | ||
Comment 2•12 years ago
|
||
Excellent! Sorry for bug-spam; duping.
You need to log in
before you can comment on or make changes to this bug.
Description
•