[webkit-reviews] review requested: [Bug 16775] base tag overwrites document.documentURI : [Attachment 18336] Adds integrity to postMessage URI

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 8 17:26:06 PST 2008


Collin Jackson <webkit at collinjackson.com> has asked  for review:
Bug 16775: base tag overwrites document.documentURI
http://bugs.webkit.org/show_bug.cgi?id=16775

Attachment 18336: Adds integrity to postMessage URI
http://bugs.webkit.org/attachment.cgi?id=18336&action=edit

------- Additional Comments from Collin Jackson <webkit at collinjackson.com>
> For this bug, I think the fix is to not use the
> Document::documentURI() for postMessage, but rather
> use the url from the FrameLoader (or perhaps one of the
> other 10 url related methods off the document, uhg).

This patch changes postMessage to use the same URL field as document.location.


More information about the webkit-reviews mailing list