[webkit-reviews] review requested: [Bug 10313] Reproducible crash when doing importStylesheet in javascript with xsl files that use xsl:import : [Attachment 12009] partial fix

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Sun Dec 24 14:24:49 PST 2006


Alexey Proskuryakov <ap at webkit.org> has asked  for review:
Bug 10313: Reproducible crash when doing importStylesheet in javascript with
xsl files that use xsl:import
http://bugs.webkit.org/show_bug.cgi?id=10313

Attachment 12009: partial fix
http://bugs.webkit.org/attachment.cgi?id=12009&action=edit

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
This fixes the crash and makes libxslt look for the imported stylesheet at a
correct URL. The test still doesn't pass, because XSLTProcessor doesn't know
how to load stylesheets on its own, relying on the document loader to pre-load
them. However, subresources are not supposed to be loaded when parsing a
XMLHttpRequest response.

I thought that these fixes are still worth being landed on their own
(stylesheet loading is trickier, and might take longer to implement).



More information about the webkit-reviews mailing list