[webkit-reviews] review requested: [Bug 75043] XSLT-created HTML documents do not inherit content-security-policy from originally loaded XML. : [Attachment 120378] Patch + tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 22 14:09:54 PST 2011


Thomas Sepez <tsepez at chromium.org> has asked  for review:
Bug 75043: XSLT-created HTML documents do not inherit content-security-policy
from originally loaded XML.
https://bugs.webkit.org/show_bug.cgi?id=75043

Attachment 120378: Patch + tests
https://bugs.webkit.org/attachment.cgi?id=120378&action=review

------- Additional Comments from Thomas Sepez <tsepez at chromium.org>
Fair enough.  I suppose in a perfect world
SecurityContext::contentSecurityPoliy() should ASSERT non-nullness of its
return to allow callers to omit these kinds of checks, and that
setContentSecurityPolicy() would ASSERT its arg is non-NULL, no?


More information about the webkit-reviews mailing list