[webkit-reviews] review requested: [Bug 163412] REGRESSION: MessageEvent.source for bound postMessage() is wrong for same-origin iframe : [Attachment 307546] Patch and layout tests
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 19 20:36:56 PDT 2017
Daniel Bates <dbates at webkit.org> has asked for review:
Bug 163412: REGRESSION: MessageEvent.source for bound postMessage() is wrong
for same-origin iframe
https://bugs.webkit.org/show_bug.cgi?id=163412
Attachment 307546: Patch and layout tests
https://bugs.webkit.org/attachment.cgi?id=307546&action=review
--- Comment #10 from Daniel Bates <dbates at webkit.org> ---
Created attachment 307546
--> https://bugs.webkit.org/attachment.cgi?id=307546&action=review
Patch and layout tests
Modified the implementation of callerDOMWindow() to use a similiar approach as
ExecState::callerSourceOrigin(). This work was inspired by a patch by Geoffrey
Garen.
More information about the webkit-reviews
mailing list