DescriptionDon't allow RenderFrames to be created during WebContents destruction.
Some crashes indicate that a WebContentsObserver might be recreating
a RenderFrame after we've called SetRenderFrameCreated(false) in the
WebContentsImpl destructor (e.g., c7fd413350000000). This isn't safe,
so try to catch any observers that do this.
BUG=717650
TEST=Catch the crash earlier.
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
Review-Url: https://codereview.chromium.org/2877203002
Cr-Commit-Position: refs/heads/master@{#471493}
Committed: https://chromium.googlesource.com/chromium/src/+/00627245b117b8e2d83a5272fc26222765882323
Patch Set 1 #Patch Set 2 : Initial patch #
Messages
Total messages: 18 (10 generated)
|