summaryrefslogtreecommitdiffstats
path: root/ash/wm/window_cycle_list.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove ShellDelegate::GetCycleWindowList. Because alt-tab operates onsky@chromium.org2012-04-031-2/+3
| | | | | | | | | | | | | | | | all windows now there is no need to push the implementation to the delegate and it can instead be consolidated. Also added a couple more test cases, and fixed a bug that occurred if there is a single window but it wasn't active. BUG=120987 TEST=see bug, also covered by test. R=jamescook@chromium.org Review URL: http://codereview.chromium.org/9969075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130315 0039d316-1c4b-4281-b951-d872f2087c98
* Make aura window cycling aware of window in animation.alicet@chromium.org2012-03-211-6/+2
| | | | | | | | | | | | When in continuous alt-tab or pressing down the []]] logo button for a long time, windows may be still animating in/out. window cycler should not try to cycle to a window in animation, or we may end up cycling to a window that will be hidden. BUG=118124 TEST=manual on lumpy, with alt-tab switching and []]] logo switching. Review URL: http://codereview.chromium.org/9720023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128009 0039d316-1c4b-4281-b951-d872f2087c98
* ash: Start moving window_util.h functions into wm namespace.tfarina@chromium.org2012-02-271-2/+2
| | | | | | | | | BUG=115846 R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/9455085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123730 0039d316-1c4b-4281-b951-d872f2087c98
* Aura compact mode window visiblity -- set offscreen aura window layer invisible.alicet@chromium.org2012-01-241-0/+2
| | | | | | | | | | | | | Setting the layer of the window as invisible rather than calling Show()/Hide() to avoid excessive re-layout and observers notification. BUG=109766 TEST=tested on lumpy in compact mode. Review URL: http://codereview.chromium.org/9141026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118764 0039d316-1c4b-4281-b951-d872f2087c98
* Add slide sequence for aura windows in compact mode.alicet@chromium.org2012-01-201-0/+4
| | | | | | | | | | | | This mimics the creation and alt+tab scrolling in classic chromeos. BUG=109042 TEST=on alex and lumpy in compact mode. Review URL: http://codereview.chromium.org/9187020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118513 0039d316-1c4b-4281-b951-d872f2087c98
* Tweaks for the launcher:sky@chromium.org2012-01-181-0/+75
. App list and browser shortcut buttons can be moved around. . Clicking the tabbed button cycles windows (creating a new one if there isn't one). BUG=110094 TEST=see bug R=ben@chromium.org,jamescook@chromium.org Review URL: http://codereview.chromium.org/9231030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118112 0039d316-1c4b-4281-b951-d872f2087c98