diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-29 23:05:59 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-29 23:05:59 +0000 |
commit | 953a08f3ba221a9f2c5a9fcb6382a65828a370ba (patch) | |
tree | 7d06f91b73f8583d4547872807367cb795d724f3 /ash/ash.gyp | |
parent | c5a230c690f922481e284197e8f6eaccdf6e213f (diff) | |
download | chromium_src-953a08f3ba221a9f2c5a9fcb6382a65828a370ba.zip chromium_src-953a08f3ba221a9f2c5a9fcb6382a65828a370ba.tar.gz chromium_src-953a08f3ba221a9f2c5a9fcb6382a65828a370ba.tar.bz2 |
Revert 164652 - speculative revert - this change may have caused print dialog test failures on XP.
Re-vamped the entire window auto positioning logic
As long as the user did not move / resize the window:
A single visible window (browser / app) on the screen will always be centered.
When a second visible (browser / app) window joins in, both will be pushed into opposite corners.
When more windows get piled up, they go every time into the opposite side of the currently active window.
When the user has resized / moved a window, it will be treated as a visible (browser / app) window, but it will not get moved - the others will however.
Addressing bug: Moving last remaining tabbed window back into screen center
BUG=153431, 150879, 153302
TEST=unit-tests & visual
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=164352
Review URL: https://chromiumcodereview.appspot.com/11085053
TBR=skuhne@chromium.org
Review URL: https://codereview.chromium.org/11343028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164772 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index 9a16531..e4c8c2a 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -385,8 +385,6 @@ 'wm/window_util.h', 'wm/workspace_controller.cc', 'wm/workspace_controller.h', - 'wm/workspace/auto_window_management.cc', - 'wm/workspace/auto_window_management.h', 'wm/workspace/colored_window_controller.cc', 'wm/workspace/colored_window_controller.h', 'wm/workspace/desktop_background_fade_controller.cc', |