[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
Sat May 22 08:17:59 PDT 2010


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


Adam Barth <abarth at webkit.org> changed:

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




--- Comment #31 from Adam Barth <abarth at webkit.org>  2010-05-22 08:17:56 PST ---
(From update of attachment 56707)
WebCore/bindings/js/JSDOMImplementationCustom.cpp:30
 +  JSValue JSDOMImplementation::createDocument(ExecState* exec, const ArgList& args)
Please don't create more custom bindings.  Instead, you should use the [CallWith=ScriptExecutionContext] IDL attribute.

WebCore/dom/Document.cpp:1285
 +              ScriptExecutionContext::setSecurityOrigin(doc->securityOrigin());
I don't understand why we do this.

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