Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(430)

Issue 12226102: Fix crash when closing a constrained window in win aura. The crash happens because the aura::Window… (Closed)

Created:
7 years, 10 months ago by jam
Modified:
7 years, 10 months ago
CC:
chromium-reviews, tfarina, ben+watch_chromium.org
Visibility:
Public.

Description

Fix crash when closing a constrained window in win aura. The crash happens because the aura::Window for the constrained window is removing itself from its parent window, and its parent_ pointer is already NULL'd before the focus manager is retrieved which fails because aura::client::GetFocusClient can't get to a root window. See the bug for the callstack. BUG=174727 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=181947

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M ui/views/widget/native_widget_aura.cc View 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jam
7 years, 10 months ago (2013-02-12 00:40:05 UTC) #1
Ben Goodger (Google)
7 years, 10 months ago (2013-02-12 17:31:41 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698