DescriptionMake load events in iframe elements work with OOPIF (Chromium side).
Today, when the parent frame defines a load event handler in the
iframe element of an out-of-process child frame, the event does not
fire in the parent process. This CL adds the plumbing to forward the
event from the child frame's process to the parent frame's process.
Blink side: https://codereview.chromium.org/937203003
BUG=453690
Committed: https://crrev.com/f40ce5b0e297205977af598a5ebc6c5c920c4a4a
Cr-Commit-Position: refs/heads/master@{#318101}
Patch Set 1 #Patch Set 2 : #Patch Set 3 : Rename DispatchFrameOwnerLoadEvent to DispatchLoadEventForFrameOwner #
Total comments: 2
Patch Set 4 : Route through RenderFrameProxy instead of parent RFH #Patch Set 5 : git cl format #Patch Set 6 : Rebase #Messages
Total messages: 14 (5 generated)
|