DescriptionDo not navigate "other" windows to about:blank in OnReset.
In crrev.com/14046012 we started to iterate over all RenderViews and
navigating them to about:blank to trigger their unload event handlers
while the main window is still present. This code is broken when OOPIFs
are enabled (i.e. we cannot navigate a *remote* RenderView / RenderFrame).
This CL basically reverts crrev.com/14046012 and instead puts the burden
on test authors, to make sure that their unload handlers can robustly
handle being executed when the main window is gone. This makes the
test harness work better in presence of OOPIFs.
BUG=583089
Committed: https://crrev.com/0302144e0addc087dc56bb67139ec171c210e353
Cr-Commit-Position: refs/heads/master@{#374739}
Patch Set 1 #Patch Set 2 : Updating test expectations. #Patch Set 3 : Rebasing the expectations file. #
Messages
Total messages: 20 (7 generated)
|