[Webkit-unassigned] [Bug 10313] Reproducible crash when doing importStylesheet in javascript with xsl files that use xsl:import

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 24 14:24:51 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=10313


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12009|                            |review?
               Flag|                            |




------- Comment #6 from ap at webkit.org  2006-12-24 14:24 PDT -------
Created an attachment (id=12009)
 --> (http://bugs.webkit.org/attachment.cgi?id=12009&action=view)
partial fix

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).


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list