DescriptionStart changing WebDOMMessageEvent for using target execution context.
Message ports were using the source frame's execution context
rather than the targets when ports were transferred from a frame
to another. This seems to be leaky and also creates difficulties
when implementing message port support for android webview
and OOPIF. Use the target instead.
This is patch 1 of 3. The next CL will move chromium code to
use newly introduced method and the third CL will delete
the old methods.
BUG=473258
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200735
Patch Set 1 #
Total comments: 4
Patch Set 2 : removed obsolote todo #
Total comments: 6
Patch Set 3 : address code review #
Total comments: 2
Messages
Total messages: 14 (3 generated)
|