DescriptionUse the main world script context for mime handler postMessage.
Previously, calling postMessage from an isolated world would use that
world's context for calling the proxy frame's postMessage(). This
resulted in "Illegal invocation" errors. This CL avoids this problem by
using the main world script context when calling postMessage on the
proxy frame.
BUG=453184
Committed: https://crrev.com/438db6aecb5242715010c129ea508a80c16f9fa9
Cr-Commit-Position: refs/heads/master@{#313665}
Patch Set 1 : #
Messages
Total messages: 8 (3 generated)
|