[webkit-reviews] review requested: [Bug 73379] [chromium] add setOpener method to WebFrame : [Attachment 117080] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 29 17:28:35 PST 2011


Karl Koscher <supersat at chromium.org> has asked	for review:
Bug 73379: [chromium] add setOpener method to WebFrame
https://bugs.webkit.org/show_bug.cgi?id=73379

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

------- Additional Comments from Karl Koscher <supersat at chromium.org>
To get cross-process postMessage working in Chromium (bug 73337), we need to be
able to give frames the ability to send messages to their openers. This
requires a chain of opener proxies. Chromium will create new WebViews for the
proxies but needs a way to point a frame to its proxy opener. Adding a
setOpener to WebFrame allows Chromium to do so.


More information about the webkit-reviews mailing list