[webkit-reviews] review requested: [Bug 17331] Change postMessage/MessageEvent to match HTML5 wrt. exposing origin vs. domain/uri : [Attachment 19311] Updated patch with origin check moved to DOMWindow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 23 22:32:42 PST 2008


Collin Jackson <collinj-webkit at collinjackson.com> has asked Sam Weinig
<sam at webkit.org> for review:
Bug 17331: Change postMessage/MessageEvent to match HTML5 wrt. exposing origin
vs. domain/uri
http://bugs.webkit.org/show_bug.cgi?id=17331

Attachment 19311: Updated patch with origin check moved to DOMWindow
http://bugs.webkit.org/attachment.cgi?id=19311&action=edit

------- Additional Comments from Collin Jackson
<collinj-webkit at collinjackson.com>
This patch moves more of the implementation (checking the desired target origin
against the actual target origin) into DOMWindow.cpp and out of
JSDOMWindowCustom.cpp. There are also more syntax error tests. The file:// URL
behavior now matches Firefox.


More information about the webkit-reviews mailing list