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

Issue 302443005: Kill animations on screen rotation. (Closed)

Created:
6 years, 7 months ago by girard
Modified:
6 years, 7 months ago
Reviewers:
flackr
CC:
chromium-reviews, kalyank, sadrul, ben+ash_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Kill animations on screen rotation. BUG=376038 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272906

Patch Set 1 #

Total comments: 1

Patch Set 2 : Disabling animation at the source (MaximizeModeWindowState) #

Total comments: 1

Patch Set 3 : Commented #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -1 line) Patch
M ash/wm/maximize_mode/maximize_mode_window_state.cc View 1 2 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
girard
Not sure what to do on this one.... it looks like the changes in r272040 ...
6 years, 7 months ago (2014-05-26 05:04:35 UTC) #1
flackr
CC +skuhne, do you know if something in MaximizeModeWindowManager is causing the window animations when ...
6 years, 7 months ago (2014-05-26 20:36:44 UTC) #2
girard
Tracked down the responsible code. Disabled the animation at the source.
6 years, 7 months ago (2014-05-26 21:41:10 UTC) #3
flackr
LGTM with nit. https://codereview.chromium.org/302443005/diff/20001/ash/wm/maximize_mode/maximize_mode_window_state.cc File ash/wm/maximize_mode/maximize_mode_window_state.cc (right): https://codereview.chromium.org/302443005/diff/20001/ash/wm/maximize_mode/maximize_mode_window_state.cc#newcode184 ash/wm/maximize_mode/maximize_mode_window_state.cc:184: UpdateBounds(window_state, false); Maybe add a quick ...
6 years, 7 months ago (2014-05-26 21:42:35 UTC) #4
girard
The CQ bit was checked by girard@chromium.org
6 years, 7 months ago (2014-05-26 21:48:44 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/girard@chromium.org/302443005/40001
6 years, 7 months ago (2014-05-26 21:48:59 UTC) #6
commit-bot: I haz the power
Change committed as 272906
6 years, 7 months ago (2014-05-27 01:08:12 UTC) #7
Mr4D (OOO till 08-26)
6 years, 7 months ago (2014-05-27 14:37:25 UTC) #8
Message was sent while issue was closed.
The MaximizeModeWindowState object will get a WM_EVENT_DISPLAY_BOUNDS_CHANGED
and/or WM_EVENT_WORK_AREA_BOUNDS_CHANGED event which will automatically
re-adjust the window size & position.

These re-adjustments are most likely to be animated. (The WindowState object is
trying to maintain maximize mode).

If you do not want animations there that state needs to somehow know that the
rotation animation is going on.

Powered by Google App Engine
This is Rietveld 408576698