[Webkit-unassigned] [Bug 77580] Support targetOrigin = "/" in postMessage for sending messages to same origin as source document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 1 16:13:23 PST 2012


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





--- Comment #5 from Dmitry Lomov <dslomov at google.com>  2012-02-01 16:13:22 PST ---
(From update of attachment 125031)
View in context: https://bugs.webkit.org/attachment.cgi?id=125031&action=review

>> Source/WebCore/page/DOMWindow.cpp:837
>> +        target = sourceDocument->securityOrigin();
> 
> Do we need to make a cross-thread copy?

No, because this is DOMWindow::postMessage - it is all single threaded.

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