Chromium Code Reviews
Description[tab_capture] Change LOG(DFATAL) to LOG(WARNING) if fail to find new parents for offscreen tab.
To implement reconnect() for 1-UA mode, we are going to leave offscreen tab open when render frame resets. Hit this LOG(DFATAL) if close browser window without terminating offscreen presentation.
Offscreen tab has no root window. When tab starts, FindNewParent() will attach it to the root window of an active window. When the active window closes, OnWindowRemovingFromRootWindow() gets called and tries to FindNewParent(). If the active window is the only browser window, FindNewParent() cannot find any root window for offscreen tab and hit LOG(DFATAL).
It seems ok for offscreen tab to have no root window when browser closes. Offscreen tab will gets destroyed later with extension page.
BUG=688233
Review-Url: https://codereview.chromium.org/2711223003
Cr-Commit-Position: refs/heads/master@{#453352}
Committed: https://chromium.googlesource.com/chromium/src/+/a9e252f533a932033cd64afb3948f8393e2ae1f0
Patch Set 1 #
Total comments: 2
Messages
Total messages: 11 (4 generated)
|
|||||||||||||||||||