[Webkit-unassigned] [Bug 10313] xsl:import and document() don't work in stylesheets loaded via XMLHttpRequest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 5 06:11:21 PDT 2010


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





--- Comment #24 from Andreas Wictor <andreas.wictor at xcerion.com>  2010-05-05 06:11:20 PST ---
Created an attachment (id=55115)
 --> (https://bugs.webkit.org/attachment.cgi?id=55115)
Fix so that frameless documents from XMLHttpRequest can load subresources

I have introduced a originFrame pointer on documents which is set by
XMLHttpRequest so it can be used when there is no frame pointer. The existing
frame pointer was used in too many places so it was safer to introduce a new
concept instead. Frames also saves a pointer to each subresource so that the
originFrame pointer can be reset when frames are destroyed. It was also
necessary to pass in a ownerDocument to Document::open so that we can set
SecurityOrigin and change so that xsl imports are loaded synchroniously.

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



More information about the webkit-unassigned mailing list