DescriptionAllow IPCs during RenderFrameObserver::FrameDetached()
Currently IPCs are disallowed to disincentivize observers from
manipulating the DOM after the frame is detached, which may have
unpredictable consequences. However this shouldn't resrict observers
which want to send IPCs that don't require maniuplating or inspecting
the frame. This resitiction is now removed and the restriction on
manipulating the frame is more explicitly stated.
BUG=450806
Committed: https://crrev.com/1937042392cdbd33b9c1d6f26fa165d44709c664
Cr-Commit-Position: refs/heads/master@{#320838}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Comments #
Messages
Total messages: 9 (2 generated)
|