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

Issue 150573007: Add check to determine if HidingWindowAnimationObserver is source of crbug.com/338788 (Closed)

Created:
6 years, 10 months ago by pkotwicz
Modified:
6 years, 10 months ago
Reviewers:
sky
CC:
chromium-reviews, tfarina, ben+corewm_chromium.org
Visibility:
Public.

Description

Add check to HidingWindowAnimationObserver to determine if a child window of the window animating hidden outliving the window being animated is the source of http://crbug.com/338788 BUG=338788 TEST=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=249464

Patch Set 1 : #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -11 lines) Patch
M chrome/common/crash_keys.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/common/crash_keys.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
M ui/views/corewm/window_animations.cc View 1 2 3 3 chunks +61 lines, -11 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
pkotwicz
Scott, can you please take a look? I realize this is not what you had ...
6 years, 10 months ago (2014-02-05 05:18:47 UTC) #1
sky
https://codereview.chromium.org/150573007/diff/30002/ui/views/corewm/window_animations.cc File ui/views/corewm/window_animations.cc (right): https://codereview.chromium.org/150573007/diff/30002/ui/views/corewm/window_animations.cc#newcode141 ui/views/corewm/window_animations.cc:141: CHECK(topmost_window_ || observed_.empty()); If observed_ is not empty, is ...
6 years, 10 months ago (2014-02-05 21:38:15 UTC) #2
pkotwicz
Scott, can you please take another look?
6 years, 10 months ago (2014-02-05 23:56:33 UTC) #3
sky
https://codereview.chromium.org/150573007/diff/180001/ui/views/corewm/window_animations.cc File ui/views/corewm/window_animations.cc (right): https://codereview.chromium.org/150573007/diff/180001/ui/views/corewm/window_animations.cc#newcode147 ui/views/corewm/window_animations.cc:147: CHECK_EQ(0u, observed_.size()); Wouldn't CHECK(false) be clearer here?
6 years, 10 months ago (2014-02-06 00:49:38 UTC) #4
pkotwicz
Scott, can you please take another look? https://codereview.chromium.org/150573007/diff/180001/ui/views/corewm/window_animations.cc File ui/views/corewm/window_animations.cc (right): https://codereview.chromium.org/150573007/diff/180001/ui/views/corewm/window_animations.cc#newcode147 ui/views/corewm/window_animations.cc:147: CHECK_EQ(0u, observed_.size()); ...
6 years, 10 months ago (2014-02-06 02:24:22 UTC) #5
sky
LGTM
6 years, 10 months ago (2014-02-06 03:24:56 UTC) #6
pkotwicz
The CQ bit was checked by pkotwicz@chromium.org
6 years, 10 months ago (2014-02-06 15:23:33 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/150573007/250001
6 years, 10 months ago (2014-02-06 15:24:49 UTC) #8
commit-bot: I haz the power
6 years, 10 months ago (2014-02-06 18:49:57 UTC) #9
Message was sent while issue was closed.
Change committed as 249464

Powered by Google App Engine
This is Rietveld 408576698