DescriptionFixes use after free caused by delete in RootWindowController
RootWindowController::CloseChildWindows() was explicitly deleting
windows. It should only do that for windows that are owned by the
parent, otherwise the window should be removed.
BUG=297028
TEST=covered by test now.
R=oshima@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=226347
Patch Set 1 #Patch Set 2 : order and comments #
Total comments: 2
Patch Set 3 : Simplify #Patch Set 4 : Merge 2 trunk #Patch Set 5 : fix FramePainter #Patch Set 6 : simplify RootWindowController #Patch Set 7 : Back to explicitly destroying with comment #
Messages
Total messages: 17 (0 generated)
|